[libtest-pod-coverage-perl] 07/11: Remove no more needed parameters to dh_clean and dh_installchangelogs

Axel Beckert abe at deuxchevaux.org
Wed Sep 11 22:27:06 UTC 2013


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

abe pushed a commit to branch master
in repository libtest-pod-coverage-perl.

commit 36efd7dce362988bd01eaefb8a5b5fd2298fa5e7
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Sep 12 00:08:54 2013 +0200

    Remove no more needed parameters to dh_clean and dh_installchangelogs
---
 debian/changelog |    1 +
 debian/rules     |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 146f6cf..783d72c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ libtest-pod-coverage-perl (1.08-4) UNRELEASED; urgency=low
   * Revamp debian/rules:
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove now obsolete variable definitions
+    + Remove no more needed parameters to dh_clean and dh_installchangelogs
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:47:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 29e9b4b..c05b1fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ clean:
 
 	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/libtest-pod-coverage-perl.git



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