[DRE-commits] [ruby-parslet] 01/04: Add long description and vcs-information
Axel Wagner
merovius-guest at moszumanska.debian.org
Sun Jan 26 00:44:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
merovius-guest pushed a commit to branch master
in repository ruby-parslet.
commit 66eca49fd446b69e242378e0501fb42643e922e2
Author: Axel Wagner <mail at merovius.de>
Date: Sun Jan 26 00:45:03 2014 +0100
Add long description and vcs-information
---
debian/control | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index f746613..71c2241 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Axel Wagner <mero at merovius.de>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-parslet.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parslet.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-parslet.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parslet.git;a=summary
Homepage: http://kschiess.github.com/parslet
XS-Ruby-Versions: all
@@ -16,4 +16,12 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# blankslate (~> 2.0), rspec (>= 0, development), flexmock (>= 0, development), rdoc (>= 0, development), sdoc (>= 0, development), guard (>= 0, development), guard-rspec (>= 0, development), rb-fsevent (>= 0, development), growl (>= 0, development)
Description: Parser construction library with great error reporting in Ruby.
- <insert long description, indented with spaces>
+ Parslet makes developing complex parsers easy. It does so by
+ .
+ * providing the best error reporting possible
+ * not generating reams of code for you to debug
+ .
+ Parslet takes the long way around to make your job easier. It allows for
+ incremental language construction. Often, you start out small, implementing
+ the atoms of your language first; _parslet_ takes pride in making this
+ possible.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-parslet.git
More information about the Pkg-ruby-extras-commits
mailing list