[DRE-commits] [SCM] ruby-http-connection.git branch, master, updated. upstream/1.4.1-4-g0d5005b

Praveen Arimbrathodiyil pravi.a at gmail.com
Tue Jun 5 06:34:11 UTC 2012


The following commit has been merged in the master branch:
commit 8ca15d627277aff028b593e1d59fdf493c22ea21
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Tue Jun 5 12:01:13 2012 +0530

    update control file
    
    - add myself to uploaders
    - make gem2deb version latest
    - uncomment git lines
    - update long description

diff --git a/debian/control b/debian/control
index e651565..78b3d14 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-http-connection
 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.14~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.15~)
 Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-http-connection.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-http-connection.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-http-connection.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-http-connection.git;a=summary
 Homepage: http://github.com/appoxy/http_connection/
 XS-Ruby-Versions: all
 
@@ -16,4 +16,11 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: HTTP helper library
- HTTP helper library
+ Rightscale::HttpConnection is a robust HTTP/S library.  It implements 
+ a retry algorithm for low-level network errors.
+ .
+ Features:
+  - provides put/get streaming
+  - does configurable retries on connect and read timeouts, 
+    DNS failures, etc.
+  - HTTPS certificate checking

-- 
ruby-http-connection.git



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