[libdublincore-record-perl] 10/17: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 03:57:52 UTC 2013


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

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

commit b804de3fd1f45b62334790cb9d6443ac174ef3a0
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 04:33:10 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 31a6510..a2ed22f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ libdublincore-record-perl (0.03-2) 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"
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 18:23:27 -0300
 
diff --git a/debian/rules b/debian/rules
index 277e3e9..e427ca1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0

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



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