X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=28e371a86e805e25bd586785b1ed3f54d2957538;hp=d699463bc7e35b946efe0aaa6da36686b80fd3d0;hb=2cf7b27a0c4b4e746e2e40752c55ddb4d54798b2;hpb=2551c7013126964f5403ab8933e6f3ef524d1cb1 diff --git a/Makefile.local b/Makefile.local index d699463b..28e371a8 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 @@ -295,6 +295,7 @@ clean: distclean: clean notmuch_client_srcs = \ + command-line-arguments.c\ debugger.c \ gmime-filter-reply.c \ gmime-filter-headers.c \