[libwebservice-cia-perl] 05/07: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Mon Jun 2 01:13:56 UTC 2014


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

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

commit 8cae07f35fb8711c4d5f985334b395e4f299aa11
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jun 2 03:09:38 2014 +0200

    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 39e34a2..31a04f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ libwebservice-cia-perl (1.4-2) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete dh_{clean,installchangelogs} parameters
     + Move dh_installexamples parameters to debian/examples
+    + Replace "dh_clean -k" with "dh_prep".
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:55 +0100
 
diff --git a/debian/rules b/debian/rules
index a9b756b..146aac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	# Add commands to install the package into debian/$(PACKAGE) here
 	dh_auto_install

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



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