From 9b389ecd62f3b12cbfd9cb61f24c2ca8faafe06b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 6 Dec 2007 10:54:08 +0000 Subject: [PATCH] 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 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 Uploaders: sean finney , Guido Trotter 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 \;