From: Sebastian Harl Date: Tue, 26 Apr 2011 11:51:52 +0000 (+0200) Subject: rules, pnp4nagios-bin.install: Do not install npcd.8 using dh_installman. X-Git-Tag: v_0_6_12-1~5 X-Git-Url: https://git.tokkee.org/?p=pkg-pnp4nagios.git;a=commitdiff_plain;h=3e351a8d35f31452f2dd5ab2b4594fbacdeafb10 rules, pnp4nagios-bin.install: Do not install npcd.8 using dh_installman. This is done by the upstream Makefile now. --- diff --git a/debian/changelog b/debian/changelog index 9e68a50..d5e228a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,11 @@ pnp4nagios (0.6.12-1) unstable; urgency=low prefix is set by layout=debian and cannot be overwritten, thus do not pretend this is possible. Also, do not use $prefix when setting man-/ infodir but specify the complete path. + * debian/rules, debian/pnp4nagios-bin.install: + - Do not install npcd.8 using dh_installman; this is done by the upstream + Makefile now. - -- Sebastian Harl Tue, 26 Apr 2011 13:48:32 +0200 + -- Sebastian Harl Tue, 26 Apr 2011 13:50:53 +0200 pnp4nagios (0.6.11-2) unstable; urgency=low diff --git a/debian/pnp4nagios-bin.install b/debian/pnp4nagios-bin.install index 97e44ae..0f2425b 100644 --- a/debian/pnp4nagios-bin.install +++ b/debian/pnp4nagios-bin.install @@ -5,6 +5,7 @@ usr/lib/pnp4nagios/ usr/sbin/npcd usr/share/doc/pnp4nagios/examples/*.cfg usr/share/doc/pnp4nagios/examples/check_commands/ +usr/share/man/man8/npcd.8 var/log/pnp4nagios/stats/ var/lib/pnp4nagios/perfdata/ var/spool/pnp4nagios/ diff --git a/debian/rules b/debian/rules index 46da9ce..f2ecca3 100755 --- a/debian/rules +++ b/debian/rules @@ -176,7 +176,7 @@ binary-arch: build install dh_installexamples -a dh_installdebconf -a dh_installinit -ppnp4nagios-bin --name=npcd - dh_installman -a man/npcd.8 + dh_installman -a dh_link -a dh_strip -a dh_compress -a