From a9acfbac048624e0ee35bb0401b974ba0bd2b244 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 20 Dec 2008 23:43:37 +0100 Subject: [PATCH] Remove .txt and .pod documentation from the 'rrdtool' binary package. The manpages are a lot more useful. --- debian/changelog | 4 +++- debian/rules | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 $@ -- 2.30.2