[DRE-commits] r2962 - in packages/libactiverecord-ruby/trunk/debian: . patches

roberto at alioth.debian.org roberto at alioth.debian.org
Wed Aug 27 01:47:44 UTC 2008


Author: roberto
Date: 2008-08-27 01:47:44 +0000 (Wed, 27 Aug 2008)
New Revision: 2962

Added:
   packages/libactiverecord-ruby/trunk/debian/patches/
   packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch
Modified:
   packages/libactiverecord-ruby/trunk/debian/changelog
   packages/libactiverecord-ruby/trunk/debian/control
Log:
* Quit trying to load rubygems (Closes: #496606)
* Add dependencies on SQL interfaces (Closes: #496695)

Modified: packages/libactiverecord-ruby/trunk/debian/changelog
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/changelog	2008-08-26 21:15:59 UTC (rev 2961)
+++ packages/libactiverecord-ruby/trunk/debian/changelog	2008-08-27 01:47:44 UTC (rev 2962)
@@ -1,8 +1,9 @@
-libactiverecord-ruby (2.1.0-3) UNRELEASED; urgency=low
+libactiverecord-ruby (2.1.0-3) unstable; urgency=high
 
-  * NOT RELEASED YET
+  * Quit trying to load rubygems (Closes: #496606)
+  * Add dependencies on SQL interfaces (Closes: #496695)
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 17 Jun 2008 02:21:00 -0400
+ -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 26 Aug 2008 21:32:11 -0400
 
 libactiverecord-ruby (2.1.0-2) unstable; urgency=high
 

Modified: packages/libactiverecord-ruby/trunk/debian/control
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/control	2008-08-26 21:15:59 UTC (rev 2961)
+++ packages/libactiverecord-ruby/trunk/debian/control	2008-08-27 01:47:44 UTC (rev 2962)
@@ -12,7 +12,7 @@
 
 Package: libactiverecord-ruby
 Architecture: all
-Depends: libactiverecord-ruby1.8, libactivesupport-ruby
+Depends: libactiverecord-ruby1.8, libactivesupport-ruby (>= 2.1.0-3)
 Description: Ruby library that ties database tables to classes
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
  database tables and classes together for business objects, like
@@ -24,7 +24,7 @@
 
 Package: libactiverecord-ruby1.8
 Architecture: all
-Depends: libruby1.8, libactivesupport-ruby1.8
+Depends: libruby1.8, libactivesupport-ruby1.8 (>= 2.1.0-3), libsqlite3-ruby1.8 | libpgsql-ruby1.8 | libmysql-ruby1.8
 Description: Tie database tables to classes (Ruby 1.8)
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
  database tables and classes together for business objects, like
@@ -35,7 +35,7 @@
 
 Package: libactiverecord-ruby1.9
 Architecture: all
-Depends: libruby1.9, libactivesupport-ruby1.9
+Depends: libruby1.9, libactivesupport-ruby1.9 (>= 2.1.0-3)
 Description: Tie database tables to classes (Ruby 1.9)
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
  database tables and classes together for business objects, like

Added: packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch	                        (rev 0)
+++ packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch	2008-08-27 01:47:44 UTC (rev 2962)
@@ -0,0 +1,12 @@
+diff -ur activerecord-2.1.0.orig/lib/active_record.rb activerecord-2.1.0/lib/active_record.rb
+--- activerecord-2.1.0.orig/lib/active_record.rb	2008-05-31 21:52:51.000000000 -0400
++++ activerecord-2.1.0/lib/active_record.rb	2008-08-26 21:02:50.000000000 -0400
+@@ -25,7 +25,7 @@
+   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
+ 
+ unless defined? ActiveSupport
+-  active_support_path = File.dirname(__FILE__) + "/../../activesupport/lib"
++  active_support_path = File.dirname(__FILE__) + "/active_support"
+   if File.exist?(active_support_path)
+     $:.unshift active_support_path
+     require 'active_support'




More information about the Pkg-ruby-extras-commits mailing list