diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-15 14:52:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-15 14:52:32 -0800 |
commit | 028bd1e23513a0b06c493a664cbdaba42c59e6b5 (patch) | |
tree | d850487b8a3f7286c031916cc0c0ac8f92355b83 /packaging/ubuntu | |
parent | e63b64225299fb9296e14c9c9256bf96183ad221 (diff) | |
download | subsurface-028bd1e23513a0b06c493a664cbdaba42c59e6b5.tar.gz |
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>
Diffstat (limited to 'packaging/ubuntu')
-rw-r--r-- | packaging/ubuntu/make-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 71674d872..30de8bb9c 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -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 |