[Patches] [PATCH] Bug 7091 - [3.6.x] - update the build script for 3.6 stable

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Nov 4 19:53:41 NZDT 2011


From: Robin Sheat <robin at catalyst.net.nz>
Date: Wed, 26 Oct 2011 15:12:50 +1300
Subject: [PATCH] Bug 7091 - [3.6.x] - update the build script for 3.6 stable
 series

---
 debian/build-git-snapshot |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot
index d6f9138..86f610d 100755
--- a/debian/build-git-snapshot
+++ b/debian/build-git-snapshot
@@ -28,9 +28,9 @@ use Getopt::Long;
 use POSIX qw/strftime/;
 
 my $buildresult;
-my $distribution='squeeze-dev';
+my $distribution='squeeze';
 my $git_checks='all';
-my $version='3.5-1~git';
+my $version='3.6-1~git';
 my $auto_version=1;
 my $need_help;
 my $debug;
-- 
1.7.5.4


More information about the Patches mailing list