debian/0000755000000000000000000000000012042502063007160 5ustar debian/rules0000755000000000000000000000100312042500376010237 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_installchangelogs: dh_installchangelogs History.txt debian/copyright0000644000000000000000000000253212042500563011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: orm_adapter Source: http://rubygems.org/gems/orm_adapter Files: * Copyright: 2010-2012 Ian White and José Valim License: Expat Files: debian/* Copyright: 2012 Praveen Arimbrathodiyil 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. debian/compat0000644000000000000000000000000212042474557010376 0ustar 7 debian/ruby-orm-adapter.docs0000644000000000000000000000001412042500243013215 0ustar README.rdoc debian/ruby-tests.rake0000644000000000000000000000022312042474670012156 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000025312042500133011026 0ustar ruby-orm-adapter (0.4.0-1) unstable; urgency=low * Initial release (Closes: #691497) -- Praveen Arimbrathodiyil Fri, 26 Oct 2012 17:22:15 +0530 debian/control0000644000000000000000000000257512042502020010565 0ustar Source: ruby-orm-adapter Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec Standards-Version: 3.9.3 #Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-orm-adapter.git #Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-orm-adapter.git;a=summary Homepage: http://github.com/ianwhite/orm_adapter XS-Ruby-Versions: all Package: ruby-orm-adapter Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter # bundler (>= 1.0.0, development), git (>= 1.2.5, development), yard (>= 0.6.0, development), rake (>= 0.8.7, development), activerecord (>= 3.0.0, development), mongoid (>= 2.0.0.beta.20, development), mongo_mapper (>= 0.9.0, development), bson_ext (>= 1.3.0, development), rspec (>= 2.4.0, development), sqlite3 (>= 1.3.2, development), datamapper (>= 1.0, development), dm-sqlite-adapter (>= 1.0, development), dm-active_model (>= 1.0, development) Description: single point of entry for using basic features of ruby ORMs orm_adapter provides a single point of entry for using basic features of popular ruby ORMs. Its target audience is gem authors who want to support many ruby ORMs. debian/watch0000644000000000000000000000015312042474557010230 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/orm_adapter .*/orm_adapter-(.*).tar.gz debian/source/0000755000000000000000000000000012042474557010500 5ustar debian/source/format0000644000000000000000000000001412042474557011706 0ustar 3.0 (quilt)