X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=e9cee27dd4d167d51fe8ec49ffa757f145d31957;hb=0897209f4d0609eb5ccd8cdf759f8d174c013566;hp=2acc9d3a1d658f800317755cb95e232e66928acd;hpb=466f3b57aa9650cbed47152241813e212c965f94;p=notmuch diff --git a/Makefile.local b/Makefile.local index 2acc9d3a..e9cee27d 100644 --- a/Makefile.local +++ b/Makefile.local @@ -167,8 +167,8 @@ endif .PHONY: verify-version-debian verify-version-debian: verify-version-components - @echo -n "Checking that Debian package version is $(VERSION)..." - @if [ "$(VERSION)" != $$(dpkg-parsechangelog | grep ^Version | awk '{print $$2}') ] ; then \ + @echo -n "Checking that Debian package version is $(VERSION)-1..." + @if [ "$(VERSION)-1" != $$(dpkg-parsechangelog | grep ^Version | awk '{print $$2}') ] ; then \ (echo "No." && \ echo "Please edit version and debian/changelog to have consistent versions." && false) \ fi