[libcgi-xmlform-perl] 05/14: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 01:40:23 UTC 2013


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

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

commit 733abfc35be01aa37805b3f64c74203c6e077683
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 02:27:38 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 0f216e4..4b9f19d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low
   * Don't install example.pl to /usr/share/perl5/CGI/
   * Revamp debian/rules:
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Replace "dh_clean -k" by "dh_prep"
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200
 
diff --git a/debian/rules b/debian/rules
index 2ae0903..c76f74d 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
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	$(RM) $(TMP)/usr/share/perl5/CGI/example.pl
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \

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



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