From c55b486205e19a95b44e8822b40f4c4a4459cf7d Mon Sep 17 00:00:00 2001
From: Per Andersson <avtobiff@gmail.com>
Date: Wed, 5 Jun 2013 15:45:58 +0200
Subject: [PATCH] Update packaging for upstream/0.9.1

Extend long description.
---
 debian/changelog                           | 4 ++--
 debian/control                             | 8 ++++++--
 debian/ruby-expression-parser-doc.doc-base | 4 +++-
 3 files changed, 11 insertions(+), 5 deletions(-)

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@gmail.com>  Tue, 19 Mar 2013 20:44:29 +0100
+ -- Per Andersson <avtobiff@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
-- 
GitLab