X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=f52c82cc1485a3826e6f07260956bd2a2dfec667;hb=34ee2c761045becff8f78a64e70aff3e6ade2617;hp=08880a11d4248741fb4e3ed4da90b11cd93fce45;hpb=b0d2a46de1faaa3bb0be7c7742f84746e5a292d0;p=monkeysphere.git diff --git a/Makefile b/Makefile index 08880a1..f52c82c 100755 --- a/Makefile +++ b/Makefile @@ -26,11 +26,8 @@ tarball: clean tar -ch --exclude='*~' monkeysphere-$(MONKEYSPHERE_VERSION) | gzip -n > monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz rm -rf monkeysphere-$(MONKEYSPHERE_VERSION) -debian-package: tarball - tar xzf monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz - cp -a packaging/debian monkeysphere-$(MONKEYSPHERE_VERSION) - (cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us) - rm -rf monkeysphere-$(MONKEYSPHERE_VERSION) +debian-package: + git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian --git-no-pristine-tar --git-ignore-new # don't explicitly depend on the tarball, since our tarball # (re)generation is not idempotent even when no source changes.