[libtemplate-plugin-calendar-simple-perl] 07/16: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 22:41:08 UTC 2013


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

abe pushed a commit to branch master
in repository libtemplate-plugin-calendar-simple-perl.

commit fb97aac85187149d0d5d50f286bdaa6e897821d5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 20:45:25 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 8e10817..04aa932 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ libtemplate-plugin-calendar-simple-perl (0.02-4) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * 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:32:08 +0200
 
diff --git a/debian/rules b/debian/rules
index 4795819..d6ddcb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ clean:
 install:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install PREFIX=$(TMP)/usr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl.git



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