debian/0000755000000000000000000000000012212007133007155 5ustar debian/source/0000755000000000000000000000000012212007133010455 5ustar debian/source/format0000644000000000000000000000001412212007133011663 0ustar 3.0 (quilt) debian/control0000644000000000000000000000173612212007133010567 0ustar Source: ruby-bson-ext Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Prach Pongpanich Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bson-ext.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bson-ext.git;a=summary Homepage: http://www.mongodb.org XS-Ruby-Versions: all Package: ruby-bson-ext Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-bson (>= 1.9.2), ${misc:Depends}, ${shlibs:Depends} Description: C extensions to accelerate the Ruby BSON serialization This package contains C implementations of some of the functions needed by the bson module. If possible, these implementations should be used to speed up BSON encoding and decoding. . For more information about BSON, see http://bsonspec.org. debian/rules0000755000000000000000000000070112212007133010233 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/compat0000644000000000000000000000000212212007133010353 0ustar 7 debian/watch0000644000000000000000000000014512212007133010206 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/bson_ext .*/bson_ext-(.*).tar.gz debian/copyright0000644000000000000000000000174112212007133011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cbson Source: https://github.com/mongodb/mongo-ruby-driver/ Files: * Copyright: 2013 10gen, Inc License: Apache-2.0 Files: debian/* Copyright: 2013 Prach Pongpanich License: Apache-2.0 License: Apache-2.0 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 full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. debian/changelog0000644000000000000000000000077512212007133011040 0ustar ruby-bson-ext (1.9.2-1) unstable; urgency=low * Imported Upstream version 1.9.2 * Bump depends on ruby-bson to 1.9.2 -- Prach Pongpanich Thu, 05 Sep 2013 11:53:08 +0700 ruby-bson-ext (1.9.1-1) unstable; urgency=low * New upstream release -- Prach Pongpanich Fri, 12 Jul 2013 20:46:16 +0700 ruby-bson-ext (1.9.0-1) unstable; urgency=low * Initial release (Closes: #705674) -- Prach Pongpanich Tue, 11 Jun 2013 21:40:03 +0700