Set proper section and priority for debug package
authorRalf Jung <post@ralfj.de>
Wed, 19 Sep 2012 20:16:33 +0000 (22:16 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 19 Sep 2012 20:16:33 +0000 (22:16 +0200)
auto_debuild.py

index 0be45a3e5071b4b18229a87bfae1f3c52f90be9a..eb0f1cdfd5703b45bb9b23e21a22502e45e32fa5 100755 (executable)
@@ -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)"