[libmath-round-perl] 12/17: Drop obsolete parameter from dh_installchangelogs

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 03:03:07 UTC 2013


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

abe pushed a commit to branch master
in repository libmath-round-perl.

commit 0445e1fdd2dc01c9107c1ecb46a4e2736d93c3c1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 03:54:59 2013 +0100

    Drop obsolete parameter from dh_installchangelogs
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2412688..c986fc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libmath-round-perl (0.06-4) UNRELEASED; urgency=low
       - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
       - Enables running the test suite at build time
     + Remove manual stamp file removal, now done by dh_clean
+    + Drop obsolete parameter from dh_installchangelogs
 
  -- Carlo Segre <segre at debian.org>  Mon, 26 Oct 2009 08:44:11 -0500
 
diff --git a/debian/rules b/debian/rules
index 9078e88..8f1a2e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ binary-indep: build install
 	dh_installdocs README MANIFEST
 	@#dh_installexamples
 	dh_installman
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress

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



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