debian/0000755000000000000000000000000012145371470007172 5ustar debian/rules0000755000000000000000000000100412145360672010247 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_installchangelogs: dh_installchangelogs CHANGELOG.md debian/copyright0000644000000000000000000000260212145360672011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: typhoeus Source: http://rubygems.org/gems/typhoeus Files: * Copyright: 2009-2010 Paul Dix 2011 David Balatero 2012 Hans Hasselberg License: Expat Files: debian/* Copyright: 2013 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/compat0000644000000000000000000000000212145360672010372 0ustar 7 debian/patches/0000755000000000000000000000000012145360672010623 5ustar debian/patches/series0000644000000000000000000000003612145360672012037 0ustar remove-rubygems-bundler.patch debian/patches/remove-rubygems-bundler.patch0000644000000000000000000000064112145360672016426 0ustar Description: we don't need bundler or rubygems Author: Praveen Arimbrathodiyil Last-Updated: 2013-05-17 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,8 +1,8 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib")) -require "bundler" -Bundler.setup +#require "bundler" +#Bundler.setup require "typhoeus" require "rspec" debian/ruby-typhoeus.docs0000644000000000000000000000003212145360672012700 0ustar README.md CONTRIBUTING.md debian/ruby-tests.rake0000644000000000000000000000022312145360673012157 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000025012145360673011044 0ustar ruby-typhoeus (0.6.3-1) unstable; urgency=low * Initial release (Closes: #662687) -- Praveen Arimbrathodiyil Thu, 16 May 2013 00:34:39 +0530 debian/control0000644000000000000000000000213012145371470010571 0ustar Source: ruby-typhoeus Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-ethon, ruby-faraday, rake, ruby-rspec, ruby-rack, ruby-json, ruby-sinatra Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-typhoeus.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-typhoeus.git;a=summary Homepage: https://github.com/typhoeus/typhoeus XS-Ruby-Versions: all Package: ruby-typhoeus Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ethon Description: parallel HTTP library on top of ethon Typhoeus is a HTTP client library based on Ethon which wraps libcurl. Sitting on top of libcurl makes Typhoeus very reliable and fast. . Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic. debian/watch0000644000000000000000000000014512145360673010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/typhoeus .*/typhoeus-(.*).tar.gz debian/source/0000755000000000000000000000000012145360640010467 5ustar debian/source/format0000644000000000000000000000001412145360673011703 0ustar 3.0 (quilt)