debian/0000755000000000000000000000000012254605652007175 5ustar debian/ruby-tests.rb0000644000000000000000000000011512254605652011640 0ustar require "rspec/autorun" Dir.glob('spec/**/*_spec.rb').each { |f| require f } debian/ruby-yajl.examples0000644000000000000000000000001312111135675012640 0ustar examples/* debian/source/0000755000000000000000000000000012111135675010470 5ustar debian/source/format0000644000000000000000000000001412111135675011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000100412111135675010243 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/copyright0000644000000000000000000000577312111135675011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: yajl-ruby Source: http://github.com/brianmario/yajl-ruby Files: * Copyright: 2008-2011 Brian Lopez - http://github.com/brianmario License: Expat Files: debian/* Copyright: 2011 Praveen Arimbrathodiyil License: Expat Files: ext/yajl/*.c ext/yajl/*.h Copyright: 2010, Lloyd Hilaiel License: BSD-3-clause Files: ext/yajl/yajl_ext.c ext/yajl/yajl_ext.h Copyright: HOLDERS BE / 2008-2011 Brian Lopez - http://github.com/brianmario 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: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of Lloyd Hilaiel nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/ruby-yajl.docs0000644000000000000000000000001212111135675011751 0ustar README.md debian/control0000644000000000000000000000257012254605652010604 0ustar Source: ruby-yajl Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil , Antonio Terceiro , Per Andersson Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-rspec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-yajl.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-yajl.git;a=summary Homepage: http://github.com/brianmario/yajl-ruby XS-Ruby-Versions: all Package: ruby-yajl Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libyajl-ruby Conflicts: libyajl-ruby Description: Ruby interface to Yajl, a JSON stream-based parser library Supported features include, . JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. . Parse and encode *multiple* JSON objects to and from streams or strings continuously. . JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem . Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* debian/changelog0000644000000000000000000000404412254605652011051 0ustar ruby-yajl (1.2.0-1) unstable; urgency=medium * Team upload * Imported Upstream version 1.2.0 * debian/control: + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + bump Standards-Version: to 3.9.5 (no changes needed) + build against gem2deb >= 0.5 to add support for Ruby2.0 and drop support for Ruby1.8 * Require rspec/autorun in ruby-tests.rb to really run the tests -- Cédric Boutillier Thu, 19 Dec 2013 16:03:30 +0100 ruby-yajl (1.1.0-2) unstable; urgency=low * Add Conflicts and Replaces on libyajl-ruby for the benefit of users of third-party repositories. Closes: #705261 -- Tollef Fog Heen Fri, 12 Apr 2013 09:32:05 +0200 ruby-yajl (1.1.0-1) unstable; urgency=low * New upstream version. * Add myself to uploaders. * debian/copyright: use copyright format 1.0 uri. * Remove 001-encoding-spec-upstream-fix.patch - Merged upstream * Bumped standards version to 3.9.3 (no changes needed). * Build depend on gem2deb >= 0.3.0. -- Per Andersson Sat, 23 Jun 2012 23:08:32 +0200 ruby-yajl (1.0.0-1) unstable; urgency=low * New upstream release. * Remove 0001-Fix-installation-path-of-native-extension.patch - merged upstream * Add 001-encoding-spec-upstream-fix.patch to fix test failures. * Change ruby-yajl.docs to README.md from README.rdoc * Install CHANGELOG.md as upstream changelog. * Expand curly brace in debian/copyright to follow dep5 simplified glob syntax. -- Praveen Arimbrathodiyil Thu, 22 Sep 2011 00:07:45 +0530 ruby-yajl (0.8.3-2) unstable; urgency=low * Add myself to Uploaders * Add missing Build-Depends on ruby-rspec (Closes: #640744) -- Antonio Terceiro Wed, 07 Sep 2011 11:21:23 -0700 ruby-yajl (0.8.3-1) unstable; urgency=low * Initial release (Closes: #639792) * 0001-Fix-installation-path-of-native-extension.patch by Antonio Terceiro -- Praveen Arimbrathodiyil Tue, 30 Aug 2011 22:17:07 +0530 debian/watch0000644000000000000000000000014712111135675010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/yajl-ruby .*/yajl-ruby-(.*).tar.gz debian/compat0000644000000000000000000000000212111135675010366 0ustar 7