From e4fc20414e146a46c5a7bf013ed50a7e88c01c37 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 20 Jan 2010 10:54:12 +0100 Subject: [PATCH] Bump version to 1.2.0 --- configure.ac | 2 +- debian/.gitignore | 9 +++++++++ debian/changelog | 6 +++--- debian/rules | 2 +- win/makefile | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 debian/.gitignore diff --git a/configure.ac b/configure.ac index ab2059e..4c2404f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl YAZ++ Toolkit Index Data 1998-2009 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.1.6],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.0],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..ae5f4aa --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,9 @@ +copyright +files +*.debhelper +*.debhelper.log +*.substvars +libyazpp4 +libyazpp4-dev +yazpp-doc +tmp diff --git a/debian/changelog b/debian/changelog index 9c22c33..735bfa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -yazpp (1.1.6-2indexdata) karmic; urgency=low +yazpp (1.2.0-1indexdata) unstable; urgency=low - * Using libyaz4. + * Upstream. - -- Adam Dickmeiss Wed, 13 Jan 2010 15:58:07 +0100 + -- Adam Dickmeiss Wed, 20 Jan 2010 10:41:40 +0100 yazpp (1.1.6-1indexdata) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 0d8f26e..25bf389 100755 --- a/debian/rules +++ b/debian/rules @@ -108,7 +108,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyazpp4 (>= 1.1.6)' + dh_makeshlibs -V 'libyazpp4 (>= 1.2.0)' dh_installdeb dh_shlibdeps -l debian/libyazpp4/usr/lib dh_gencontrol diff --git a/win/makefile b/win/makefile index dec8cdd..16c23c8 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2009 Index Data +# Copyright (C) 1998-2010 Index Data # All rights reserved. # Parameters -- 1.7.10.4