diff --git a/debian/changelog b/debian/changelog index 6dd73bb..427429e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ nagios-plugins (1.4.14-4) UNRELEASED; urgency=low - Provide package specific documentation with the packages - Provide symlinks from other packages * Remove debian/TODO cause it't totally outdated + * Use dh_prep unstead of "dh_clean -k" -- Jan Wagner Wed, 24 Mar 2010 20:24:51 +0100 diff --git a/debian/rules b/debian/rules index 644a3ec..00ce425 100755 --- a/debian/rules +++ b/debian/rules @@ -121,7 +121,7 @@ clean: really-clean unpatch really-clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean @@ -130,12 +130,12 @@ really-clean: find -type d -name build -print0 | xargs -0 -r rm -rf \; find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r rm -f \; -rm -f $(DEBIANDIR)/nagios-plugins-basic.postrm $(DEBIANDIR)/nagios-plugins-standard.postrm - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/nagios-plugins.