From 962a0f2298b1c16e0188d41350188824927457e7 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Fri, 7 Feb 2014 12:59:10 +1300 Subject: [PATCH] Bug 11705 - change versioning of build-git-snapshot This change makes the package versions conform to debian requirements for native packages. --- debian/build-git-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index 8aa51de..a1ea418 100755 --- a/debian/build-git-snapshot +++ b/debian/build-git-snapshot @@ -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; -- 1.8.3.2