fixing lintian errors and warnings
authorChristian Arnold <arnold@schlittermann.de>
Fri, 30 Sep 2011 14:35:30 +0200
changeset 1 e795f0198365
parent 0 1798a8c4895a
child 2 e40b17b34ca3
fixing lintian errors and warnings
debian/changelog
debian/control
debian/rules
--- a/debian/changelog	Fri Mar 04 13:42:14 2011 +0100
+++ b/debian/changelog	Fri Sep 30 14:35:30 2011 +0200
@@ -1,3 +1,9 @@
+nagios-plugin-ntp (2.1) stable; urgency=low
+
+  * fixing lintian errors and warnings 
+
+ -- Christian Arnold <arnold@schlittermann.de>  Fri, 30 Sep 2011 14:34:36 +0200
+
 nagios-plugin-ntp (2.0) stable; urgency=low
 
   * now in new code style
--- a/debian/control	Fri Mar 04 13:42:14 2011 +0100
+++ b/debian/control	Fri Sep 30 14:35:30 2011 +0200
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Christian Arnold <arnold@schlittermann.de>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 
 Package: nagios-plugin-ntp
 Architecture: all
-Depends: perl-base, perl-doc, libnet-ntp-perl
+Depends:  ${misc:Depends}, ${perl:Depends}, perl-doc, libnet-ntp-perl
 Suggests: libsmart-comments-perl
 Description: nagios plugin to check system time
  This plugin compares the system time with the ntp server time.
--- a/debian/rules	Fri Mar 04 13:42:14 2011 +0100
+++ b/debian/rules	Fri Sep 30 14:35:30 2011 +0200
@@ -9,84 +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-ntp.sgml > nagios-plugin-ntp.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-ntp.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugin-ntp 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 $@