debian/0000755000000000000000000000000012261052160007161 5ustar debian/copyright0000644000000000000000000000214412133040006011107 0ustar This work was packaged for Debian by: Taku YASUI on Sun, 18 Jul 2010 00:12:52 +0900 It was downloaded from: http://rubygems.org/gems/msgpack Upstream Author: FURUHASHI Sadayuki Copyright: Copyright (C) 2008-2010 FURUHASHI Sadayuki License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". The Debian packaging is: Copyright (C) 2010 Taku YASUI and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". debian/rules0000755000000000000000000000070112133040006010231 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/source/0000755000000000000000000000000012133040006010453 5ustar debian/source/format0000644000000000000000000000001412133040006011661 0ustar 3.0 (quilt) debian/control0000644000000000000000000000161612261052021010564 0ustar Source: ruby-msgpack Section: ruby Priority: extra Maintainer: Debian Ruby Extras Maintainers Uploaders: Taku YASUI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.0~), ruby-json, ruby-rspec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-msgpack.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-msgpack.git;a=summary Homepage: http://msgpack.org/ XS-Ruby-Versions: all Package: ruby-msgpack Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library for MessagePack ruby-msgpack is Ruby library for MessagePack, a binary-based efficient object serialization. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small. debian/watch0000644000000000000000000000014312133040006010202 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/msgpack .*/msgpack-(.*).tar.gz debian/ruby-msgpack.docs0000644000000000000000000000002712133040006012430 0ustar # FIXME: READMEs found debian/changelog0000644000000000000000000000522412261052131011034 0ustar ruby-msgpack (0.5.5-2) unstable; urgency=medium * Team upload. * Remove transitional packages * Bump Standards-Version to 3.9.5 (no changes) * Update Build-Depends for ruby2.0, drop ruby1.8 -- Christian Hofstaedtler Wed, 01 Jan 2014 18:45:50 +0100 ruby-msgpack (0.5.5-1) unstable; urgency=low * New upstream release. - Testing framework changed, fix patch 10_fix_test_path. - Endian problem has been fixed, remove patch 20_fix_bigendian. * Use RSpec to test modules - Add ruby-rspec to Build-Deps. * Change load-path of the module, add patch 20_fix_loadlib. * Bump Standards-Version to 3.9.4. -- Taku YASUI Fri, 16 Aug 2013 18:46:15 +0900 ruby-msgpack (0.4.7-1) unstable; urgency=low * New upstream release -- Taku YASUI Mon, 09 Jul 2012 08:58:26 +0900 ruby-msgpack (0.4.6-4) unstable; urgency=low * Fix big-endian problem (closes: #654784) - Add patch 20_fix_bigendian https://github.com/msgpack/msgpack/commit/b8aa93ce30d11d091b339bff0e10ddf3a8d08daf * Remove DM-Upload-Allowed: yes -- Taku YASUI Mon, 16 Apr 2012 03:32:35 +0900 ruby-msgpack (0.4.6-3) unstable; urgency=low * Add ruby-json into Build-Depends (closes: #668472) -- Taku YASUI Fri, 13 Apr 2012 09:48:35 +0900 ruby-msgpack (0.4.6-2) unstable; urgency=low * Ruby package transition - Change package name from libmsgpack-ruby to ruby-msgpack * Move repository to git.debian.org - git://git.debian.org/pkg-ruby-extras/ruby-msgpack.git -- Taku YASUI Wed, 11 Apr 2012 00:28:49 +0900 libmsgpack-ruby (0.4.6-1) unstable; urgency=low * New upstream release -- Taku YASUI Sat, 10 Sep 2011 23:35:25 +0900 libmsgpack-ruby (0.4.5-1) unstable; urgency=low * New upstream release * Create source tar.gz package using gem2tgz command * Bump Standards-Version to 3.9.2 * Move source package repository to svn.debian.org - svn://svn.debian.org/svn/collab-maint/deb-maint/libmsgpack-ruby -- Taku YASUI Sun, 10 Jul 2011 17:48:02 +0900 libmsgpack-ruby (0.4.4-1) unstable; urgency=low * New upstream release -- Taku YASUI Sat, 19 Feb 2011 11:06:56 +0900 libmsgpack-ruby (0.4.3-2) unstable; urgency=low * Add debian/watch to scan new releases * Change Homepage: on debian/control - Use "http://rubygems.org/gems/msgpack" instead of "http://msgpack.org" -- Taku YASUI Sat, 23 Oct 2010 10:29:27 +0900 libmsgpack-ruby (0.4.3-1) unstable; urgency=low * Initial release (closes: #589426) -- Taku YASUI Sun, 18 Jul 2010 02:02:17 +0900 debian/compat0000644000000000000000000000000212133040006010351 0ustar 7 debian/patches/0000755000000000000000000000000012207717152010621 5ustar debian/patches/10_fix_test_path0000644000000000000000000000246612207717152013715 0ustar --- a/spec/buffer_io_spec.rb +++ b/spec/buffer_io_spec.rb @@ -1,5 +1,5 @@ -require 'spec_helper' -require 'random_compat' +require 'spec/spec_helper' +require 'spec/random_compat' require 'stringio' if defined?(Encoding) --- a/spec/buffer_spec.rb +++ b/spec/buffer_spec.rb @@ -1,5 +1,5 @@ -require 'spec_helper' -require 'random_compat' +require 'spec/spec_helper' +require 'spec/random_compat' describe Buffer do STATIC_EXAMPLES = {} --- a/spec/cases_spec.rb +++ b/spec/cases_spec.rb @@ -1,4 +1,4 @@ -require 'spec_helper' +require 'spec/spec_helper' require 'json' describe MessagePack do --- a/spec/format_spec.rb +++ b/spec/format_spec.rb @@ -1,5 +1,5 @@ # encoding: ascii-8bit -require 'spec_helper' +require 'spec/spec_helper' describe MessagePack do it "nil" do --- a/spec/packer_spec.rb +++ b/spec/packer_spec.rb @@ -1,5 +1,5 @@ # encoding: ascii-8bit -require 'spec_helper' +require 'spec/spec_helper' require 'stringio' if defined?(Encoding) --- a/spec/unpacker_spec.rb +++ b/spec/unpacker_spec.rb @@ -1,5 +1,5 @@ # encoding: ascii-8bit -require 'spec_helper' +require 'spec/spec_helper' describe Unpacker do let :unpacker do --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -13,6 +13,7 @@ GC.stress = true end +require 'rspec' require 'msgpack' Packer = MessagePack::Packer debian/patches/20_fix_loadlib0000644000000000000000000000040512207717152013320 0ustar --- a/lib/msgpack.rb +++ b/lib/msgpack.rb @@ -6,5 +6,5 @@ ver = '1.9' if ver == '2.0' require File.join(here, 'msgpack', ver, 'msgpack') rescue LoadError - require File.join(here, 'msgpack', 'msgpack') + require File.join('msgpack', 'msgpack.so') end debian/patches/series0000644000000000000000000000004012207717152012030 0ustar 10_fix_test_path 20_fix_loadlib debian/ruby-test-files.yaml0000644000000000000000000000027312207717152013116 0ustar --- - spec/buffer_io_spec.rb - spec/unpacker_spec.rb - spec/packer_spec.rb - spec/format_spec.rb - spec/spec_helper.rb - spec/buffer_spec.rb - spec/cases_spec.rb - spec/random_compat.rb