Bug 5602: Changes to account for the version update.
authorRobin Sheat <robin@catalyst.net.nz>
Thu, 2 Jun 2011 04:27:33 +0000 (16:27 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Aug 2011 22:26:39 +0000 (10:26 +1200)
This is intended to apply on top of the previous 5602 patch.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
debian/README.build
debian/build-git-snapshot

index 32a0f5d..9d33726 100644 (file)
@@ -1,4 +1,5 @@
-In order to build .deb packages, following debian packages need to be present (installed):
+In order to build .deb packages, following debian packages need to be present
+(installed): 
 devscripts
 pbuilder
 dh-make
@@ -7,7 +8,6 @@ fakeroot
 As root (or sudo) execute:
 pbuilder create
 
-Executing build-git-snapshot without any arguments will leave package and the rest in some pbuilder dir, eg. /var/cache/pbuilder/result
-It is highly recommended that --buildresult option is used.
-
-The script requires sudo.
+Executing build-git-snapshot without any arguments will leave package and the
+rest in some pbuilder dir, eg. /var/cache/pbuilder/result It is highly
+recommended that --buildresult option is used.
index c3140e7..295b5fa 100755 (executable)
@@ -17,7 +17,8 @@
 # with Koha; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-# Written by Robin Sheat <robin@catalyst.net.nz>
+# Written by Robin Sheat <robin@catalyst.net.nz> and
+#   Srdjan Jankovic <srdjan@catalyst.net.nz>
 # Based on an sh version by Lars Wirzenius.
 
 use strict;
@@ -29,7 +30,7 @@ use POSIX qw/strftime/;
 my $buildresult;
 my $distribution='squeeze-dev';
 my $git_checks='all';
-my $version='3.3-1~git';
+my $version='3.5-1~git';
 my $auto_version=1;
 my $need_help;
 my $debug;
@@ -99,7 +100,7 @@ Options:
         tracked files with untracked changes will cause an error), and 'none'
         (checking git status is skipped totally.) Default is 'all'.
     --version, -v
-        the version string for the resulting package. Default is '3.3-1~git'.
+        the version string for the resulting package. Default is '3.5-1~git'.
     --(no)autoversion
         whether or not to use the date and git commit ID in the version value.
         Default is to include it.