debian/0000755000000000000000000000000011773403114007167 5ustar debian/control0000644000000000000000000000247311773401670010605 0ustar Source: ruby-amqp 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~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-amqp.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-amqp.git;a=summary Homepage: http://github.com/ruby-amqp/amqp XS-Ruby-Versions: all Package: ruby-amqp Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-eventmachine, ruby-amq-client (>= 0.9.3), ruby-amq-protocol (>= 0.9.1) Description: feature-rich, asynchronous AMQP 0.9.1 client AMQP is an open standard for messaging middleware that emphasizes interoperability between different technologies (for example, Java, Ruby, Python, .NET, Node.js, Erlang, C and so on). . Key features of AMQP are very flexible yet simple routing and binary protocol efficiency. AMQP supports many sophisticated features, for example, message acknowledgements, returning of messages to producer, redelivery of messages that couldn't be processed, load balancing between message consumers and so on. . This package contains a ruby client for AMQP. debian/changelog0000644000000000000000000000112611773402303011040 0ustar ruby-amqp (0.9.5-2) unstable; urgency=low * Team upload. * debian/control: - Bumped standards-version to 3.9.3. - Bumped the build-dependency on gem2deb to >= 0.3.0~. - Fix parse issue due to a sentence starting with a dot (.NET). * debian/copyright: - The Ruby license is actually GPL-2 or the specific Ruby license. - Added a license paragraph for GPL-2. -- Paul van Tilburg Fri, 29 Jun 2012 21:40:49 +0200 ruby-amqp (0.9.5-1) unstable; urgency=low * Initial release -- Tollef Fog Heen Fri, 22 Jun 2012 09:03:48 +0200 debian/ruby-amqp.examples0000644000000000000000000000001311772271004012636 0ustar examples/* debian/source/0000755000000000000000000000000011772271004010467 5ustar debian/source/format0000644000000000000000000000001411772271004011675 0ustar 3.0 (quilt) debian/ruby-amqp.docs0000644000000000000000000000001711772271004011754 0ustar README.md docs debian/watch0000644000000000000000000000013511772271004010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/amqp .*/amqp-(.*).tar.gz debian/copyright0000644000000000000000000001143011773400234011121 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: amqp Source: http://rubygems.org/gems/amqp Files: * Copyright: 2008–2010 Aman Gupta (http://github.com/tmm1) 2011 VMware, Inc. 2010–2011 ruby-amqp group members (https://github.com/ruby-amqp) License: Ruby or GPL-2 License: Ruby Ruby is copyrighted free software by Yukihiro Matsumoto . You can redistribute it and/or modify it under either the terms of the GPL (see COPYING.txt file), or the conditions below: . 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under this terms. . They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: lib/amqp/utilities/server_type.rb Copyright: 2009 Daniel DeLeo 2011 Michael Klishin 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/rules0000755000000000000000000000100411772271004010242 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-amqp/usr/bin debian/compat0000644000000000000000000000000211772271004010365 0ustar 7 debian/patches/0000755000000000000000000000000011772271004010616 5ustar debian/patches/disable_rubygems0000644000000000000000000000037511772271004014066 0ustar --- ruby-amqp-0.9.5.orig/lib/amqp/ext/emfork.rb +++ ruby-amqp-0.9.5/lib/amqp/ext/emfork.rb @@ -3,9 +3,9 @@ # @private EMFORK = $0 == __FILE__ -if EMFORK - require 'rubygems' -end +#if EMFORK +# require 'rubygems' +#end require 'eventmachine' debian/patches/series0000644000000000000000000000002111772271004012024 0ustar disable_rubygems