debian/0000755000000000000000000000000012153323633007167 5ustar debian/rules0000755000000000000000000000070112153322743010246 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/copyright0000644000000000000000000000250612153322743011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: http_parser Source: http://github.com/stormbrew/http_parser Files: * Copyright: 2010 Graham Batty. License: Expat Files: debian/* Copyright: 2012 Youhei SASAKI 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/compat0000644000000000000000000000000212153322743010366 0ustar 7 debian/patches/0000755000000000000000000000000012153323044010612 5ustar debian/patches/0001-Fix-Old-RSpec-Depend.patch0000644000000000000000000000136512153322743015674 0ustar From: Debian Ruby Extras Maintainers Date: Fri, 15 Jun 2012 02:26:29 +0900 Subject: Fix Old RSpec Depend Signed-off-by: Youhei SASAKI --- spec/spec_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 74740dd..fe0466b 100644 --- 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 'spec' -require 'spec/autorun' +require 'rspec' +require 'rspec/autorun' -Spec::Runner.configure do |config| - -end +#RSpec::Core::Runner.configure do |config| +# +#end debian/patches/series0000644000000000000000000000004012153322743012026 0ustar 0001-Fix-Old-RSpec-Depend.patch debian/ruby-http-parser.docs0000644000000000000000000000004512153322743013271 0ustar # FIXME: READMEs found # README.rdoc debian/ruby-http-parser.lintian-overrides0000644000000000000000000000012012153323161015764 0ustar # Upstream does not provide a changelog ruby-http-parser: no-upstream-changelog debian/ruby-tests.rake0000644000000000000000000000024512153322743012156 0ustar # -*- mode: ruby; coding: utf-8 -*- require "rspec/core/rake_task" task :default => [:spec] RSpec::Core::RakeTask.new do |t| t.pattern = 'spec/**/*_spec.rb' end debian/changelog0000644000000000000000000000032112153323633011035 0ustar ruby-http-parser (0.1.3-1) unstable; urgency=low * Team upload. [ Youhei SASAKI ] * Initial release (Closes: #677897) -- Praveen Arimbrathodiyil Tue, 04 Jun 2013 02:16:02 +0900 debian/control0000644000000000000000000000173212153323344010574 0ustar Source: ruby-http-parser Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-parser.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-http-parser.git;a=summary Homepage: http://github.com/stormbrew/http_parser XS-Ruby-Versions: all Package: ruby-http-parser Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: HTTP Parser Library for Ruby This library provides a (hopefully) high quality http parser library that can build request information iteratively as data comes over the line without requiring the caller to maintain the entire body of the request as a single string in memory. debian/watch0000644000000000000000000000015312153322743010220 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/http_parser .*/http_parser-(.*).tar.gz debian/source/0000755000000000000000000000000012153322743010470 5ustar debian/source/format0000644000000000000000000000001412153322743011676 0ustar 3.0 (quilt)