X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;h=029f447361853be6e3eb775106b2f22213ab4a94;hp=68d37162da26f23be4d34277e478d1d37dae0714;hb=84153486e91926be04dd28d4f2bda6c6ade0e005;hpb=be4b5fc4e97e7d8a1d9b1afcf332ac3292da153b diff --git a/debian/rules b/debian/rules index 68d3716..029f447 100755 --- a/debian/rules +++ b/debian/rules @@ -6,17 +6,19 @@ export DH_VERBOSE=1 override_dh_auto_configure: dh_auto_configure -- \ - --enable-tcpd --with-xslt --with-gnutls --with-icu + --enable-tcpd --with-xslt --with-gnutls --with-icu \ + --with-nettle \ + --with-memcached --with-redis override_dh_strip: dh_strip --dbg-package=libyaz5-dbg override_dh_auto_install: - dh_auto_install + 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.0.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.13.0)' override_dh_installchangelogs: dh_installchangelogs NEWS @@ -24,4 +26,3 @@ override_dh_installchangelogs: override_dh_installdocs: cp LICENSE debian/copyright dh_installdocs -A README -