[Pkg-nagios-changes] [pkg-nagios] r1279 - nagios-plugins/trunk/debian

Jan Wagner waja-guest at alioth.debian.org
Thu Dec 6 10:54:08 UTC 2007


Author: waja-guest
Date: 2007-12-06 10:54:08 +0000 (Thu, 06 Dec 2007)
New Revision: 1279

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/control
   nagios-plugins/trunk/debian/rules
Log:
make lintian happy and add some usefull informations into control

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2007-12-06 09:46:30 UTC (rev 1278)
+++ nagios-plugins/trunk/debian/changelog	2007-12-06 10:54:08 UTC (rev 1279)
@@ -9,6 +9,9 @@
     #453012).
   * merge changes from and ack NMUs. Thanks to Steffen Joeris (closes:
     #445475) and Nico Golde (closes: #448372, #447639).
+  * Don't ignore errors from make clean
+  * Bump standards version to 3.7.3
+  * added Vcs- fields and Homepage into source header's field
 
  -- sean finney <sean at rangda.stickybit.se>  Mon, 28 May 2007 19:48:35 +0200
 

Modified: nagios-plugins/trunk/debian/control
===================================================================
--- nagios-plugins/trunk/debian/control	2007-12-06 09:46:30 UTC (rev 1278)
+++ nagios-plugins/trunk/debian/control	2007-12-06 10:54:08 UTC (rev 1279)
@@ -4,7 +4,10 @@
 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Uploaders: sean finney <seanius at debian.org>, Guido Trotter <ultrotter at debian.org>
 Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, libpq-dev | postgresql-dev, libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient-dev, libsnmp9-dev | libsnmp5-dev | libsnmp-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, mawk | awk
-Standards-Version: 3.7.2
+Homepage: http://nagiosplug.sourceforge.net
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-nagios/nagios-snmp-plugins/
+Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-snmp-plugins/
+Standards-Version: 3.7.3
 
 Package: nagios-plugins
 Architecture: all

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2007-12-06 09:46:30 UTC (rev 1278)
+++ nagios-plugins/trunk/debian/rules	2007-12-06 10:54:08 UTC (rev 1279)
@@ -114,7 +114,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \;
 	-rm -f platform.h auto-include.h
 	find -type d -name build -print0 | xargs -0 -r rm -rf \;




More information about the Pkg-nagios-changes mailing list