[DRE-commits] r3958 - in trunk/libinline-ruby/debian: . patches

Ryan Niebur ryan52-guest at alioth.debian.org
Sun Aug 23 18:56:49 UTC 2009


Author: ryan52-guest
Date: 2009-08-23 18:56:49 +0000 (Sun, 23 Aug 2009)
New Revision: 3958

Added:
   trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch
Modified:
   trunk/libinline-ruby/debian/changelog
   trunk/libinline-ruby/debian/patches/series
Log:
don't require rubygems (Closes: #543165, #543061, #543072)

Modified: trunk/libinline-ruby/debian/changelog
===================================================================
--- trunk/libinline-ruby/debian/changelog	2009-08-23 18:26:08 UTC (rev 3957)
+++ trunk/libinline-ruby/debian/changelog	2009-08-23 18:56:49 UTC (rev 3958)
@@ -3,8 +3,9 @@
   * Add myself to Uploaders
   * add README.source
   * Debian Policy 3.8.3
+  * don't require rubygems (Closes: #543165, #543061, #543072)
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 23 Aug 2009 11:25:58 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 23 Aug 2009 11:40:19 -0700
 
 libinline-ruby (3.8.3-1) unstable; urgency=low
 

Added: trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch
===================================================================
--- trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch	                        (rev 0)
+++ trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch	2009-08-23 18:56:49 UTC (rev 3958)
@@ -0,0 +1,32 @@
+dont require rubygems
+
+--- a/lib/inline.rb
++++ b/lib/inline.rb
+@@ -50,9 +50,6 @@
+ require "rbconfig"
+ require "digest/md5"
+ require 'fileutils'
+-require 'rubygems'
+-
+-require 'zentest_mapping'
+ 
+ $TESTING = false unless defined? $TESTING
+ 
+@@ -151,8 +148,6 @@
+ 
+   class C
+ 
+-    include ZenTestMapping
+-
+     MAGIC_ARITY_THRESHOLD = 15
+     MAGIC_ARITY = -1
+ 
+@@ -245,7 +240,7 @@
+       signature = parse_signature(src, !expand_types)
+       function_name = signature['name']
+       method_name = options[:method_name]
+-      method_name ||= test_to_normal function_name
++      method_name ||= function_name
+       return_type = signature['return']
+       arity = signature['arity']
+ 

Modified: trunk/libinline-ruby/debian/patches/series
===================================================================
--- trunk/libinline-ruby/debian/patches/series	2009-08-23 18:26:08 UTC (rev 3957)
+++ trunk/libinline-ruby/debian/patches/series	2009-08-23 18:56:49 UTC (rev 3958)
@@ -1 +1,2 @@
 00-fix-shebang.patch
+01-dont-requires-rubygems.patch




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