From: Ralf Jung Date: Wed, 19 Sep 2012 20:16:33 +0000 (+0200) Subject: Set proper section and priority for debug package X-Git-Url: https://git.ralfj.de/auto-debuild.git/commitdiff_plain/788304be20de6f447515f899119166f0c22b0c4a Set proper section and priority for debug package --- 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)"