X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=51c465aabe4ad90c27504d4e0bb16bcc0ba5338a;hb=3a2124aa85eea0583c7528bcc6f79a5fa1632a40;hp=54a2bc2ad079e6dc4bb930340799a0a0635d3891;hpb=2d23268b6fe7b71e1cf566e6ab018a8e7f709bfc;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index 54a2bc2..51c465a 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 @@ -71,7 +71,8 @@ stamp-install: stamp-build binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p idzebra-doc doc/*.html doc/*.pdf doc/*.png + #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 @@ -88,14 +89,15 @@ 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 doc/zebraidx.1 doc/zebrasrv.8 + dh_installman -p idzebra debian/tmp/usr/share/man/man1/zebraidx.1 debian/tmp/usr/share/man/man8/zebrasrv.8 dh_strip dh_compress -a