[libunicode-maputf8-perl] 06/12: Replace "dh_clean -k" with "dh_prep"
Axel Beckert
abe at deuxchevaux.org
Sat Dec 14 00:00:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libunicode-maputf8-perl.
commit 911eed7d860f6f89977ddd0c5a2ff5cdfbe933a6
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Dec 14 00:43:47 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 b833400..f183ceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ libunicode-maputf8-perl (1.11-3) UNRELEASED; urgency=low
+ binary-control-field-duplicates-source (priority, section)
* 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:33:04 +0200
diff --git a/debian/rules b/debian/rules
index 393eb9a..548be0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ install: install-stamp
install-stamp: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
touch install-stamp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libunicode-maputf8-perl.git
More information about the Pkg-perl-cvs-commits
mailing list