# HG changeset patch # User Christian Arnold # Date 1317386130 -7200 # Node ID e795f0198365fd750c47eb1e606b9ab524bb1e59 # Parent 1798a8c4895a66c0871c8e9895281db270289619 fixing lintian errors and warnings diff -r 1798a8c4895a -r e795f0198365 debian/changelog --- 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 Fri, 30 Sep 2011 14:34:36 +0200 + nagios-plugin-ntp (2.0) stable; urgency=low * now in new code style diff -r 1798a8c4895a -r e795f0198365 debian/control --- 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 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. diff -r 1798a8c4895a -r e795f0198365 debian/rules --- 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 $@