X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=093e708d29b6d0caa1f4573fb9f10023f1f4e429;hb=3e8db66d56c466a5a269362eb70b4931d9579128;hp=5a8ae971916ac40b5710d4f31583d444fb03040d;hpb=238730873cdf47ff4945ce1635870b10601c9aa3;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index 5a8ae97..093e708 100755 --- a/debian/rules +++ b/debian/rules @@ -20,11 +20,7 @@ else MCFLAGS= endif -ZEBRA_VERSION=1.3.3 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,7 @@ 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_installchangelogs -p idzebra-doc dh_link -p idzebra-doc dh_strip -p idzebra-doc @@ -92,20 +88,23 @@ 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_strip dh_compress -a dh_fixperms -a - dh_installdeb -p idzebra - dh_undocumented -p idzebra zebraidx.1 zebrasrv.1 dh_shlibdeps -p idzebra $(LOCAL_LINK) cat debian/postinst >> debian/idzebra/DEBIAN/postinst + chmod +x debian/idzebra/DEBIAN/postinst dh_gencontrol -p idzebra dh_md5sums -p idzebra