debian/0000755000000000000000000000000011771004337007171 5ustar debian/control0000644000000000000000000000221411771007230010566 0ustar Source: ruby-amq-client 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.2.13~), ruby-rspec Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-amq-client.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-amq-client.git;a=summary Homepage: http://github.com/ruby-amqp/amq-client XS-Ruby-Versions: all Package: ruby-amq-client Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-eventmachine, ruby-amq-protocol (>= 0.9.1) Description: fully-featured, low-level AMQP 0.9.1 client amq-client is a fully-featured, low-level AMQP 0.9.1 client with pluggable networking I/O adapters. It comes with adapters for EventMachine, cool.io, Eventpanda and so on and is supposed to back more opinionated AMQP clients such as ruby-amqp or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs debian/compat0000644000000000000000000000000211771004337010367 0ustar 7 debian/ruby-amq-client.docs0000644000000000000000000000001711771006701013047 0ustar README.textile debian/watch0000644000000000000000000000015111771004337010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/amq-client .*/amq-client-(.*).tar.gz debian/source/0000755000000000000000000000000011771004337010471 5ustar debian/source/format0000644000000000000000000000001411771004337011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000232311771006416011124 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: amq-protocol Source: http://rubygems.org/gems/amq-client 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/rules0000755000000000000000000000101211771010266010241 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_install: dh_install rm -rf debian/ruby-amq-client/usr/bin debian/ruby-tests.rb0000644000000000000000000000012011771007254011631 0ustar #require 'rspec/autorun' # #Dir['spec/**/*_spec.rb'].each { |f| # require f #} debian/changelog0000644000000000000000000000021711771010461011036 0ustar ruby-amq-client (0.9.3-1) unstable; urgency=low * Initial release -- Tollef Fog Heen Fri, 22 Jun 2012 07:55:15 +0200 debian/ruby-amq-client.examples0000644000000000000000000000014311771004337013740 0ustar # FIXME: examples/ dir found in source. Consider installing the examples. # Examples: # examples/*