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

roberto at alioth.debian.org roberto at alioth.debian.org
Tue Sep 23 17:35:54 UTC 2008


Author: roberto
Date: 2008-09-23 17:35:53 +0000 (Tue, 23 Sep 2008)
New Revision: 3019

Modified:
   packages/libactiverecord-ruby/trunk/debian/changelog
   packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch
Log:
New upstream release

Modified: packages/libactiverecord-ruby/trunk/debian/changelog
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/changelog	2008-09-23 17:04:36 UTC (rev 3018)
+++ packages/libactiverecord-ruby/trunk/debian/changelog	2008-09-23 17:35:53 UTC (rev 3019)
@@ -1,8 +1,9 @@
-libactiverecord-ruby (2.1.0-4) UNRELEASED; urgency=low
+libactiverecord-ruby (2.1.1-1) unstable; urgency=low
 
+  * New upstream release
   * Add README.source to comply with Standards-Version 3.8.0
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 30 Aug 2008 22:11:26 -0400
+ -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 23 Sep 2008 09:44:46 -0400
 
 libactiverecord-ruby (2.1.0-3) unstable; urgency=high
 

Modified: packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch	2008-09-23 17:04:36 UTC (rev 3018)
+++ packages/libactiverecord-ruby/trunk/debian/patches/01_ungem.patch	2008-09-23 17:35:53 UTC (rev 3019)
@@ -1,12 +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 @@
+diff -uNr activerecord-2.1.1.orig/lib/active_record.rb activerecord-2.1.1/lib/active_record.rb
+--- activerecord-2.1.1.orig/lib/active_record.rb	2008-09-04 10:07:33.000000000 -0400
++++ activerecord-2.1.1/lib/active_record.rb	2008-09-23 13:13:38.000000000 -0400
+@@ -24,7 +24,7 @@
+ $:.unshift(File.dirname(__FILE__)) unless
    $:.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'
+-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