summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-01-15 15:54:11 +0000
committerJon Medhurst <tixy@linaro.org>2013-03-12 09:54:44 +0000
commit20744b77c7430c288940cfe85dd1e3dbd2016e6a (patch)
treee9668a6ae14174112bd1477ecc58961d4e211507
parente0d3ecd909690be106d9cf39629fc3b96a5b3464 (diff)
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>
-rw-r--r--tools/gator/debian/changelog10
-rwxr-xr-xtools/gator/debian/scripts/do-packaging1
2 files changed, 11 insertions, 0 deletions
diff --git a/tools/gator/debian/changelog b/tools/gator/debian/changelog
index cfc9b79812be..a5f5f9d22f0b 100644
--- a/tools/gator/debian/changelog
+++ b/tools/gator/debian/changelog
@@ -1,3 +1,13 @@
+gator (5.13.0-20130115161200) quantal; urgency=low
+
+ * Automatically packaged from git repository:
+ URL:
+ Tag:
+ Branch:
+ Commit: 6caa6478179ce1af5ca0e70a8d4d7fa4ea6f5ea3
+
+ -- Jon Medhurst (Tixy) <jon.medhurst@linaro.org> Tue, 15 Jan 2013 16:12:00 +0000
+
gator (5.13.0) quantal; urgency=low
* New release from ARM.
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