pbuilder and binary-arch packages
Posted on May 8, 2012 with tags debian. See the previous or next posts.
Just got bitten by this, so note to self:
- the pbuilder image might have installed
iproute
automatically, due toisc-dhcp-client
dependency, so it’s not an entirely clean build environment - if you have a source package which generates both an
arch:any
and anarch:all
package, make sure to test building “all” packages and only the binary one(s), viapbuilder --binary-arch
; otherwise you might get surprises due toBuild-Depends-Indep
being pulled in by default
Yes, I’m talking about Debian bug #671981. Fun!