]> git.decadent.org.uk Git - dak.git/commitdiff
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)
 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".


No differences found