mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-16 23:23:11 +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:
|
debian-snapshot:
|
||||||
make VERSION=$(VERSION) clean
|
make VERSION=$(VERSION) clean
|
||||||
cp debian/changelog $(TMPFILE)
|
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
|
echo '3.0 (native)' > debian/source/format
|
||||||
debuild -us -uc
|
debuild -us -uc
|
||||||
mv -f $(TMPFILE) debian/changelog
|
mv -f $(TMPFILE) debian/changelog
|
||||||
|
|
Loading…
Add table
Reference in a new issue