[DRE-commits] r5840 - in trunk/libgems-ruby/debian: . patches

Lucas Nussbaum lucas at alioth.debian.org
Sat Sep 11 05:43:08 UTC 2010


Author: lucas
Date: 2010-09-11 05:43:08 +0000 (Sat, 11 Sep 2010)
New Revision: 5840

Removed:
   trunk/libgems-ruby/debian/patches/20100829-ruby192_support.diff
Modified:
   trunk/libgems-ruby/debian/changelog
   trunk/libgems-ruby/debian/patches/series
Log:
drop patch for ruby 1.9.2 support

Modified: trunk/libgems-ruby/debian/changelog
===================================================================
--- trunk/libgems-ruby/debian/changelog	2010-09-11 05:41:44 UTC (rev 5839)
+++ trunk/libgems-ruby/debian/changelog	2010-09-11 05:43:08 UTC (rev 5840)
@@ -1,7 +1,5 @@
 libgems-ruby (1.3.7-2) unstable; urgency=low
 
-  * debian/patches/20100829-ruby192_support.diff: Added a patch to support
-    Ruby 1.9.2. (Closes: #588125)
   * Drop rubygems for 1.9.1, as it was moved to the ruby1.9.1 source package.
 
  -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 11 Sep 2010 07:41:09 +0200

Deleted: trunk/libgems-ruby/debian/patches/20100829-ruby192_support.diff
===================================================================
--- trunk/libgems-ruby/debian/patches/20100829-ruby192_support.diff	2010-09-11 05:41:44 UTC (rev 5839)
+++ trunk/libgems-ruby/debian/patches/20100829-ruby192_support.diff	2010-09-11 05:43:08 UTC (rev 5840)
@@ -1,17 +0,0 @@
-Index: libgems-ruby/lib/rubygems.rb
-===================================================================
---- libgems-ruby.orig/lib/rubygems.rb	2010-08-29 11:20:04.000000000 +0900
-+++ libgems-ruby/lib/rubygems.rb	2010-08-29 11:21:03.000000000 +0900
-@@ -7,6 +7,12 @@
- 
- gem_disabled = !defined? Gem
- 
-+unless gem_disabled
-+  # Nuke the Quickloader stuff
-+  Gem::QuickLoader.remove
-+end
-+
-+
- require 'rubygems/defaults'
- require 'thread'
- require 'etc'

Modified: trunk/libgems-ruby/debian/patches/series
===================================================================
--- trunk/libgems-ruby/debian/patches/series	2010-09-11 05:41:44 UTC (rev 5839)
+++ trunk/libgems-ruby/debian/patches/series	2010-09-11 05:43:08 UTC (rev 5840)
@@ -1,4 +1,3 @@
 01_default_gem_path.diff
 03_disable_update_system.diff
 08_tighter_search_regex.diff
-20100829-ruby192_support.diff




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