[libmath-round-perl] 09/17: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 03:03:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmath-round-perl.

commit d1a475b34f566a35c3ff8751bebab29440c9c4a5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 03:45:59 2013 +0100

    Replace "dh_clean -k" with "dh_prep"
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 26558be..2872815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libmath-round-perl (0.06-4) UNRELEASED; urgency=low
   * Revamp debian/rules:
     + Fix lintian warning debian-rules-missing-recommended-target
     + Fix lintian warning dh_installmanpages-is-obsolete
+    + Replace "dh_clean -k" with "dh_prep"
 
  -- Carlo Segre <segre at debian.org>  Mon, 26 Oct 2009 08:44:11 -0500
 
diff --git a/debian/rules b/debian/rules
index 0a28f24..c890b35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ clean:
 install: 
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
 	dh_movefiles /usr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-round-perl.git



More information about the Pkg-perl-cvs-commits mailing list