[libdatetime-format-mail-perl] 07/14: Replace "dh_clean -k" with "dh_prep"
Axel Beckert
abe at deuxchevaux.org
Thu Dec 26 02:17:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libdatetime-format-mail-perl.
commit 40a0243472c571f17fb7608c5e7b54192eea10bf
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Thu Dec 26 03:04:39 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 ada0fd4..3547117 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libdatetime-format-mail-perl (0.3001-2) UNRELEASED; urgency=low
+ copyright-refers-to-symlink-license
* Revamp debian/rules
+ 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:28:42 +0200
diff --git a/debian/rules b/debian/rules
index 0e2c6be..b4c1776 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ install: install-stamp
install-stamp: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
$(PERL) Build install destdir=$(TMP) create_packlist=0
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-format-mail-perl.git
More information about the Pkg-perl-cvs-commits
mailing list