debian/0000755000000000000000000000000012220050224007153 5ustar debian/ruby-tests.rb0000644000000000000000000000010612220044502011620 0ustar $: << 'test' << '.' Dir['{spec,test}/**/*.rb'].each { |f| require f } debian/source/0000755000000000000000000000000012111135276010465 5ustar debian/source/format0000644000000000000000000000001412111135276011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000064512220044502010242 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 # # 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/copyright0000644000000000000000000000300012220044502011101 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: arel Source: http://rubygems.org/gems/arel Files: * Copyright: 2007-2011 Aaron Patterson Bryan Halmkamp Emilio Tagua Nick Kallen License: Expat Files: debian/* Copyright: Copyright 2011 Ondřej Surý 2013 Nitesh A Jain 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/ruby-arel.docs0000644000000000000000000000002012220044502011721 0ustar README.markdown debian/control0000644000000000000000000000212612220044502010561 0ustar Source: ruby-arel Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ondřej Surý , Nitesh A Jain Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest (>= 2.11~), ruby-hoe (>= 2.13~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-arel.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-arel.git;a=summary Homepage: http://github.com/rails/arel XS-Ruby-Versions: all Package: ruby-arel Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: SQL AST manager for Ruby Arel is a SQL AST manager for Ruby. It simplifies the generation of complex SQL queries and adapts to various RDBMS systems. . It is intended to be a framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation. debian/changelog0000644000000000000000000000210612220050224011024 0ustar ruby-arel (4.0.0-2) unstable; urgency=low * Team upload * Restore temporarily Arel::Relation module to ensure compatibility with ruby-activerecord-3.2 (Closes: #720141) -- Cédric Boutillier Mon, 23 Sep 2013 16:15:17 +0200 ruby-arel (4.0.0-1) unstable; urgency=low * New upstream release * Test suite added * Standards version changed to 3.9.4 * Docs installed * Fixed missing upstream license -- Nitesh A Jain Tue, 02 Jul 2013 21:55:27 +0530 ruby-arel (3.0.2-3) unstable; urgency=low * Remove unecessary dependency on ruby-minitest and ruby-hoe. They are needed only to build the package, not during runtime. (Closes: #685943) -- Antonio Terceiro Sun, 26 Aug 2012 18:16:15 -0300 ruby-arel (3.0.2-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Antonio Terceiro Mon, 25 Jun 2012 19:52:13 -0300 ruby-arel (3.0.2-1) unstable; urgency=low * Initial release -- Ondřej Surý Wed, 25 Apr 2012 10:04:09 +0000 debian/patches/0000755000000000000000000000000012220046040010603 5ustar debian/patches/series0000644000000000000000000000003412220045431012020 0ustar restore_arel_relation.patch debian/patches/restore_arel_relation.patch0000644000000000000000000000100712220046040016205 0ustar Description: restore temporarily Arel::Relation module for ruby-activerecord-3.2 This empty module has been removed from arel 0.4, but is still used in activerecord. Author: Cédric Boutillier Forwarded: not-needed Bug-Debian: http://bugs.debian.org/720141 Last-Update: 2013-09-23 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -43,4 +43,8 @@ end ## Convenience Alias Node = Arel::Nodes::Node + + ## Debian temporary fix: restore dummy Arel::Relations for Rails 3 + module Relation + end end debian/watch0000644000000000000000000000013512111135276010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/arel .*/arel-(.*).tar.gz debian/compat0000644000000000000000000000000212111135276010363 0ustar 7