[libmath-vec-perl] 11/15: Move dh_installdocs parameter to debian/docs

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 01:29:00 UTC 2013


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

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

commit 39c96813d69e8e748271f6b9e50f00e4692df653
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 02:15:21 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 387be1a..d39849f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libmath-vec-perl (1.01-2) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove unused POD-tests related environment variables
     + Drop obsolete parameters from dh_{clean,installchangelogs}
+    + Move dh_installdocs parameter to debian/docs
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:31 +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 f088592..dd6cada 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs
 	dh_perl
 	dh_compress

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



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