aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-01-15 15:54:11 +0000
committerJon Medhurst <tixy@linaro.org>2013-10-21 14:05:06 +0100
commiteea697d157e1ed961924a95d6a41ee159f082a7e (patch)
tree896ea9198e264817a61dbd2849ce4fe5c5a6ac24
parente671515c055e902f25ef53974c63146f432d5410 (diff)
gator: ubuntu: Get do-packaging script to set release codename
Newer versions of dch set the version to UNRELEASED so use "dch -r" to set the correct name. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rwxr-xr-xtools/gator/debian/scripts/do-packaging1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gator/debian/scripts/do-packaging b/tools/gator/debian/scripts/do-packaging
index 685c93474a26..1573d7e22f32 100755
--- a/tools/gator/debian/scripts/do-packaging
+++ b/tools/gator/debian/scripts/do-packaging
@@ -53,6 +53,7 @@ then
export DEBFULLNAME='Jon Medhurst (Tixy)'
fi
dch -i -c debian/changelog CHANGE_MSG
+dch -r -c debian/changelog ""
TIMESTAMP="$(date -u +%Y%m%d%H%M%S)"
sed -i -e "1 s/ubuntu1/-$TIMESTAMP/" debian/changelog