debian/0000755000000000000000000000000011772517012007171 5ustar debian/patches/0000755000000000000000000000000011771003504010613 5ustar debian/patches/disable_bundler0000644000000000000000000000033011771003476013660 0ustar --- ruby-amq-protocol-0.9.0.orig/spec/spec_helper.rb +++ ruby-amq-protocol-0.9.0/spec/spec_helper.rb @@ -1,6 +1,6 @@ # encoding: binary -require 'bundler/setup' +#require 'bundler/setup' require 'rspec' begin debian/patches/series0000644000000000000000000000002011771003463012024 0ustar disable_bundler debian/control0000644000000000000000000000171211772516756010613 0ustar Source: ruby-amq-protocol Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tollef Fog Heen DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-amq-protocol.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-amq-protocol.git;a=summary Homepage: http://github.com/ruby-amqp/amq-protocol XS-Ruby-Versions: all Package: ruby-amq-protocol Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: AMQP 0.9.1 encoder & decoder amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an AMQP client: amq-protocol only handles serialization and deserialization. If you want to write your own AMQP client, this gem can help you with that. debian/compat0000644000000000000000000000000211770630066010372 0ustar 7 debian/watch0000644000000000000000000000015511770630066010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/amq-protocol .*/amq-protocol-(.*).tar.gz debian/source/0000755000000000000000000000000011770630066010474 5ustar debian/source/format0000644000000000000000000000001411770630066011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000232511771006103011117 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: amq-protocol Source: http://rubygems.org/gems/amq-protocol Files: * Copyright: 2010 – 2011 Jakub Šťastný aka Botanicus License: MIT 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/rules0000755000000000000000000000070111770630066010252 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/ruby-tests.rb0000644000000000000000000000011311771003035011624 0ustar require 'rspec/autorun' Dir['spec/**/*_spec.rb'].each { |f| require f } debian/changelog0000644000000000000000000000104411772517012011042 0ustar ruby-amq-protocol (0.9.2-1) unstable; urgency=low * New upstream version * Stop installing README.textile, it's gone upstream. * Bump gem2deb build-dep. -- Tollef Fog Heen Wed, 27 Jun 2012 07:41:01 +0200 ruby-amq-protocol (0.9.0-2) unstable; urgency=low * Fix up Source line in copyright file. -- Tollef Fog Heen Fri, 22 Jun 2012 08:10:37 +0200 ruby-amq-protocol (0.9.0-1) unstable; urgency=low * Initial release -- Tollef Fog Heen Thu, 21 Jun 2012 16:13:46 +0200