On Mon, Feb 8, 2010 at 7:05 AM, Joe McDonagh <[email protected]>wrote: > > Nigel, I'm still doing the old dget; dpkg-source -x; uupdate dance, is this > method you've mentioned in this e-mail the preferred way to build deb > packages now? Will git-buildpackage sign the packages with my group's GPG > key? > > It depends :)
If you increment debian/changelog, and commit it, then git-buildpackage will prompt you to sign the package with the key matching that email address. Otherwise you can use --git-builder to specify the debuild command to be used and pass any dpkg-buildpackage options you want there. ie to not sign anything: git-buildpackage --git-builder 'debuild -i\.git/ -I.git -us -uc' 'debuild -i\.git/ -I.git' is the default debuild command to be passed. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
