[libterm-slang-perl] 07/15: Replace "dh_clean -k" with "dh_prep"
Axel Beckert
abe at deuxchevaux.org
Tue Dec 24 01:44:57 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libterm-slang-perl.
commit 04cef6713a6c84b2689989514b587f69661e4347
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Dec 24 02:04:51 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 0045826..eca8470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ libterm-slang-perl (0.07-12) UNRELEASED; urgency=low
* Fine-tune short and long description a little bit.
* Revamp debian/rules a little bit
+ Fix lintian warning debian-rules-missing-recommended-target
+ + Replace "dh_clean -k" with "dh_prep"
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:32:23 +0200
diff --git a/debian/rules b/debian/rules
index 73c52ae..38d6b6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ install: install-stamp
install-stamp: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
[ ! -d $(TMP)/usr/share/perl5 ] || \
rmdir --ignore-fail-on-non-empty --parents --verbose \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-slang-perl.git
More information about the Pkg-perl-cvs-commits
mailing list