Bug 11705 - change versioning of build-git-snapshot
authorRobin Sheat <robin@catalyst.net.nz>
Thu, 6 Feb 2014 23:59:10 +0000 (12:59 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 01:49:56 +0000 (01:49 +0000)
This change makes the package versions conform to Debian requirements
for native packages.

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

index 8aa51de..a1ea418 100755 (executable)
@@ -30,7 +30,7 @@ use POSIX qw/strftime/;
 my $buildresult;
 my $distribution='squeeze-dev';
 my $git_checks='all';
-my $version='3.15-1~git';
+my $version='3.15~git';
 my $auto_version=1;
 my $need_help;
 my $debug;