Bug 5602: Changes to account for the version update.
This is intended to apply on top of the previous 5602 patch. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
This commit is contained in:
parent
cc819ec93c
commit
8e07fc1099
2 changed files with 9 additions and 8 deletions
10
debian/README.build
vendored
10
debian/README.build
vendored
|
@ -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.
|
||||
|
|
7
debian/build-git-snapshot
vendored
7
debian/build-git-snapshot
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue