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
iprouteautomatically, due toisc-dhcp-clientdependency, so it’s not an entirely clean build environment - if you have a source package which generates both an
arch:anyand anarch:allpackage, make sure to test building “all” packages and only the binary one(s), viapbuilder --binary-arch; otherwise you might get surprises due toBuild-Depends-Indepbeing pulled in by default
Yes, I’m talking about Debian bug #671981. Fun!