@@ -, +, @@ --- debian/build-git-snapshot | 2 +- debian/changelog | 7 +++++++ debian/control | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) --- a/debian/build-git-snapshot +++ a/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.13-1~git'; +my $version='3.14-1~git'; my $auto_version=1; my $need_help; my $debug; --- a/debian/changelog +++ a/debian/changelog @@ -1,3 +1,10 @@ +koha (3.14.00-1) squeeze; urgency=low + + * New major upstream release (3.14.00) + * Release notes are at http://koha-community.org/koha-3-14-0-released/ + + -- Robin Sheat Fri, 22 Nov 2013 11:40:21 +1300 + koha (3.12.06-1) squeeze; urgency=low * New upstream release (3.12.06) --- a/debian/control +++ a/debian/control @@ -142,7 +142,8 @@ Depends: ${misc:Depends}, ${koha:Depends}, unzip, xmlstarlet, yaz -Suggests: mysql-server +Suggests: mysql-server, + memcached Homepage: http://koha-community.org/ Description: integrated (physical) library management system Koha is an Integrated Library Managment system for real-world libraries --