scripts/release_helper.sh: Use +autobuild instead of ~autobuild for version suffix.
authorMichael Prokop <mika@grml.org>
Mon, 6 Jun 2011 20:58:05 +0000 (22:58 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 6 Jun 2011 20:58:07 +0000 (22:58 +0200)
Otherwise daily builds won't be installed, e.g.
0.14.1~autobuild1307393770 won't reach the daily
build server once 0.14.1 is installed.

scripts/release_helper.sh

index 268a70a..2a2a43d 100755 (executable)
@@ -36,7 +36,7 @@ if [ -n "${AUTOBUILD:-}" ] ; then
   UNIXTIME=$(date +%s)
 
   cat > debian/changelog << EOF
   UNIXTIME=$(date +%s)
 
   cat > debian/changelog << EOF
-grml-live (${GRML_LIVE_VERSION}~autobuild${UNIXTIME}) UNRELEASED; urgency=low
+grml-live (${GRML_LIVE_VERSION}+autobuild${UNIXTIME}) UNRELEASED; urgency=low
 
   * Automatically built package based on the state of
     git repository at http://git.grml.org/?p=grml-live.git
 
   * Automatically built package based on the state of
     git repository at http://git.grml.org/?p=grml-live.git