[libcoy-perl] 11/14: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 20:40:24 UTC 2013


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

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

commit 435718ef0bc0653105f89d63d054aac2cdbf7024
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 21:34:20 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 60a8824..dd71b1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,7 @@ libcoy-perl (0.06-7) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * Revamp debian/rules
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto{configure,build,test,install,clean}
     + Remove obsolete dh_clean and dh_installchangelogs parameters
     + Drop obsolete /usr/lib/perl5 handling
diff --git a/debian/rules b/debian/rules
index e2b069b..2d4a3cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_auto_install
 	$(RM) $(TMP)/usr/share/perl5/Lingua/EN/Inflect.pm
 	touch $@

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



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