]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Merge branch 'release'
[notmuch] / Makefile.local
index d699463bc7e35b946efe0aaa6da36686b80fd3d0..15e6d8827661c9d736bb754dbe9422a6942e9c31 100644 (file)
@@ -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