mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Ubuntu packaging: this works better for changelog
Tiny change, specify the version as the tools get it wrong by default Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e63b642252
commit
028bd1e235
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ cp ../debian.changelog debian/changelog
|
|||
#tail -1 debian/autocl >> debian/changelog
|
||||
#rm -f debian/autocl
|
||||
|
||||
dch -i -D trusty -M
|
||||
dch -v $VERSION-1~trusty -D trusty -M
|
||||
mv ~/src/debian.changelog ~/src/debian.changelog.previous
|
||||
cp debian/changelog ~/src/debian.changelog
|
||||
|
||||
|
|
Loading…
Reference in a new issue