[DRE-commits] [SCM] ruby-parser.git branch, master, updated. upstream/2.2.0-20-gafa07ef

Praveen Arimbrathodiyil pravi.a at gmail.com
Thu Sep 22 10:34:43 UTC 2011


The following commit has been merged in the master branch:
commit 5bd0461ba32cb264835e989a1e7e12b1e0687112
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Thu Sep 22 16:01:27 2011 +0530

    update description to make it lintian clean

diff --git a/debian/control b/debian/control
index dad22ec..48a6ab8 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,11 @@ Package: ruby-parser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sexp-processor
-Description: A ruby parser written in pure ruby
- ruby_parser (RP) can be used to parse and check syntax of ruby code.
+Description: Ruby parser written in pure Ruby
+ ruby_parser (RP) can be used to parse and check syntax of Ruby code. 
+ "Pure Ruby" in this context means the parser's code
+ * consists solely of Ruby source files
+ * does not add any native extensions or other C code (eg. with RubyInline) 
+   which requires a C compiler to be present on the user's system
  .
  It utilizes racc and its output is same as that of ParseTree's.

-- 
ruby-parser.git



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