projects
/
auto-debuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
260e43d
)
Set proper section and priority for debug package
author
Ralf Jung
<post@ralfj.de>
Wed, 19 Sep 2012 20:16:33 +0000
(22:16 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 19 Sep 2012 20:16:33 +0000
(22:16 +0200)
auto_debuild.py
patch
|
blob
|
history
diff --git
a/auto_debuild.py
b/auto_debuild.py
index 0be45a3e5071b4b18229a87bfae1f3c52f90be9a..eb0f1cdfd5703b45bb9b23e21a22502e45e32fa5 100755
(executable)
--- 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)"