make lintian happy and add some usefull informations into control
This commit is contained in:
parent
2349359929
commit
9b389ecd62
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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@rangda.stickybit.se> Mon, 28 May 2007 19:48:35 +0200
|
||||
|
||||
|
|
5
debian/control
vendored
5
debian/control
vendored
|
@ -4,7 +4,10 @@ Priority: extra
|
|||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
||||
Uploaders: sean finney <seanius@debian.org>, Guido Trotter <ultrotter@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
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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 \;
|
||||
|
|
Loading…
Reference in a new issue