From: Michael Prokop Date: Mon, 6 Jun 2011 20:58:05 +0000 (+0200) Subject: scripts/release_helper.sh: Use +autobuild instead of ~autobuild for version suffix. X-Git-Tag: v0.15.0~48 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=6998e9e9aa3461fb186de599b670108e2ad61842;hp=d95eed100eaf3c6b134cc24c93340d258ba81695 scripts/release_helper.sh: Use +autobuild instead of ~autobuild for version suffix. 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. --- diff --git a/scripts/release_helper.sh b/scripts/release_helper.sh index 268a70a..2a2a43d 100755 --- a/scripts/release_helper.sh +++ b/scripts/release_helper.sh @@ -36,7 +36,7 @@ if [ -n "${AUTOBUILD:-}" ] ; then 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