[libmath-nocarry-perl] 04/19: Replace "dh_clean -k" by "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sun May 31 00:41:08 UTC 2015


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

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

commit ef49eceb1c84d1d366586a54216d7ead82e589b8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 02:08:16 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index fb5aef6..adbb4e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ libmath-nocarry-perl (1.11-3) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly.
   * Revamp debian/rules
     + Use dh_auto_{configure,build,install,test,clean}
+    + Replace "dh_clean -k" by "dh_prep".
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:52 -0300
 
diff --git a/debian/rules b/debian/rules
index 0ef4086..422e857 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_auto_install
 	[ ! -d $(TMP)/usr/lib/perl5 ] \
 	    || rmdir --ignore-fail-on-non-empty --parents --verbose \

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



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