[libperl6-form-perl] 04/09: Drop now redundant parameters to dh_clean and dh_installchangelogs

Axel Beckert abe at deuxchevaux.org
Sun May 31 16:55:42 UTC 2015


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

abe pushed a commit to branch master
in repository libperl6-form-perl.

commit 398fa00be0c8dde5a9ef0c48dfee15059764b9a1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 18:39:39 2015 +0200

    Drop now redundant 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 bea49af..ab89fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ libperl6-form-perl (0.04-7) UNRELEASED; urgency=low
     + Use dh_auto{configure,build,test,install,clean}
     + Remove now obsolete /usr/lib/perl5 cleanup.
     + Replace "dh_clean -k" by "dh_prep".
+    + Drop now redundant parameters to dh_clean and dh_installchangelogs.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 5b824c0..636e022 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ clean:
 	dh_testdir
 	dh_testroot
 
-	dh_clean build-stamp install-stamp
+	dh_clean
 	dh_auto_clean
 
 install: install-stamp
@@ -55,7 +55,7 @@ binary-indep: build install
 	dh_installexamples demo/*
 	chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
 	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/libperl6-form-perl.git



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