[libperl6-form-perl] 03/09: Replace "dh_clean -k" by "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sun May 31 16:55:42 UTC 2015


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

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

commit 296c825f12df97fb448e0bf44498a021caf1d792
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 18:39:18 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 61e0dd1..bea49af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libperl6-form-perl (0.04-7) UNRELEASED; urgency=low
   * Revamp debian/rules:
     + Use dh_auto{configure,build,test,install,clean}
     + Remove now obsolete /usr/lib/perl5 cleanup.
+    + Replace "dh_clean -k" by "dh_prep".
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:02 +0100
 
diff --git a/debian/rules b/debian/rules
index d11b169..5b824c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	dh_auto_install
 

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



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