From: Adam Dickmeiss Date: Thu, 12 Jun 2014 13:00:29 +0000 (+0200) Subject: Build without redis on Debian squeeze, Ubuntu Lucid X-Git-Tag: v5.2.0~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ad2e8b3190adb77733a744a26a08927ed026396d Build without redis on Debian squeeze, Ubuntu Lucid These older platforms have libmemcached5 availble. Dirty hack. --- diff --git a/debian/control b/debian/control index 32b17f3..99f5e04 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7), libwrap0-dev, libmemcached-dev, libgcrypt11-dev, - libhiredis-dev, + libhiredis-dev|libmemcached5, libicu-dev Package: libyaz5 diff --git a/debian/rules b/debian/rules index 54f3a85..af5ac7a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DH_VERBOSE=1 override_dh_auto_configure: dh_auto_configure -- \ --enable-tcpd --with-xslt --with-gnutls --with-icu \ - --with-memcached --with-redis + --with-memcached override_dh_strip: dh_strip --dbg-package=libyaz5-dbg