[libconfigreader-perl] 13/17: Move dh_installdocs parameter to debian/docs

Axel Beckert abe at deuxchevaux.org
Thu Dec 26 17:18:43 UTC 2013


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

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

commit f574e0779e9b280aecc81410725c570131ea36ad
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 17:18:35 2013 +0100

    Move dh_installdocs parameter to debian/docs
---
 debian/changelog | 1 +
 debian/docs      | 1 +
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a257d08..0660554 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,7 @@ libconfigreader-perl (0.5-5) UNRELEASED; urgency=low
       - Enables test suite at build-time
     + Drop obsolete stamp-file parameters from dh_clean call
     + Drop obsolete /usr/lib/perl5 handling
+    + Move dh_installdocs parameter to debian/docs
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:27:11 +0000
 
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
index a313cc1..c9a9134 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ binary-arch: build install
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_perl
 	dh_installchangelogs
 	dh_link

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



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