X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=66271f65f4d0109587eead785cf578eef8a29fa6;hb=72d242591ea2f6374ffb3166383f3ffddc342215;hp=b8c2d8c86c480874b4ea36457c5e9eb431607cad;hpb=94fce64abe00f0334941ca270c8898bdabb0ca7c;p=yaz-moved-to-github.git diff --git a/debian/rules b/debian/rules index b8c2d8c..66271f6 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export DH_COMPAT=2 YAZ_WITH_SSL?=1 -CONFIG_FLAGS=--enable-static --enable-shared --enable-tcpd --prefix=/usr +CONFIG_FLAGS=--without-gsoap --enable-static --enable-shared --enable-tcpd --prefix=/usr # Enable parallel builds if CONCURRENCY_LEVEL is set ifdef CONCURRENCY_LEVEL @@ -28,7 +28,7 @@ else SSL_FLAGS= endif -YAZ_VERSION=1.9.1 +YAZ_VERSION=1.9.3 YAZSRCDIR?=$(shell pwd) # If this is not IndexData's release, then it is a cvs-checkout. Go cheat! # YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d") @@ -84,7 +84,7 @@ stamp-install: stamp-build binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p yaz-doc doc/ + dh_installdocs -p yaz-doc doc/*.html doc/*.pdf doc/*.png dh_installchangelogs -p yaz-doc dh_link -p yaz-doc dh_strip -p yaz-doc @@ -102,7 +102,7 @@ binary-arch: build install ifeq ($(YAZ_WITH_SSL),1) dh_movefiles -p yaz-ssl usr/bin/*ssl usr/lib/libyazssl* endif - dh_movefiles -p yaz-devel usr/share/aclocal usr/lib/*.a usr/lib/*.la usr/lib/*.so usr/include + dh_movefiles -p yaz-devel usr/share/aclocal usr/lib/*.a usr/lib/*.la usr/lib/*.so usr/include usr/bin/yaz-config usr/bin/yaz-comp dh_movefiles -p yaz-runtime usr/lib usr/share/yaz usr/bin dh_installexamples -p yaz-devel @@ -118,8 +118,9 @@ endif dh_installdeb -p yaz-runtime dh_installdeb -p yaz-devel - dh_installman -p yaz-runtime doc/yaz-client.1 doc/yaz-ztest.8 doc/yaz-config.1 doc/yaz.7 - dh_undocumented -p yaz-runtime yaz-comp.1 zoomsh.1 + dh_installman -p yaz-devel doc/yaz-config.1 + dh_undocumented -p yaz-devel yaz-comp.1 + dh_installman -p yaz-runtime doc/yaz-client.1 doc/yaz-ztest.8 doc/yaz.7 doc/zoomsh.1 echo "libyaz 1 yaz-runtime" > debian/yaz-runtime/DEBIAN/shlibs echo "libyazthread 1 yaz-runtime" >> debian/yaz-runtime/DEBIAN/shlibs echo "libyazmalloc 1 yaz-runtime" >> debian/yaz-runtime/DEBIAN/shlibs