[DRE-commits] [SCM] ruby-yajl.git branch, master, updated. upstream/0.8.3-6-g4f8ac9a

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Aug 31 12:48:35 UTC 2011


The following commit has been merged in the master branch:
commit 757536da24b5191f332d48b820e0f6f7d4af5c7f
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Aug 31 18:10:13 2011 +0530

    fill in details in debian/control template
    
    - add myself to uploaders
    - uncomment vcs field
    - update description

diff --git a/debian/control b/debian/control
index b8ece7c..3f77a4a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,31 @@ Source: ruby-yajl
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-yajl.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-yajl.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-yajl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-yajl.git;a=summary
 Homepage: http://github.com/brianmario/yajl-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-yajl
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake-compiler (>= 0.7.5, development), rspec (>= 2.0.0, development), activesupport (>= 0, development), json (>= 0, development)
-Description: Ruby C bindings to the excellent Yajl JSON stream-based parser library.
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter 
+Description: Ruby interface to Yajl, a JSON stream-based parser library
+ Supported features include,
+ . 
+ JSON parsing and encoding directly to and from an IO stream 
+ (file, socket, etc) or String. Compressed stream parsing and 
+ encoding supported for Bzip2, Gzip and Deflate.
+ .
+ Parse and encode *multiple* JSON objects to and from streams or strings 
+ continuously.
+ .
+ JSON gem compatibility API - allows yajl-ruby to be used as a drop-in 
+ replacement for the JSON gem
+ .
+ Basic HTTP client (only GET requests supported for now) which parses JSON 
+ directly off the response body *as it's being received*

-- 
ruby-yajl.git



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