From 6998e9e9aa3461fb186de599b670108e2ad61842 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 6 Jun 2011 22:58:05 +0200 Subject: [PATCH] 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. --- scripts/release_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4