[Pkg-nagios-devel] nagios changelog,1.54,1.55 rules,1.16,1.17

seanius@haydn.debian.org seanius@haydn.debian.org


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

Modified Files:
	changelog rules 
Log Message:
compile with --with-file-perfdata

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/changelog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- changelog	16 Apr 2005 05:13:31 -0000	1.54
+++ changelog	28 Apr 2005 03:33:30 -0000	1.55
@@ -1,3 +1,10 @@
+nagios (2:1.3-cvs.20050402-3) unstable; urgency=low
+
+  * Sean Finney:
+    - compile with --with-file-perfdata (closes: #306555).
+
+ -- sean finney <seanius@debian.org>  Wed, 27 Apr 2005 23:31:27 -0400
+
 nagios (2:1.3-cvs.20050402-2) unstable; urgency=low
   
   * Sean Finney:

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/rules,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- rules	16 Apr 2005 04:59:41 -0000	1.16
+++ rules	28 Apr 2005 03:33:30 -0000	1.17
@@ -35,12 +35,14 @@
 				--libexecdir=/usr/lib/nagios/plugins \
 				--localstatedir=/var/log/nagios \
 				--with-ping-command="/bin/ping -n %s -c %d" \
-				--with-mail=/usr/bin/mail --with-perlcache \
+				--with-mail=/usr/bin/mail \
+				--with-perlcache \
 				--with-nagios-user=nagios \
 				--with-nagios-grp=nagios \
 				--with-template-objects \
+				--with-file-perfdata \
 				--build=$(DEB_BUILD_GNU_TYPE) \
-				--host=$(DEB_HOST_GNU_TYPE)
+				--host=$(DEB_HOST_GNU_TYPE) 
 
 DEPENDS		= XSDC=xsddb.c XSDH=xsddb.h XCDC=xcddb.c XCDH=xcddb.h XEDC=xeddb.c \
 		  XEDH=xeddb.h XDDC=xdddb.c XDDH=xdddb.h XRDC=xrddb.c XRDH=xrddb.h