From 028bd1e23513a0b06c493a664cbdaba42c59e6b5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 15 Dec 2014 14:52:32 -0800 Subject: [PATCH] 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 --- packaging/ubuntu/make-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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