From dca2c0c7693ce74885bedb35b3189173aa8a3d92 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 16 Oct 2003 08:27:40 +0000 Subject: [PATCH] Compress man pages --- debian/changelog | 6 ++++++ debian/rules | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 912f58c..c4f4839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (2.0.5-2) unstable; urgency=low + + * Compress man pages. + + -- Adam Dickmeiss Thu, 16 Oct 2003 10:28:37 +0200 + yaz (2.0.5-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 1a4e6d8..b1173f3 100755 --- a/debian/rules +++ b/debian/rules @@ -98,9 +98,6 @@ binary-arch: build install dh_installchangelogs dh_link - dh_strip - dh_compress -a - dh_fixperms -a dh_installdeb -p libyaz dh_installdeb -p libyaz-dev @@ -112,14 +109,16 @@ binary-arch: build install dh_installman -p yaz doc/yaz-client.1 doc/yaz-ztest.8 doc/zoomsh.1 dh_installman -p yaz doc/yaz-client-ssl.1 doc/yaz-ztest-ssl.8 + dh_strip + dh_compress -a + dh_fixperms -a + echo "libyaz 2 libyaz (>= 2.0.2)" > debian/libyaz/DEBIAN/shlibs echo "libyazthread 2 libyaz (>= 2.0.2)" >> debian/libyaz/DEBIAN/shlibs echo "libyazmalloc 2 libyaz (>= 2.0.2)" >> debian/libyaz/DEBIAN/shlibs echo "libyazssl 2 libyaz (>= 2.0.2)" >> debian/libyaz/DEBIAN/shlibs chmod 644 debian/libyaz/DEBIAN/shlibs dh_shlibdeps -p libyaz $(LOCAL_LINK) - cat debian/postinst >> debian/libyaz/DEBIAN/postinst - chmod +x debian/libyaz/DEBIAN/postinst dh_gencontrol -p libyaz dh_md5sums -p libyaz -- 1.7.10.4