[Pkg-nagios-changes] [pkg-nagios-plugins] 85/413: make lintian happy and add some usefull informations into control

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 9b389ecd62f3b12cbfd9cb61f24c2ca8faafe06b
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Dec 6 10:54:08 2007 +0000

    make lintian happy and add some usefull informations into control
---
 debian/changelog | 3 +++
 debian/control   | 5 ++++-
 debian/rules     | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 946aca7..380aa02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ nagios-plugins (1.4.8-3) UNRELEASED; urgency=low
     #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
 
diff --git a/debian/control b/debian/control
index 9248758..6a268f0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,10 @@ Priority: extra
 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
diff --git a/debian/rules b/debian/rules
index 3773bf9..67e39c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,7 +114,7 @@ really-clean:
 	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 \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list