[Pkg-nagios-changes] [pkg-nagios] r1668 - nagios-nrpe/trunk/debian

Alexander Wirt formorer at alioth.debian.org
Mon Jul 6 05:26:13 UTC 2009


tags 499280 pending
thanks

Author: formorer
Date: 2009-07-06 05:26:11 +0000 (Mon, 06 Jul 2009)
New Revision: 1668

Modified:
   nagios-nrpe/trunk/debian/changelog
   nagios-nrpe/trunk/debian/rules
Log:
Remove last modified header


Modified: nagios-nrpe/trunk/debian/changelog
===================================================================
--- nagios-nrpe/trunk/debian/changelog	2009-07-06 05:11:08 UTC (rev 1667)
+++ nagios-nrpe/trunk/debian/changelog	2009-07-06 05:26:11 UTC (rev 1668)
@@ -2,6 +2,7 @@
 
   * Remove bashism in nrpe initscript (Closes: #530149)
   * Build against libwrap0-dev (Closes: #412705)
+  * Remove 'last modified header' from nrpe config (Closes: #499280)
 
  -- Alexander Wirt <formorer at debian.org>  Mon, 06 Jul 2009 07:08:26 +0200
 

Modified: nagios-nrpe/trunk/debian/rules
===================================================================
--- nagios-nrpe/trunk/debian/rules	2009-07-06 05:11:08 UTC (rev 1667)
+++ nagios-nrpe/trunk/debian/rules	2009-07-06 05:26:11 UTC (rev 1668)
@@ -16,6 +16,10 @@
 
 include /usr/share/dpatch/dpatch.make
 
+fix-configs: fix-configs-stamp
+fix-configs-stamp: patch-stamp
+	sed -e '/Last Modified/ d' sample-config/nrpe.cfg
+
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
@@ -28,10 +32,10 @@
 	dh_testroot
 	if test -f Makefile; then $(MAKE) distclean; fi
 	dh_clean
-	rm -f build-stamp install-stamp
+	rm -f build-stamp install-stamp fix-configs-stamp
 
 install: install-stamp
-install-stamp: build-stamp
+install-stamp: build-stamp fix-configs-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k




More information about the Pkg-nagios-changes mailing list