debian/0000755000000000000000000000000012137543316007173 5ustar debian/rules0000755000000000000000000000070112044444332010244 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 debian/copyright0000644000000000000000000000423112137543160011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: patron Source: http://rubygems.org/gems/patron Files: * Copyright: 2008 The Hive http://www.thehive.com/ License: Expat Files: ext/patron/sglib.h Copyright: Marian Vittek License: GPL 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. License: GPL This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000212044444332010364 0ustar 9 debian/ruby-tests.rake0000644000000000000000000000022312044444332012150 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/ruby-patron.docs0000644000000000000000000000001312044444332012314 0ustar README.txt debian/changelog0000644000000000000000000000024712137541533011047 0ustar ruby-patron (0.4.18-1) unstable; urgency=low * Initial release (Closes: #691868) -- Praveen Arimbrathodiyil Tue, 30 Oct 2012 21:30:02 +0530 debian/control0000644000000000000000000000203712137543234010577 0ustar Source: ruby-patron Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 9~), gem2deb (>= 0.3.0~), libcurl4-gnutls-dev, ruby-rspec, rake Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-patron.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-patron.git;a=summary Homepage: https://github.com/toland/patron XS-Ruby-Versions: ruby1.9.1 Package: ruby-patron Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libcurl3-gnutls # bundler (>= 1.0.0, development), rake-compiler (>= 0.7.5, development), rspec (>= 2.3.0, development), rcov (>= 0.9.9, development) Description: ruby http client based on libcurl It does not try to expose the full "power" (read complexity) of libcurl but instead tries to provide a sane API while taking advantage of libcurl under the hood. debian/watch0000644000000000000000000000014112044444332010213 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/patron .*/patron-(.*).tar.gz debian/ruby-patron.lintian-overrides0000644000000000000000000000037612044444332015036 0ustar # Upstream does not provide a changelog file ruby-patron: no-upstream-changelog # Manually verified CFLAGS and CPPFLAGS in ext/patron/Makefile ruby-patron: hardening-no-fortify-functions usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/patron/session_ext.so debian/source/0000755000000000000000000000000012044443707010473 5ustar debian/source/format0000644000000000000000000000001412044444332011674 0ustar 3.0 (quilt)