debian/0000755000000000000000000000000012162121114007155 5ustar debian/rules0000755000000000000000000000105412137776667010274 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 export DH_RUBY_IGNORE_TESTS=ruby1.8 # # 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 CHANGES.markdown debian/copyright0000644000000000000000000000254012137776667011150 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sham_rack Source: http://rubygems.org/gems/sham_rack Files: * Copyright: 2009-2013 Mike Williams 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/compat0000644000000000000000000000000212137776667010412 0ustar 7 debian/patches/0000755000000000000000000000000012137776667010643 5ustar debian/patches/series0000644000000000000000000000004012137776667012052 0ustar LICENSE-from-upstream-git.patch debian/patches/LICENSE-from-upstream-git.patch0000644000000000000000000000301112137776667016321 0ustar From db299fc6dd27f8f489b18dc6aee4b3b24f75cc0d Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Mon, 29 Apr 2013 10:14:49 +1000 Subject: [PATCH] Specify a license (the MIT license). --- LICENSE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f9ebdb0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2009-2013 Mike Williams + +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. -- 1.8.1.6 debian/ruby-sham-rack.docs0000644000000000000000000000002012140000330012634 0ustar README.markdown debian/ruby-tests.rake0000644000000000000000000000022312137776667012176 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000103612162120750011034 0ustar ruby-sham-rack (1.3.6-3) unstable; urgency=medium * Bump build-deps on ruby-rr to >= 1.1.1-2 -- Praveen Arimbrathodiyil Tue, 25 Jun 2013 01:14:50 +0530 ruby-sham-rack (1.3.6-2) unstable; urgency=low * Upload to unstable (ruby-rr 1.0.5-3 is in unstable) -- Praveen Arimbrathodiyil Tue, 04 Jun 2013 03:11:12 +0530 ruby-sham-rack (1.3.6-1) experimental; urgency=low * Initial release (Closes: #706397) -- Praveen Arimbrathodiyil Fri, 26 Apr 2013 22:56:58 +0530 debian/control0000644000000000000000000000237012162120655010573 0ustar Source: ruby-sham-rack Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack, rake, ruby-rspec, ruby-rack-test, ruby-rr (>= 1.1.1-2~), ruby-patron, ruby-rest-client, ruby-mechanize, ruby-sinatra Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sham-rack.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-sham-rack.git;a=summary Homepage: http://github.com/mdub/sham_rack XS-Ruby-Versions: all Package: ruby-sham-rack Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack Description: Net::HTTP-to-Rack plumbing for HTTP testing ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing. . Well, it makes it easy to _stub out external (HTTP) services_, which is handy in development and testing environments, or when you want to _test your HTTP client code_. . You can also use it to _test your Rack application_ (or Sinatra, or Rails, or Merb) using a variety of HTTP client libraries, to check interoperability. debian/watch0000644000000000000000000000014712137776667010247 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/sham_rack .*/sham_rack-(.*).tar.gz debian/source/0000755000000000000000000000000012137776667010514 5ustar debian/source/format0000644000000000000000000000001412137776667011722 0ustar 3.0 (quilt)