[libcurses-widgets-perl] 09/14: Remove now obsolete parameters from dh_clean and dh_installchangelogs

Axel Beckert abe at deuxchevaux.org
Wed Sep 11 23:24:51 UTC 2013


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

abe pushed a commit to branch master
in repository libcurses-widgets-perl.

commit 820cde8bb6e69e1a3f8a5de0002033841a78b295
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Sep 12 01:10:26 2013 +0200

    Remove now obsolete parameters from 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 5d00bec..7824fed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,7 @@ libcurses-widgets-perl (1.997-6) UNRELEASED; urgency=low
   * Revamp debian/rules
     + Use dh_auto_{configure,build,install,clean}
     + Remove now obsolete variable definitions
+    + Remove now obsolete parameters from dh_clean and dh_installchangelogs
   * Also fixes the following lintian warnings:
     + dh-clean-k-is-deprecated
     + debian-rules-missing-recommended-target
diff --git a/debian/rules b/debian/rules
index 24bfb8d..7e702bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: install-stamp
 install-stamp: build-stamp
@@ -39,7 +39,7 @@ binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installchangelogs CHANGELOG
+	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/libcurses-widgets-perl.git



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