[DRE-commits] [ruby-whitequark-parser] 04/06: Complete d/control file

Miguel Landaeta nomadium at moszumanska.debian.org
Thu Dec 29 22:06:03 UTC 2016


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

nomadium pushed a commit to branch master
in repository ruby-whitequark-parser.

commit 87ec13bb3c0b9e15ba40a271ec9950942af29ff0
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Thu Dec 29 16:15:21 2016 +0000

    Complete d/control file
---
 debian/control | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 4c15e74..8a87df9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: ruby-whitequark-parser
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <nomadium at debian.org>
-Build-Depends: debhelper (>= 9~),
+Uploaders: Miguel Landaeta <nomadium at debian.org>
+Build-Depends: debhelper (>= 10~),
                gem2deb,
                rake,
-               ruby-ast (>= 2.2)
+               ruby-ast (>= 2.2),
+               ruby-simplecov
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-whitequark-parser.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-whitequark-parser.git
@@ -21,5 +22,21 @@ Depends: ruby | ruby-interpreter,
          ruby-ast (>= 2.2),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: A Ruby parser written in pure Ruby.
- A Ruby parser written in pure Ruby.
+Description: Ruby parser written in pure Ruby
+ parser is a production-ready Ruby parser written in pure Ruby. It
+ recognizes as much or more code than Ripper, Melbourne, JRubyParser
+ or ruby_parser, and is vastly more convenient to use.
+ .
+ Among its keys features are: it provides precise source location
+ reporting, it has a documented AST format which is convenient to work
+ with, it parses 1.8, 1.9, 2.0, 2.1, 2.2 and 2.3 syntax with
+ backwards-compatible AST formats and also parses MacRuby and
+ RubyMotion syntax extensions. It also has improved clang-like
+ diagnostic messages with location information.
+ .
+ Since it's written in pure Ruby, runs on MRI 1.8.7 or >=1.9.2, JRuby
+ and Rubinius, it has excellent test coverage and the source code is
+ readable and well commented.
+ .
+ Not to be confused with ruby_parser gem from Ryan Davis, of seattle.rb
+ Ruby user group.

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



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