fixing lintian errors and warnings
authorChristian Arnold <arnold@schlittermann.de>
Fri, 30 Sep 2011 15:02:11 +0200
changeset 7 5e9d1bdb9a15
parent 6 ef829396e36a
child 8 31d1807b55d8
fixing lintian errors and warnings
debian/changelog
debian/control
debian/copyright
debian/rules
--- 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 <arnold@schlittermann.de>  Fri, 30 Sep 2011 14:59:21 +0200
+
 nagios-plugin-release (2.2+nmu1) stable; urgency=low
 
   * Non-maintainer upload.
--- 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 <arnold@schlittermann.de>
 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.
--- 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 <arnold@schlittermann.de> on
-Fri, 09 Jul 2010 15:48:43 +0200.
-
-It was downloaded from <url://example.com>
+It was downloaded from https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-release/
 
 Upstream Author(s):
 
-    <put author's name and email here>
-    <likewise for another author>
+    Christian Arnold <arnold@schlittermann.de>
 
 Copyright:
 
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+    <Copyright (C) 2011 Schlittermann internet & unix support>
 
 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 <arnold@schlittermann.de> and
+The Debian packaging is (C) 2011, Christian Arnold <arnold@schlittermann.de> 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.
--- 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 $@