> I tried adding this to ~/.pbuilderrc, but it gets ignored: > > OTHERMIRROR="deb http://incoming.debian.org/debian-buildd buildd-unstable"
I meet this issue, too. and I need to build both unstable and backports, so I find the solution is appending the following to ~/.pbuilderrc: ==== if [ -z "${DIST}" ] && [ -r "debian/changelog" ]; then DIST=$(dpkg-parsechangelog | awk '/^Distribution: / {print $2}') fi OTHERMIRROR="$OTHERMIRROR | deb http://incoming.debian.org/debian-buildd buildd-${DIST} main" ==== Of course, above will be applied after running: $ git-pbuilder update --override-config Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1