[libmath-calculus-expression-perl] 04/10: Replace "dh_clean -k" by "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sat May 30 23:40:24 UTC 2015


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

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

commit 823bccf8d585738be96ea51ac689d98c1bd8f77a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 01:23:14 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 fa83006..6ac71fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libmath-calculus-expression-perl (0.2.2.ds-2) 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".
 
  -- Franck Joncourt <franck.mail at dthconnex.com>  Fri, 14 Nov 2008 23:58:19 +0100
 
diff --git a/debian/rules b/debian/rules
index 8f0300b..e2c1189 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,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-calculus-expression-perl.git



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