On Wed, Dec 20, 2006 at 11:46:25PM -0500, David Nusinow wrote: > git-buildpackage fails when I specify --git-builder=pbuilder. > Specifically, git-buildpackage explicitly passes pbuilder the 'clean' > target, which causes it to fail. I really like to use pbuilder to ensure > that my build-deps are correct, so having git-buildpackage support it would > be very helpful. Thank you for your work on git-buildpackage! This is because "pbuilder clean" means s.th. completly different than "debuild clean". The only option I see is to call "debian/rules clean" directly instead of "git-builder clean" - I'll fix that.
But I have another question: what exactly should --git-builder=pbuilder do, shoudn't this be --git-builder=pdebuild? If so we'd have the next problem with pdebuilder not being dpkg-buildpackage argument compatible - so we have to wrap the '-i.git -I.git' in more complicates ways. Cheers, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]