summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3567938..062816c 100755
--- 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.