From: Sebastian Harl Date: Mon, 11 Jan 2010 18:05:17 +0000 (+0100) Subject: rules: Remove the collectd-java(5) manpage. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=35f0428440860c767143c568d5af53e1a13a6bad;p=pkg-collectd.git rules: Remove the collectd-java(5) manpage. … to not let 'dh_install --fail- missing' fail because of that being not installed. --- 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