X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=9d78d8f89ff0cd6ad8ae30de2cd447e852ddb8f0;hb=de70f47f9680c5fd7b3863f2a647d6dc760c2d98;hp=c98e936ddf1bec663c90e043cd8270bbfed5d5e7;hpb=1cfbd69fb907cb908ea062ef66de1594b5d54858;p=yaz-moved-to-github.git diff --git a/debian/rules b/debian/rules index c98e936..9d78d8f 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ else SSL_FLAGS= endif -YAZ_VERSION=1.8.6 +YAZ_VERSION=1.8.8 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") @@ -136,15 +136,15 @@ endif # Ugh Ugly hack cat debian/postinst >> debian/yaz-runtime/DEBIAN/postinst - dh_md5sums -p yaz-runtime dh_gencontrol -p yaz-runtime + dh_md5sums -p yaz-runtime - dh_md5sums -p yaz-devel dh_gencontrol -p yaz-devel + dh_md5sums -p yaz-devel ifeq ($(YAZ_WITH_SSL),1) - dh_md5sums -p yaz-ssl dh_gencontrol -p yaz-ssl + dh_md5sums -p yaz-ssl endif # Go kill those CVS-dirs before build -find debian/tmp -type d -name CVS | xargs rm -rf