[libtext-pdf-perl] 03/12: Use dh_prep instead of dh_clean -k

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 00:15:57 UTC 2013


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

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

commit cbe971e1bcc74b4c7dff8a64c9739f4a9a29f69a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 00:48:17 2013 +0100

    Use dh_prep instead of dh_clean -k
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5534cec..ac58b5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ libtext-pdf-perl (0.29a-2) UNRELEASED; urgency=low
   * Revamp debian/rules:
     + Fix lintian warning debian-rules-missing-recommended-target
     + Use dh_auto_{configure,build,test,install,clean}
+    + Use dh_prep instead of dh_clean -k
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:37 +0200
 
diff --git a/debian/rules b/debian/rules
index ccc465d..79d1501 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/Text/PDF/changes
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \

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



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