[DRE-commits] [SCM] ruby-treetop.git branch, master, updated. upstream/1.4.10-9-g7290aab

Carl Worth cworth at debian.org
Wed Feb 29 00:48:40 UTC 2012


The following commit has been merged in the master branch:
commit 86344caccaf115736c17c87673877aeb61364360
Author: Carl Worth <cworth at debian.org>
Date:   Tue Feb 28 15:25:41 2012 -0800

    control: Add long description of package
    
    Using text from the first sentences of two treetop website pages: the
    home page, and the documentation page.

diff --git a/debian/control b/debian/control
index ee5216b..f22f52a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,4 +17,6 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # polyglot (>= 0), jeweler (>= 0, development), activesupport (>= 0, development), i18n (~> 0.5.0, development), rr (~> 0.10.2, development), rspec (>= 2.0.0, development), rake (>= 0, development), polyglot (>= 0.3.1)
 Description: A Ruby-based text parsing and interpretation DSL
- <insert long description, indented with spaces>
+ Treetop is a language for describing languages. It provides a ruby
+ implementation of a custom language based on parsing expression
+ grammars (PEGs).

-- 
ruby-treetop.git



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