X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=77c4c667c02e636fed69f08000d5b3934f48e368;hb=a11e628cb73fff31137b4faa3e653390ff66650f;hp=757f6fddf336436599035932c0e4572d44d680fd;hpb=c5294e4f1d1563db1eecb3bdd4ea48c40f390fb6;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index 757f6fd..77c4c66 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-config=/usr/bin --prefix=/usr # Enable parallel builds if CONCURRENCY_LEVEL is set ifdef CONCURRENCY_LEVEL @@ -88,17 +88,19 @@ 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_installman -p idzebra doc/zebraidx.1 doc/zebrasrv.8 dh_shlibdeps -p idzebra $(LOCAL_LINK) cat debian/postinst >> debian/idzebra/DEBIAN/postinst