[liblingua-preferred-perl] 08/16: Drop dh_installchangelogs parameter

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 01:43:33 UTC 2013


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

abe pushed a commit to branch master
in repository liblingua-preferred-perl.

commit f57c5f73ad2417e4b6d582fe9f5d9c0651792ed1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 02:31:46 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 8346152..8344507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,8 @@ liblingua-preferred-perl (0.2.4-4) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Drop obsolete manual cleaning of stamp files
     + Move dh_installdocs parameter to debian/docs
+    + Drop dh_installchangelogs parameter, upstream changelog is
+      recognized automatically.
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 16:37:04 +0100
 
diff --git a/debian/rules b/debian/rules
index bd0a266..1c9fe24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_strip
 	dh_fixperms
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-preferred-perl.git



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