[libmath-round-perl] 14/17: Move dh_installdocs parameters to debian/docs

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 03:03:07 UTC 2013


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

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

commit f0fe67d7e00a0d20e2d9fc5b088eed506b0977b8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 03:57:36 2013 +0100

    Move dh_installdocs parameters 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 8680792..4b23fbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libmath-round-perl (0.06-4) UNRELEASED; urgency=low
       - Enables running the test suite at build time
     + Remove manual stamp file removal, now done by dh_clean
     + Drop obsolete parameter from dh_installchangelogs
+    + Move dh_installdocs parameters to debian/docs
   * No more install MANIFEST as documentation
 
  -- Carlo Segre <segre at debian.org>  Mon, 26 Oct 2009 08:44:11 -0500
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 38ef32e..9add19d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	@#dh_installexamples
 	dh_installman
 	dh_installchangelogs

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



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