X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=dad8413286a17532ce38794b0f103d2e3b84c675;hb=999c147df0180092e5a64de90e58c2a1a15a0018;hp=093e708d29b6d0caa1f4573fb9f10023f1f4e429;hpb=b2e639090a64b85997b055018089bc221bf3474b;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index 093e708..dad8413 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ # This is the debhelper compatability version to use. export DH_COMPAT=2 -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 @@ -95,7 +96,8 @@ binary-arch: build install 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/man/man1/zebraidx.1 debian/tmp/usr/man/man8/zebrasrv.8 dh_strip dh_compress -a