[DRE-commits] [SCM] ruby-http-parser.rb.git branch, master, updated. upstream/0.5.3-21-gb0f8f0b

Per Andersson avtobiff at gmail.com
Mon Jun 17 21:53:15 UTC 2013


The following commit has been merged in the master branch:
commit b751fccaa9bb75599752b04576ed24b11a4d3e94
Author: Per Andersson <avtobiff at gmail.com>
Date:   Mon Jun 17 01:58:01 2013 +0200

    Update debian/control
    
    * Refactor for readability
    * Add myself to Uploaders
    * Add Description
    * Add libhttp-parser-dev and rake-compiler to build depends
    * Add binary package ruby-http-parser.rb-doc

diff --git a/debian/control b/debian/control
index fee8860..732814d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,18 @@ Source: ruby-http-parser.rb
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), rake, ruby-rspec, ruby-yajl, ruby-json
+Uploaders:
+ Praveen Arimbrathodiyil <praveen at debian.org>,
+ Per Andersson <avtobiff at gmail.com>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.4.1~),
+ libhttp-parser-dev,
+ rake,
+ rake-compiler,
+ ruby-json,
+ ruby-rspec,
+ ruby-yajl
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-parser.rb.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http-parser.rb.git;a=summary
@@ -13,8 +23,32 @@ XS-Ruby-Versions: all
 Package: ruby-http-parser.rb
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Conflicts: ruby-http-parser
-# rake-compiler (>= 0.7.9, development), rspec (>= 2.0.1, development), json (>= 1.4.6, development), yajl-ruby (>= 0.8.1, development)
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter
+Conflicts:
+ ruby-http-parser
+Suggests:
+ ruby-http-parser.rb-doc
 Description: Simple callback-based HTTP request/response parser
- Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java
+ A simple callback-based HTTP request/response parser for writing http servers,
+ clients and proxies.
+ .
+ It is built on top of Joyent's libhttp-parser and it's Java port.
+
+Package: ruby-http-parser.rb-doc
+Architecture: all
+Section: doc
+Depends:
+ ${misc:Depends},
+ libjs-jquery
+Suggests:
+ ruby-http-parser.rb
+Description: Simple callback-based HTTP request/response parser (documentation)
+ A simple callback-based HTTP request/response parser for writing http servers,
+ clients and proxies.
+ .
+ It is built on top of Joyent's libhttp-parser and it's Java port.
+ .
+ This package contains the html documentation for ruby-http-parser.rb.

-- 
ruby-http-parser.rb.git



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