[Pkg-nagios-changes] [pkg-nagios] r1307 - in nagiosgrapher/trunk/debian: . patches

Hendrik Frenzel hfrenzel-guest at alioth.debian.org
Mon Jan 21 18:59:06 UTC 2008


Author: hfrenzel-guest
Date: 2008-01-21 18:59:05 +0000 (Mon, 21 Jan 2008)
New Revision: 1307

Added:
   nagiosgrapher/trunk/debian/patches/makefiles.dpatch
Modified:
   nagiosgrapher/trunk/debian/changelog
   nagiosgrapher/trunk/debian/patches/00list
   nagiosgrapher/trunk/debian/rules
Log:
patched in clean and distclean targets


Modified: nagiosgrapher/trunk/debian/changelog
===================================================================
--- nagiosgrapher/trunk/debian/changelog	2008-01-16 10:25:56 UTC (rev 1306)
+++ nagiosgrapher/trunk/debian/changelog	2008-01-21 18:59:05 UTC (rev 1307)
@@ -1,3 +1,9 @@
+nagiosgrapher (1.6.1rc5-5) unstable; urgency=low
+
+  * patched clean and distclean targets to Makefile.in
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Mon, 21 Jan 2008 19:56:58 +0100
+
 nagiosgrapher (1.6.1rc5-4) unstable; urgency=low
 
   * Fixed Vcs-* fields in debian/control

Modified: nagiosgrapher/trunk/debian/patches/00list
===================================================================
--- nagiosgrapher/trunk/debian/patches/00list	2008-01-16 10:25:56 UTC (rev 1306)
+++ nagiosgrapher/trunk/debian/patches/00list	2008-01-21 18:59:05 UTC (rev 1307)
@@ -1,3 +1,4 @@
 debian
 nmgraph
 checks
+makefiles

Added: nagiosgrapher/trunk/debian/patches/makefiles.dpatch
===================================================================
--- nagiosgrapher/trunk/debian/patches/makefiles.dpatch	                        (rev 0)
+++ nagiosgrapher/trunk/debian/patches/makefiles.dpatch	2008-01-21 18:59:05 UTC (rev 1307)
@@ -0,0 +1,30 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## makefiles.dpatch by Hendrik Frenzel <hfrenzel at scunc.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad nagiosgrapher-1.6.1rc5~/Makefile.in nagiosgrapher-1.6.1rc5/Makefile.in
+--- nagiosgrapher-1.6.1rc5~/Makefile.in	2008-01-21 19:43:08.000000000 +0100
++++ nagiosgrapher-1.6.1rc5/Makefile.in	2008-01-21 19:47:56.000000000 +0100
+@@ -248,3 +248,19 @@
+ 	autoconf
+ 	chmod 0755 ./configure
+ 	./configure
++
++clean:
++	rm -f contrib/udpecho/udpecho
++	rm -f contrib/fifo_write/C/fifo_write
++
++distclean: clean
++	rm -f bin/collect.pl bin/fifo_write.pl cfg/ngraph.cfg
++	rm -f contrib/fifo_write/C/fifo_write contrib/udpecho/udpecho
++	rm -f lib/NagiosGrapher/Hooks/Generic.pm \
++		lib/NagiosGrapher/Hooks/SrvExtWriteHostextInfo.pm \
++		lib/NagiosGrapher/HTML.pm \
++		lib/NagiosGrapher.pm
++	rm -f nagios_grapher
++	rm -f sbin/graphs.cgi sbin/rrd2-graph.cgi sbin/rrd2-system.cgi
++	rm -f config.log config.pld config.status configure Makefile
++


Property changes on: nagiosgrapher/trunk/debian/patches/makefiles.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: nagiosgrapher/trunk/debian/rules
===================================================================
--- nagiosgrapher/trunk/debian/rules	2008-01-16 10:25:56 UTC (rev 1306)
+++ nagiosgrapher/trunk/debian/rules	2008-01-21 18:59:05 UTC (rev 1307)
@@ -47,3 +47,5 @@
 	find $(PKG_TMP)/usr/share/nagiosgrapher/htdocs/images/ -type f -name "*.png" -print0 \
 		| xargs -0 chmod 0644 
 
+clean::
+	rm -f debian/postinst




More information about the Pkg-nagios-changes mailing list