]> git.decadent.org.uk Git - dak.git/commit
Modify binary package name check to accept -dbgsym
authorPaul Tagliamonte <tag@pault.ag>
Fri, 14 Aug 2015 19:33:47 +0000 (21:33 +0200)
committerPaul Tagliamonte <tag@pault.ag>
Fri, 14 Aug 2015 19:53:10 +0000 (21:53 +0200)
commit19c39d4596916347cafcaa6c95fff667b0a2337a
treef3b36fc3652ad7c15b17606915e2a35e1db8104e
parent1bd09edc17b13bd9310e5fb0eb702fdadbc9c253
Modify binary package name check to accept -dbgsym

 In particular, we should tolerate .deb packages that are in the
 Files, but are not present in the Binary package listing, since
 adding them into debian/control is a pretty bad idea.

 debhelper (currently, this will be default later), when givin
 `DH_BUILD_DDEBS=1` will build DH_BUILD_DDEBS that are in the Files
 list, named foo-dbgsym.

 The check now validates that the -dbgsym package corresponds to
 a package that *is* listed in the Binary package listing, and in
 the section "debug".
daklib/checks.py