From 84153486e91926be04dd28d4f2bda6c6ade0e005 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 9 Nov 2015 12:01:12 +0000 Subject: [PATCH 1/1] Revert "Build without redis on Debian squeeze, Ubuntu Lucid" This reverts commit ad2e8b3190adb77733a744a26a08927ed026396d. We don't build for Debian squeeze and Ubuntu Lucid anymore, so this hack is redundant. Conflicts: debian/control debian/rules --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 77801f8..acf2b60 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7), libwrap0-dev, libmemcached-dev, nettle-dev, - libhiredis-dev|libmemcached5, + libhiredis-dev, libicu-dev Package: libyaz5 diff --git a/debian/rules b/debian/rules index d788755..029f447 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ override_dh_auto_configure: dh_auto_configure -- \ --enable-tcpd --with-xslt --with-gnutls --with-icu \ --with-nettle \ - --with-memcached + --with-memcached --with-redis override_dh_strip: dh_strip --dbg-package=libyaz5-dbg -- 1.7.10.4