On Fr, Jan 08, 2010 at 13:36:19 (CET), Jaromír Mikeš wrote: >> Od: Reinhard Tartler <[email protected]> > > Hi Reinhard, > >> Does coupling git-buildpacage with pbuilder really make things easier? >> I think this is unnecessarily confusing. Isn't it easier to first create >> a soruce package with 'git-buildpackage -S' and run pbuilder on the >> resulting package? > > Trying your way and having some errors here: > $ git-buildpackage -S > [snip] > debuild: fatal error at line 1251: > running debsign failed > debuild -i -I returned 29 > Couldn't run 'debuild -i -I -S' > > Should I edit /etc/git-buildpackage/gbp.conf file anyway? > Something like "sign-tags = False"
look at the error message more closely. debuild complains here, not git-buildpackage. You can either use the parameters -uc -us to avoid debuild trying to sign the package, or set the following to your ~/.devscripts file: DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc -i" I'd suggest copying /etc/devscripts.conf to ~/.devscripts to have a template and go through the various, well commented options. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers
