mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
build system: allow decreasing debian versions for debian-snapshot
This allows the debian-snapshot to continue working between when debian/changelog is updated and when the release is tagged.
This commit is contained in:
parent
bcd8d139f4
commit
8e3879b689
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,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
|
||||
|
|
Loading…
Reference in a new issue