From d1d6dab93f2ccd2af173294a927f513abdb0fcc6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Aug 2010 10:11:25 +0200 Subject: [PATCH] Depend on YAZ 4.0.13 --- configure.ac | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bfe01d5..85e9eef 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.0.12]) +YAZ_INIT([static icu],[4.0.13]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 2619ff4..bc245b9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pazpar2 Section: net Priority: extra Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.0.12), docbook-xsl, libgnutls-dev +Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.0.13), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 Package: pazpar2 -- 1.7.10.4