[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, master, updated. v_0_6_11-2-12-g4935556

Sebastian Harl sh at tokkee.org
Wed Apr 27 07:37:06 UTC 2011


The following commit has been merged in the master branch:
commit 3e351a8d35f31452f2dd5ab2b4594fbacdeafb10
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Apr 26 13:51:52 2011 +0200

    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 <tokkee at debian.org>  Tue, 26 Apr 2011 13:48:32 +0200
+ -- Sebastian Harl <tokkee at debian.org>  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

-- 
debian packaging of PNP4Nagios



More information about the Pkg-nagios-changes mailing list