[libtemplate-plugin-clickable-perl] 08/16: Drop dh_installchangelogs parameter

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 01:03:48 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-clickable-perl.

commit eef4596ad56d0f7fa6f1d52632f6e5e79025532f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 01:49:23 2013 +0100

    Drop dh_installchangelogs parameter
    
    Upstream changelog is recognized automatically
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7b19fc8..a8a2b71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ libtemplate-plugin-clickable-perl (0.06-3) UNRELEASED; urgency=low
       warning debian-rules-makemaker-prefix-is-deprecated)
     + Drop dh_clean parameters, stamp files are now cleaned automatically
     + Move dh_installdocs parameter to debian/docs
+    + Drop dh_installchangelogs parameter, upstream changelog is
+      recognized automatically.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:13 +0200
 
diff --git a/debian/rules b/debian/rules
index 7c14ab5..2219213 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ binary-indep: build install
 	dh_perl
 	dh_installdocs
 	dh_installman
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_compress
 	dh_fixperms
 	dh_installdeb

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



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