View | Details | Raw Unified | Return to bug 11284
Collapse All | Expand All

(-)a/debian/build-git-snapshot (-1 / +1 lines)
Lines 30-36 use POSIX qw/strftime/; Link Here
30
my $buildresult;
30
my $buildresult;
31
my $distribution='squeeze-dev';
31
my $distribution='squeeze-dev';
32
my $git_checks='all';
32
my $git_checks='all';
33
my $version='3.13-1~git';
33
my $version='3.14-1~git';
34
my $auto_version=1;
34
my $auto_version=1;
35
my $need_help;
35
my $need_help;
36
my $debug;
36
my $debug;
(-)a/debian/changelog (+7 lines)
Lines 1-3 Link Here
1
koha (3.14.00-1) squeeze; urgency=low
2
3
  * New major upstream release (3.14.00)
4
  * Release notes are at http://koha-community.org/koha-3-14-0-released/
5
6
 -- Robin Sheat <robin@catalyst.net.nz>  Fri, 22 Nov 2013 11:40:21 +1300
7
1
koha (3.12.06-1) squeeze; urgency=low
8
koha (3.12.06-1) squeeze; urgency=low
2
9
3
  * New upstream release (3.12.06) 
10
  * New upstream release (3.12.06) 
(-)a/debian/control (-2 / +2 lines)
Lines 142-148 Depends: ${misc:Depends}, ${koha:Depends}, Link Here
142
 unzip,
142
 unzip,
143
 xmlstarlet,
143
 xmlstarlet,
144
 yaz
144
 yaz
145
Suggests: mysql-server
145
Suggests: mysql-server,
146
 memcached
146
Homepage: http://koha-community.org/
147
Homepage: http://koha-community.org/
147
Description: integrated (physical) library management system
148
Description: integrated (physical) library management system
148
 Koha is an Integrated Library Managment system for real-world libraries
149
 Koha is an Integrated Library Managment system for real-world libraries
149
- 

Return to bug 11284