From: Adam Dickmeiss Date: Sun, 8 Jun 2008 19:58:11 +0000 (+0200) Subject: Require yazpp 1.1.1 X-Git-Tag: v1.0.14~6 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=fe18e231f92a6b771f80a268555e23c599079f42;p=metaproxy-moved-to-github.git Require yazpp 1.1.1 --- diff --git a/configure.ac b/configure.ac index 2e5b338..e8f70eb 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.1.0]) +YAZPP_INIT([threads],[1.1.1]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/control b/debian/control index 73cb0a2..970defa 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), libyaz3-dev, libyazpp3-dev (>= 1.1.0), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev +Build-Depends: debhelper (>= 4), libyaz3-dev, libyazpp3-dev (>= 1.1.1), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev Package: metaproxy Section: net