[DRE-commits] [SCM] ruby-treetop.git branch, master, updated. debian/1.4.10-2-9-g26a32a7

Cédric Boutillier cedric.boutillier at gmail.com
Sun May 6 21:27:59 UTC 2012


The following commit has been merged in the master branch:
commit 85c97b6179b52ccb1de0c692967b8d507f676978
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun May 6 22:39:35 2012 +0200

    register html documentation with doc-base

diff --git a/debian/control b/debian/control
index 2d9134b..018465d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-treetop
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-polyglot, ruby-i18n
-Suggests: treetop
+Suggests: treetop, doc-base
 Description: Ruby-based text parsing and interpretation DSL
  Treetop is a language for describing languages. It provides a ruby
  implementation of a custom language based on parsing expression
diff --git a/debian/ruby-treetop.doc-base b/debian/ruby-treetop.doc-base
new file mode 100644
index 0000000..b5fd966
--- /dev/null
+++ b/debian/ruby-treetop.doc-base
@@ -0,0 +1,13 @@
+Document: ruby-treetop-doc
+Title: Documentation for Ruby Treetop library
+Author: Nathan Sobo
+Abstract:
+ Treetop is a language for describing languages. Combining the elegance of Ruby
+ with cutting-edge parsing expression grammars, it helps you analyze syntax with
+ revolutionary ease. This documentation explains the syntax and the semantics
+ used by the library, as well as some advanced techniques.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-treetop/manual-html/index.html 
+Files: /usr/share/doc/ruby-treetop/manual-html/*

-- 
ruby-treetop.git



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