From: Adam Dickmeiss Date: Tue, 11 May 2010 11:44:27 +0000 (+0200) Subject: Require YAZ 4.0.8 (4.0.7 libgnutls-dev dep problem) X-Git-Tag: v1.2.2~1 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=7cc95304620516ad4415e1c50bf6308cc1c913fa Require YAZ 4.0.8 (4.0.7 libgnutls-dev dep problem) --- diff --git a/configure.ac b/configure.ac index 1575fcd..a71cb81 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[4.0.7]) +YAZ_INIT([threads],[4.0.8]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 9e37e27..79d6824 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.7) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.8) Package: libyazpp4 Section: libs