[Pkg-nagios-changes] [pkg-nagios-plugins] 230/413: Use dh_prep unstead of 'dh_clean -k'
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit e3c2de93675af6d29765bcc0e7bf483288a300a4
Author: Jan Wagner <waja at cyconet.org>
Date: Mon Mar 29 02:06:50 2010 +0000
Use dh_prep unstead of 'dh_clean -k'
---
debian/changelog | 1 +
debian/rules | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
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 <waja at cyconet.org> 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list