[libdata-walk-perl] 03/05: Move dh_installdocs parameters to debian/docs

Axel Beckert abe at deuxchevaux.org
Wed Dec 25 20:40:00 UTC 2013


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

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

commit d3ad10541eddc069cbf4bc919074526518b83f3a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 25 21:32:13 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index dba15a0..af2824a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ libdata-walk-perl (1.00-2) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete dh_{clean,installchangelogs} parameter
+    + Move dh_installdocs parameters to debian/docs
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:37 +0200
 
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..9eafbe1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+NEWS
diff --git a/debian/rules b/debian/rules
index 2c66857..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 NEWS
+	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/libdata-walk-perl.git



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