[DRE-commits] [ruby-cri] 06/07: invoke directly yard instead of using upstream Rakefile to build the documentation
Cédric Boutillier
boutil at moszumanska.debian.org
Mon May 25 06:48:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-cri.
commit fd7ff71c4b714f9cedb3d8008ce97d42770808ad
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon May 25 08:42:32 2015 +0200
invoke directly yard instead of using upstream Rakefile to build the documentation
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4954aab..0cca304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ ruby-cri (2.7.0-1) unstable; urgency=medium
* refresh privacy-breach.patch
* bump Standards-Version to 3.9.6 (no changes needed)
* use the rake method to run the tests
+ * invoke directly yard instead of using upstream Rakefile to build the
+ documentation
-- Cédric Boutillier <boutil at debian.org> Mon, 25 May 2015 00:48:53 +0200
diff --git a/debian/rules b/debian/rules
index 6b2a0ad..ddde3fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS.md
override_dh_installdocs:
- rake doc
+ yard --markup markdown --readme README.adoc --files NEWS.md,LICENSE --output-dir doc/yardoc
dh_installdocs
override_dh_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cri.git
More information about the Pkg-ruby-extras-commits
mailing list