X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=9a15617596e982941fec8e4e428540e3dea0fd17;hb=6938850d6b09e61ffde4c17c5682f7be5597e63f;hp=5dd4035216651dfe6ff4be886a784309f4d3ffde;hpb=fd3508c19a217ebd059552cc301c76d203d03524;p=yaz-moved-to-github.git diff --git a/debian/rules b/debian/rules index 5dd4035..9a15617 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl --with-icu build: build-stamp @@ -98,9 +98,9 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz (>= 2.1.19)' + dh_makeshlibs -V 'libyaz3 (>= 3.0.17)' dh_installdeb - dh_shlibdeps -l debian/libyaz/usr/lib + dh_shlibdeps -l debian/libyaz3/usr/lib dh_gencontrol dh_md5sums dh_builddeb