From 788304be20de6f447515f899119166f0c22b0c4a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 19 Sep 2012 22:16:33 +0200 Subject: [PATCH] Set proper section and priority for debug package --- auto_debuild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_debuild.py b/auto_debuild.py index 0be45a3..eb0f1cd 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -185,6 +185,8 @@ def createDebianFiles(config): if dbgPackage: print >>f, "" print >>f, "Package:",binaryName+"-dbg" + print >>f, "Section: debug" + print >>f, "Priority: extra" print >>f, "Architecture:",packageArchitecture writeDependency(f, "Depends", ["${misc:Depends}", binaryName+" (= ${binary:Version})"]) print >>f, "Description:",sourceName,"debug smbols (auto-debuild)" -- 2.30.2