[Pkg-nagios-devel] nagios-plugins/debian changelog, 1.6, 1.7 rules, 1.3, 1.4

seanius at haydn.debian.org seanius at haydn.debian.org
Fri Oct 7 20:25:38 UTC 2005


Update of /cvsroot/pkg-nagios/nagios-plugins/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv8947/debian

Modified Files:
	changelog rules 
Log Message:
see changelog


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog	6 Oct 2005 12:48:37 -0000	1.6
+++ changelog	7 Oct 2005 20:25:35 -0000	1.7
@@ -1,10 +1,16 @@
 nagios-plugins (1.4.2-2) unstable; urgency=low
 
   * Sean Finney:
+    - ack, the perl plugins broke on the last upload, because "use lib"
+      wasn't being properly substituted in.  fixed. (closes: #332667).
     - include upstream fix for check_ups temperature perfdata.  thanks
       to Chris AtLee for originally reporting this (closes: #316534).
+    - stop mucking around with config.sub/config.guess in debian/rules. 
+    - last update in the changelog was missing a colon on the following:
+      (closes: #312228, #306244, #308458, #327212, #316882).
+    - have check_mysql read in defaults from my.cnf (closes: #278817).
 
- -- sean finney <seanius at debian.org>  Thu, 06 Oct 2005 14:43:38 +0200
+ -- sean finney <seanius at debian.org>  Fri, 07 Oct 2005 22:19:09 +0200
 
 nagios-plugins (1.4.2-1) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	3 Oct 2005 08:14:28 -0000	1.3
+++ rules	7 Oct 2005 20:25:35 -0000	1.4
@@ -55,12 +55,6 @@
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	dh_clean 
 
 install: build




More information about the Pkg-nagios-devel mailing list