# HG changeset patch # User Christian Arnold # Date 1317387731 -7200 # Node ID 5e9d1bdb9a153ee08b2bce73a6eff7be82a024e8 # Parent ef829396e36acbb16b6df94823e2bbbbaac20244 fixing lintian errors and warnings diff -r ef829396e36a -r 5e9d1bdb9a15 debian/changelog --- a/debian/changelog Wed Aug 31 16:21:01 2011 +0200 +++ b/debian/changelog Fri Sep 30 15:02:11 2011 +0200 @@ -1,3 +1,9 @@ +nagios-plugin-release (2.3) stable; urgency=low + + * fixing lintian errors and warnings + + -- Christian Arnold Fri, 30 Sep 2011 14:59:21 +0200 + nagios-plugin-release (2.2+nmu1) stable; urgency=low * Non-maintainer upload. diff -r ef829396e36a -r 5e9d1bdb9a15 debian/control --- a/debian/control Wed Aug 31 16:21:01 2011 +0200 +++ b/debian/control Fri Sep 30 15:02:11 2011 +0200 @@ -3,10 +3,10 @@ Priority: extra Maintainer: Christian Arnold Build-Depends: debhelper (>= 7), libwww-perl -Standards-Version: 3.7.3 +Standards-Version: 3.9.1 Package: nagios-plugin-release Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, perl-base, perl-doc, libwww-perl +Depends: ${misc:Depends}, ${perl:Depends}, perl-doc, libwww-perl Description: nagios plugin to check current debian release number This plugin checks the current debian release number. diff -r ef829396e36a -r 5e9d1bdb9a15 debian/copyright --- a/debian/copyright Wed Aug 31 16:21:01 2011 +0200 +++ b/debian/copyright Fri Sep 30 15:02:11 2011 +0200 @@ -1,17 +1,12 @@ -This package was debianized by Christian Arnold on -Fri, 09 Jul 2010 15:48:43 +0200. - -It was downloaded from +It was downloaded from https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-release/ Upstream Author(s): - - + Christian Arnold Copyright: - - + License: @@ -32,9 +27,5 @@ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. -The Debian packaging is (C) 2010, Christian Arnold and +The Debian packaging is (C) 2011, Christian Arnold and is licensed under the GPL, see above. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff -r ef829396e36a -r 5e9d1bdb9a15 debian/rules --- a/debian/rules Wed Aug 31 16:21:01 2011 +0200 +++ b/debian/rules Fri Sep 30 15:02:11 2011 +0200 @@ -9,83 +9,5 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - $(MAKE) - #docbook-to-man debian/nagios-plugin-release.sgml > nagios-plugin-release.1 - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - $(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/nagios-plugin-release. - $(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugin-release install - - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +%: + dh $@