Require YAZ 3.0.26 or later.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Feb 2008 14:25:53 +0000 (14:25 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Feb 2008 14:25:53 +0000 (14:25 +0000)
configure.ac
debian/control

index fbd2d33..c08b226 100644 (file)
@@ -1,6 +1,6 @@
 dnl YAZ++ Toolkit, Index Data 1994-2008
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.22 2008-02-21 09:43:27 adam Exp $
+dnl $Id: configure.ac,v 1.23 2008-02-22 14:25:53 adam Exp $
 AC_PREREQ(2.60)
 AC_INIT([yazpp],[1.1.0],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
@@ -13,7 +13,7 @@ AC_PROG_CXX
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-YAZ_INIT([threads],[3.0.25])
+YAZ_INIT([threads],[3.0.26])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
index d0871b4..98fa21a 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz3-dev (>= 3.0.16)
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz3-dev (>= 3.0.26)
 
 Package: libyazpp3
 Section: libs