This allows the debian-snapshot to continue working between when
debian/changelog is updated and when the release is tagged.
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