[libtext-pdf-perl] 06/12: Move dh_installdocs parameter to debian/docs

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 00:15:57 UTC 2013


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

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

commit d3e852801ea6f133a34bb2bb5c2d23591fb337fc
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 00:51:28 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 3e4cc9f..5434d4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,7 @@ libtext-pdf-perl (0.29a-2) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Use dh_prep instead of dh_clean -k
     + 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:37 +0200
 
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b2b2a78
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+readme.txt
diff --git a/debian/rules b/debian/rules
index e680b98..94befce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ binary-indep: build install
 	dh_testroot
 	dh_installexamples examples/*
 	chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
-	dh_installdocs readme.txt
+	dh_installdocs
 	dh_installchangelogs lib/Text/PDF/changes
 	dh_perl
 	dh_compress

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



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