From: Adam Dickmeiss Date: Fri, 18 Jun 2010 09:00:42 +0000 (+0200) Subject: Require YAZ 4.0.10 (using ZOOM_resultset_release) X-Git-Tag: v1.4.2~2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=446dc9806881564bc7dd9a719a59d35dfee1b939;p=pazpar2-moved-to-github.git Require YAZ 4.0.10 (using ZOOM_resultset_release) --- 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