diff --git a/dist/debian/deb.am b/dist/debian/deb.am index c52221d0..e9142b5f 100644 --- a/dist/debian/deb.am +++ b/dist/debian/deb.am @@ -37,6 +37,8 @@ snapshot-deb: cd $(PACKAGE)-$(NOW) ; \ $(LN_S) dist/debian .; \ $(LN_S) $(srcdir)/config .; \ - dpkg-buildpackage -rfakeroot -d -b -krob@senecass.com + dpkg-buildpackage -rfakeroot -d -b -kfoo@bar.com + # Uncomment this to build package without signing it. + # dpkg-buildpackage -rfakeroot -d -b -kfoo@bar.com -uc -us .PHONY : deb snapshot-deb