[libdatetime-format-mail-perl] 10/14: Drop obsolete dh_{clean, installchangelogs} parameters

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 a691099627262f42e5342ba5f5130e6a6f4bdeda
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 03:10:02 2013 +0100

    Drop obsolete dh_{clean,installchangelogs} parameters
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 35ad993..48733b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libdatetime-format-mail-perl (0.3001-2) UNRELEASED; urgency=low
     + Fix lintian warning debian-rules-missing-recommended-target
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
+    + Drop obsolete dh_{clean,installchangelogs} parameters
   * No more install (installation instructions only) upstream README
 
  -- 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 065fe5b..dd6cada 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: install-stamp
 install-stamp: build-stamp
@@ -49,7 +49,7 @@ binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_perl
 	dh_compress
 	dh_fixperms

-- 
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