Code

rules, pnp4nagios-bin.install: Do not install npcd.8 using dh_installman.
authorSebastian Harl <sh@tokkee.org>
Tue, 26 Apr 2011 11:51:52 +0000 (13:51 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 26 Apr 2011 11:51:52 +0000 (13:51 +0200)
This is done by the upstream Makefile now.

debian/changelog
debian/pnp4nagios-bin.install
debian/rules

index 9e68a50d0870f5ad6b441085356f7003c28ae0e3..d5e228a75fd679eec6916259a2e3fe4d903d9584 100644 (file)
@@ -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 <tokkee@debian.org>  Tue, 26 Apr 2011 13:48:32 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 13:50:53 +0200
 
 pnp4nagios (0.6.11-2) unstable; urgency=low
 
index 97e44ae5b118e1d215fe11e975a0bbbb276ee8bd..0f2425b35def5c586773fbfed05f2d3f56d48f06 100644 (file)
@@ -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/
index 46da9ce88d2ae65b0cca8c26fcb2d3ed75669a1f..f2ecca32b42bb6148aa5bd191223621f03e3a15f 100755 (executable)
@@ -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