From: Sebastian Harl Date: Sat, 20 Dec 2008 22:43:37 +0000 (+0100) Subject: Remove .txt and .pod documentation from the 'rrdtool' binary package. X-Git-Tag: debian/1.3.7-1~17 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a9acfbac048624e0ee35bb0401b974ba0bd2b244;p=pkg-rrdtool.git Remove .txt and .pod documentation from the 'rrdtool' binary package. The manpages are a lot more useful. --- diff --git a/debian/changelog b/debian/changelog index 23b0ba8..c524371 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,11 +19,13 @@ rrdtool (1.3.5-1) experimental; urgency=low * debian/rules: - Remove src/librrd.sym in the clean target - this file is automatically created during the build but not cleaned up in the upstream Makefiles. + - Remove .txt and .pod documentation from the 'rrdtool' binary package - + the manpages are a lot more useful. * Added new binary package rrdtool-dbg. Unfortunately, segfaults and the like are not uncommon in rrdtool - this will help to trace them back more easily. - -- Sebastian Harl Sat, 20 Dec 2008 23:16:13 +0100 + -- Sebastian Harl Sat, 20 Dec 2008 23:42:04 +0100 rrdtool (1.3.1-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 6e8b142..9f220d3 100755 --- a/debian/rules +++ b/debian/rules @@ -142,6 +142,8 @@ install-common-stamp: build-arch-stamp dh_clean -k make install DESTDIR=$(CURDIR)/debian/tmp + # we don't want .txt and .pod documentation in the package + rm -rf debian/tmp/usr/share/doc/rrdtool/txt dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing touch $@