From 35f0428440860c767143c568d5af53e1a13a6bad Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 11 Jan 2010 19:05:17 +0100 Subject: [PATCH] rules: Remove the collectd-java(5) manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … to not let 'dh_install --fail- missing' fail because of that being not installed. --- debian/changelog | 5 ++++- debian/rules | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6a7777c..4e38817 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,11 @@ collectd (4.8.2-1~bpo40+1) etch-backports; urgency=low which is not available on Etch. - Disabled java plugin and removed build-dependency on openjdk-6-jdk, which is not available on Etch. + * debian/rules: + - Remove the collectd-java(5) manpage to not let 'dh_install --fail- + missing' fail because of that being not installed. - -- Sebastian Harl Mon, 11 Jan 2010 18:49:24 +0100 + -- Sebastian Harl Mon, 11 Jan 2010 19:02:38 +0100 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 3ee236a..740c6ae 100755 --- a/debian/rules +++ b/debian/rules @@ -142,6 +142,7 @@ install-arch: build rm -f debian/tmp/usr/lib/collectd/*.la rm -f debian/tmp/usr/lib/libcollectdclient.la + rm -f debian/tmp/usr/share/man/man5/collectd-java.5 rm -f debian/tmp/etc/collectd.conf dh_install -a --sourcedir=$(CURDIR)/debian/tmp --fail-missing -- 2.30.2