[DRE-commits] [SCM] ruby-expression-parser.git branch, master, updated. upstream/0.9.0_git.20130319.6e3c797-9-gc55b486

Per Andersson avtobiff at gmail.com
Wed Jun 5 13:58:15 UTC 2013


The following commit has been merged in the master branch:
commit c55b486205e19a95b44e8822b40f4c4a4459cf7d
Author: Per Andersson <avtobiff at gmail.com>
Date:   Wed Jun 5 15:45:58 2013 +0200

    Update packaging for upstream/0.9.1
    
    Extend long description.

diff --git a/debian/changelog b/debian/changelog
index f1269a8..70581d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-expression-parser (0.9.0~git.20130319.6e3c797-1) unstable; urgency=low
+ruby-expression-parser (0.9.1-1) unstable; urgency=low
 
   * Initial release (Closes: #703013)
 
- -- Per Andersson <avtobiff at gmail.com>  Tue, 19 Mar 2013 20:44:29 +0100
+ -- Per Andersson <avtobiff at gmail.com>  Wed, 05 Jun 2013 15:37:03 +0200
diff --git a/debian/control b/debian/control
index b14f90f..41e5ef1 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,9 @@ Depends:
 Suggests:
  ruby-expression-parser-doc
 Description: mathematical expression parser for Ruby
- Implementation of a parser for mathematical expressions.
+ Implementation of a parser for mathematical expressions. Introducing the
+ Parser class which parses raw string input and gives mathematical objects as
+ output.
  .
  Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .
 
@@ -36,7 +38,9 @@ Depends:
 Suggests:
  ruby-expression-parser
 Description: mathematical expression parser for Ruby (documentation)
- Implementation of a parser for mathematical expressions.
+ Implementation of a parser for mathematical expressions. Introducing the
+ Parser class which parses raw string input and gives mathematical objects as
+ output.
  .
  Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .
  .
diff --git a/debian/ruby-expression-parser-doc.doc-base b/debian/ruby-expression-parser-doc.doc-base
index a8a1099..da772f6 100644
--- a/debian/ruby-expression-parser-doc.doc-base
+++ b/debian/ruby-expression-parser-doc.doc-base
@@ -2,7 +2,9 @@ Document: ruby-expression-parser-doc
 Title: Debian ruby-expression-parser Manual
 Author: David Ricciardi
 Abstract: mathematical expression parser for Ruby
- Implementation of a parser for mathematical expressions.
+ Implementation of a parser for mathematical expressions. Introducing the
+ Parser class which parses raw string input and gives mathematical objects as
+ output.
  .
  Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .
 Section: Programming/Ruby

-- 
ruby-expression-parser.git



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