提交 b7fd3112 编写于 作者: A Ansgar Burchardt

debug packages now also have "Auto-Built-Package: debug-symbols"

上级 f78bd870
......@@ -1338,4 +1338,5 @@ def is_in_debug_section(control):
@return: True if the binary package is a debug package
"""
section = control['Section'].split('/', 1)[-1]
return section == "debug"
auto_built_package = control.get("Auto-Built-Package")
return section == "debug" and auto_built_package == "debug-symbols"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册