diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-03-23 02:42:13 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-03-23 02:47:56 -0400 |
commit | 34ee2c761045becff8f78a64e70aff3e6ade2617 (patch) | |
tree | 61a00752db97b1353331a16e1503ba5b15ded241 | |
parent | b0d2a46de1faaa3bb0be7c7742f84746e5a292d0 (diff) |
change makefile to use git-buildpackage for debian packaging
-rwxr-xr-x | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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. |