[libstring-koremutake-perl] 09/13: Move dh_installdocs parameter to debian/docs

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 20:26:16 UTC 2013


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

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

commit 8eb42bac4af4c1a490a47f2b093eb246858f87b0
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 21:20:16 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 9341ddd..f269526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libstring-koremutake-perl (0.30-4) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
     + Drop now obsolete stamp file parameters from dh_clean
+    + Move dh_installdocs parameter to debian/docs
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:59 +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 6208503..8d16624 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 CHANGES
 	dh_perl
 	dh_compress

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



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