X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=fdcc4787d1c8937e49410a396097765c64781aac;hb=refs%2Fheads%2FZEBRA.1.3.16.branch;hp=be6872abfcf5e1ef06c8cdcdf55c045a8a068867;hpb=a9af358edd64e859e406d8293af06e0b071ed0cb;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index be6872a..fdcc478 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,9 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=2 +export DH_COMPAT=4 -CONFIG_FLAGS=--with-tclconfig=/usr/lib/tcl8.3 --with-yazconfig=/usr/bin --prefix=/usr +CONFIG_FLAGS=--with-tclconfig=/usr/lib/tcl8.3 --with-yaz=/usr/bin --prefix=/usr # Enable parallel builds if CONCURRENCY_LEVEL is set ifdef CONCURRENCY_LEVEL @@ -20,11 +20,7 @@ else MCFLAGS= endif -ZEBRA_VERSION=1.3.7 ZEBRASRCDIR?=$(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") -export ZEBRA_VERSION # Local library path for linking with right dependencies LOCAL_LINK=-ldebian/idzebra/usr/lib @@ -75,7 +71,8 @@ stamp-install: stamp-build binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p idzebra-doc doc/*.html doc/*.pdf + #dh_installdocs -p idzebra-doc doc/*.html doc/*.pdf doc/*.png + dh_installdocs -p idzebra-doc debian/tmp/usr/share/doc/idzebra/*.html debian/tmp/usr/share/doc/idzebra/*.pdf debian/tmp/usr/share/doc/idzebra/*.png dh_installchangelogs -p idzebra-doc dh_link -p idzebra-doc dh_strip -p idzebra-doc @@ -92,21 +89,22 @@ binary-arch: build install dh_testroot dh_movefiles -p idzebra usr/share/idzebra usr/bin - cp CHANGELOG changelog + cp NEWS changelog dh_installdocs --all README TODO changelog debian/copyright dh_installchangelogs dh_link + + dh_installdeb -p idzebra + #dh_installman -p idzebra doc/zebraidx.1 doc/zebrasrv.8 + dh_installman -p idzebra debian/tmp/usr/share/man/man1/zebraidx-1.3.1 debian/tmp/usr/share/man/man8/zebrasrv-1.3.8 + dh_strip dh_compress -a dh_fixperms -a - dh_installdeb -p idzebra - dh_installman -p idzebra doc/zebraidx.1 doc/zebrasrv.8 dh_shlibdeps -p idzebra $(LOCAL_LINK) - cat debian/postinst >> debian/idzebra/DEBIAN/postinst - dh_gencontrol -p idzebra dh_md5sums -p idzebra