From 7cc95304620516ad4415e1c50bf6308cc1c913fa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 11 May 2010 13:44:27 +0200 Subject: [PATCH] Require YAZ 4.0.8 (4.0.7 libgnutls-dev dep problem) --- configure.ac | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4