[DRE-commits] [ruby-http] 02/06: update description, uncomment vcs, add build deps

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Apr 3 10:11:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-http.

commit 1652b688ea9c164b81972ca20535519b97373a93
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 3 15:23:45 2014 +0530

    update description, uncomment vcs, add build deps
---
 debian/control | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 9e33ad0..f3b6279 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.4~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.4~),
+ ruby-http-parser.rb, ruby-rspec, ruby-coveralls
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http.git;a=summary
 Homepage: https://github.com/tarcieri/http
 XS-Ruby-Versions: all
 
 Package: ruby-http
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# http_parser.rb (>= 0), rake (>= 0, development), rspec (>= 2.11, development), json (>= 0, development)
-Description: HTTP should be easy
- HTTP so awesome it will lure Catherine Zeta Jones into your unicorn petting zoo
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-http-parser.rb
+Description: easy-to-use client library for making http requests from Ruby
+ It uses a simple method chaining system for building requests, similar
+ to Python's Requests
+ .
+ Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing
+ native extension based on the Node.js parser and a Java port thereof.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http.git



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