From 446dc9806881564bc7dd9a719a59d35dfee1b939 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 18 Jun 2010 11:00:42 +0200 Subject: [PATCH] Require YAZ 4.0.10 (using ZOOM_resultset_release) --- configure.ac | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index be972e9..d92462c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.0.9]) +YAZ_INIT([static icu],[4.0.10]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 36bc218..9efe8d5 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.4), docbook-xsl, libgnutls-dev +Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.0.10), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 Package: pazpar2 -- 1.7.10.4