X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=66271f65f4d0109587eead785cf578eef8a29fa6;hb=854bc0025cf4f8cbd509e2d1de7d2f8a1ea126ac;hp=ca06c9fe2e2ef0b39f851a26a0f73f84ff487651;hpb=1a8c91e241c75be97b531ca514735196b94ca8dd;p=yaz-moved-to-github.git diff --git a/debian/rules b/debian/rules index ca06c9f..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/*.html doc/*.pdf + 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