debian/0000755000000000000000000000000012051520455007165 5ustar debian/rules0000755000000000000000000000154012043561043010244 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_build: dh_auto_build echo "Building rdoc API documentation..." rdoc --fmt html --inline-source --fileboxes --line-numbers \ --main README --title "http_connection, HTTP helper library for Ruby" \ --op doc/rdoc README.txt lib/right_http_connection.rb echo "Removing embedded jquery javascript library..." rm doc/rdoc/js/jquery.js override_dh_auto_clean: dh_auto_clean rm -rf doc debian/ruby-http-connection.links0000644000000000000000000000013312043560265014323 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-http-connection/rdoc/js/jquery.js debian/copyright0000644000000000000000000000252711763323507011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: http_connection Source: http://rubygems.org/gems/http_connection Files: * Copyright: 2007-2008 RightScale, Inc License: Expat Files: debian/* Copyright: 2012 Praveen Arimbrathodiyil License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/compat0000644000000000000000000000000211763323507010373 0ustar 7 debian/ruby-http-connection.doc-base0000644000000000000000000000057712043554603014673 0ustar Document: ruby-http-connection-doc Title: Documentation of the http_connection library Author: RightScale, Inc Abstract: This API documentation is generated with RDOC from the source of http_connection, HTTP helper library for Ruby. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-http-connection/rdoc/index.html Files: /usr/share/doc/ruby-http-connection/rdoc/* debian/ruby-http-connection.docs0000644000000000000000000000001112043551173014124 0ustar doc/rdoc debian/changelog0000644000000000000000000000060112051520372011032 0ustar ruby-http-connection (1.4.2-1) unstable; urgency=low * New upstream release * Override missing changelog lintian message -- Praveen Arimbrathodiyil Sat, 17 Nov 2012 01:49:51 +0530 ruby-http-connection (1.4.1-1) unstable; urgency=low * Initial release (Closes: #675952) -- Praveen Arimbrathodiyil Mon, 04 Jun 2012 18:32:40 +0530 debian/control0000644000000000000000000000203012043560313010561 0ustar Source: ruby-http-connection Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil DM-Upload-Allowed: yes 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 Homepage: http://github.com/appoxy/http_connection/ XS-Ruby-Versions: all Package: ruby-http-connection Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-jquery Description: HTTP helper library for Ruby 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 debian/watch0000644000000000000000000000016311763323507010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/http_connection .*/http_connection-(.*).tar.gz debian/source/0000755000000000000000000000000011763323342010472 5ustar debian/source/format0000644000000000000000000000001411763323507011703 0ustar 3.0 (quilt) debian/ruby-http-connection.lintian-overrides0000644000000000000000000000013112051520330016623 0ustar # Upstream does not provide a changelog file ruby-http-connection: no-upstream-changelog