diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-23 17:15:25 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-23 17:15:25 -0400 |
commit | 56401df89091a60247d8bb625e032b7030d6d548 (patch) | |
tree | e7d18e12ba909e69c948ae6ce2c2bcb71072e13e /Makefile | |
parent | cff844dc14b3280effd3d8e7aa8395466afe0385 (diff) |
moving git buildpackage configuration off of master branch (please put it debian/gbp.conf in the debian branch)
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |