moving git buildpackage configuration off of master branch (please put it debian...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 23 Mar 2010 21:15:25 +0000 (17:15 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 23 Mar 2010 21:15:25 +0000 (17:15 -0400)
Makefile

index 356793886ea52edca66c128bd31296a74d04fa61..062816c46105c6ae1b2b1e69f17bfa247738d7b2 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ VERSION: Changelog
        sed 's/^Monkeysphere .*$$/Monkeysphere '$(MONKEYSPHERE_VERSION)'/' -i VERSION
 
 debian-package:
-       git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian --git-no-pristine-tar --git-ignore-new
+       git buildpackage -uc -us
 
 # don't explicitly depend on the tarball, since our tarball
 # (re)generation is not idempotent even when no source changes.