debian/0000755000000000000000000000000012325412735007172 5ustar debian/changelog0000644000000000000000000000046312325412602011040 0ustar ruby-em-mongo (0.5.1-1) unstable; urgency=low * Initial release (Closes: #741484) [Pirate Praveen] * update debian/copyright, add license for missed files * Correctly install VERSION and patch em-mogo.rb to find it -- Jonas Genannt Sat, 22 Mar 2014 17:51:27 +0100 debian/ruby-em-mongo.install0000644000000000000000000000005212325411653013252 0ustar VERSION usr/lib/ruby/vendor_ruby/em-mongo debian/copyright0000644000000000000000000000412712325412716011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: em-mongo Source: https://github.com/bcg/em-mongo Files: * Copyright: 2010 Brenden Grace License: Expat Files: lib/em-mongo/support.rb lib/em-mongo/conversions.rb Copyright: 2008-2010 10gen Inc License: Apache Files: lib/em-mongo/exceptions.rb lib/em-mongo/cursor.rb Copyright: 2008-2011 10gen Inc License: Apache Files: debian/* Copyright: 2014 Jonas Genannt 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: Apache 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. debian/control0000644000000000000000000000230112322234352010563 0ustar Source: ruby-em-mongo Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jonas Genannt Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-bson, ruby-eventmachine, ruby-rspec, ruby-em-spec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-em-mongo.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-em-mongo.git;a=summary Homepage: http://github.com/bcg/em-mongo XS-Ruby-Versions: all Package: ruby-em-mongo Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-bson, ruby-eventmachine, ${misc:Depends}, ${shlibs:Depends} Suggests: mongodb-server Description: Ruby EventMachine driver for MongoDB An EventMachine client for MongoDB. Originally based on RMongo, this client aims to be as API compatible with ruby-mongo driver as possible. For methods that do not retrieve data from the database the API of em-mongo should be identical (though a subset) to the ruby-mongo driver. debian/ruby-em-mongo.examples0000644000000000000000000000001612322234352013416 0ustar examples/*.rb debian/patches/0000755000000000000000000000000012325412303010610 5ustar debian/patches/series0000644000000000000000000000002212325412234012022 0ustar fix-VERSION.patch debian/patches/fix-VERSION.patch0000644000000000000000000000043512325412303013544 0ustar --- a/lib/em-mongo.rb +++ b/lib/em-mongo.rb @@ -8,7 +8,7 @@ module EM::Mongo module Version - STRING = File.read(File.dirname(__FILE__) + '/../VERSION') + STRING = File.read(File.dirname(__FILE__) + '/em-mongo/VERSION') MAJOR, MINOR, TINY = STRING.split('.') end debian/compat0000644000000000000000000000000212322234352010362 0ustar 7 debian/watch0000644000000000000000000000014512322234352010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/em-mongo .*/em-mongo-(.*).tar.gz debian/rules0000755000000000000000000000070112322234352010242 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.9.1 ruby2.0 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-em-mongo.docs0000644000000000000000000000001412322234352012526 0ustar README.rdoc debian/source/0000755000000000000000000000000012322234352010464 5ustar debian/source/format0000644000000000000000000000001412322234352011672 0ustar 3.0 (quilt)