X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;h=029f447361853be6e3eb775106b2f22213ab4a94;hp=5a19bcd03f659e80dcaa134a036f6e588daf81bf;hb=84153486e91926be04dd28d4f2bda6c6ade0e005;hpb=0793e4fbd909aa2b9030c7e0a69fee064c86d36a diff --git a/debian/rules b/debian/rules index 5a19bcd..029f447 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,8 @@ export DH_VERBOSE=1 override_dh_auto_configure: dh_auto_configure -- \ --enable-tcpd --with-xslt --with-gnutls --with-icu \ - --with-memcached + --with-nettle \ + --with-memcached --with-redis override_dh_strip: dh_strip --dbg-package=libyaz5-dbg @@ -17,7 +18,7 @@ override_dh_auto_install: mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc override_dh_makeshlibs: - dh_makeshlibs -V 'libyaz5 (>= 5.11.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.13.0)' override_dh_installchangelogs: dh_installchangelogs NEWS