Make sure the temporary version number comes before 3.2.
authorLars Wirzenius <lars@catalyst.net.nz>
Wed, 26 May 2010 04:18:34 +0000 (16:18 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 26 May 2010 12:28:00 +0000 (08:28 -0400)
This way, upgrades from the temporary ones to the final release
will happen automatically.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/build-git-snapshot

index 41f9d85..9bdd365 100755 (executable)
@@ -30,7 +30,7 @@ latest_sha1() {
 }
 
 newversion() {
-    printf '3.2.git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
+    printf '3.2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
 }
 
 adjust_debian_changelog() {