aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-12-06 19:39:33 -0400
committerGravatar David Bremner <bremner@debian.org>2011-12-06 19:39:33 -0400
commitf0e0053149bb3b51f4a0cd43371292b639f236a8 (patch)
treef79945f6c0970190ed80b0d31df8b95bacab38b1 /Makefile.local
parentc4d824bc1ee4e49c86315cd3e7f0a4756aff3811 (diff)
parent07bb8b9e895541006eca88430925f1c6524c4708 (diff)
Merge branch 'release'
Conflicts: NEWS Conflicts resolved by inserting the 0.10.2 stanza before 0.11
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index d699463b..15e6d882 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -143,7 +143,7 @@ debian-snapshot: TMPFILE := $(shell mktemp)
debian-snapshot:
make VERSION=$(VERSION) clean
cp debian/changelog $(TMPFILE)
- EDITOR=/bin/true dch -v $(VERSION)+1 -D UNRELEASED 'test build, not for upload'
+ EDITOR=/bin/true dch -b -v $(VERSION)+1 -D UNRELEASED 'test build, not for upload'
echo '3.0 (native)' > debian/source/format
debuild -us -uc
mv -f $(TMPFILE) debian/changelog