[DRE-commits] [yard] 07/10: provide a separate yard-doc binary package

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 2 12:51:01 UTC 2013


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

boutil pushed a commit to branch master
in repository yard.

commit cf3edb8330c6a1c8ab20b85d94f896492fabeadf
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 2 14:32:23 2013 +0200

    provide a separate yard-doc binary package
---
 debian/control           |   13 +++++++++++++
 debian/yard-doc.doc-base |   10 ++++++++++
 debian/yard-doc.docs     |    1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/control b/debian/control
index 03efe3e..80234b6 100644
--- a/debian/control
+++ b/debian/control
@@ -21,3 +21,16 @@ Description: Ruby documentation tool
  It enables the user to generate consistent, usable documentation that can be
  exported to a number of formats very easily, and also supports extending for
  custom Ruby constructs such as custom class level definitions.
+
+Package: yard-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, libjs-jquery
+Suggests: doc-base
+Description: Ruby documentation tool - documentation
+ YARD is a documentation generation tool for the Ruby programming language.
+ It enables the user to generate consistent, usable documentation that can be
+ exported to a number of formats very easily, and also supports extending for
+ custom Ruby constructs such as custom class level definitions.
+ .
+ This package contains the documentation for YARD.
diff --git a/debian/yard-doc.doc-base b/debian/yard-doc.doc-base
new file mode 100644
index 0000000..1deb20e
--- /dev/null
+++ b/debian/yard-doc.doc-base
@@ -0,0 +1,10 @@
+Document: yard-doc
+Title: Documentation of the YARD Ruby documentation tool
+Author: Loren Segal
+Abstract: This documentation is generated with YARD from
+ its own source code.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/yard-doc/doc/index.html
+Files: /usr/share/doc/yard-doc/doc/*
diff --git a/debian/yard-doc.docs b/debian/yard-doc.docs
new file mode 100644
index 0000000..a2e6bd4
--- /dev/null
+++ b/debian/yard-doc.docs
@@ -0,0 +1 @@
+doc/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/yard.git



More information about the Pkg-ruby-extras-commits mailing list