[libtemplate-plugin-clickable-perl] 07/16: Move dh_installdocs parameter to debian/docs

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 aed5434d638219b89c1e9c6be06c7d3172e981fd
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 01:47:52 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 0ae2437..7b19fc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libtemplate-plugin-clickable-perl (0.06-3) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean} (Fixes lintian
       warning debian-rules-makemaker-prefix-is-deprecated)
     + Drop dh_clean parameters, stamp files are now cleaned automatically
+    + Move dh_installdocs parameter to debian/docs
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:13 +0200
 
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 03ef223..7c14ab5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_perl
-	dh_installdocs README
+	dh_installdocs
 	dh_installman
 	dh_installchangelogs Changes
 	dh_compress

-- 
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