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

Tobias Grimm tiber-guest at alioth.debian.org
Sat Dec 5 20:14:51 UTC 2009


Author: tiber-guest
Date: 2009-12-05 20:14:50 +0000 (Sat, 05 Dec 2009)
New Revision: 4408

Modified:
   trunk/libinline-ruby/debian/changelog
   trunk/libinline-ruby/debian/control
   trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch
Log:
* Removed remaining unnecessary Gem usage (Closes: #557534)
* Add myself to Uploaders

Modified: trunk/libinline-ruby/debian/changelog
===================================================================
--- trunk/libinline-ruby/debian/changelog	2009-12-03 23:52:36 UTC (rev 4407)
+++ trunk/libinline-ruby/debian/changelog	2009-12-05 20:14:50 UTC (rev 4408)
@@ -1,3 +1,10 @@
+libinline-ruby (3.8.3-3) UNRELEASED; urgency=low
+
+  * Removed remaining unnecessary Gem usage (Closes: #557534)
+  * Add myself to Uploaders
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 05 Dec 2009 21:13:20 +0100
+
 libinline-ruby (3.8.3-2) unstable; urgency=low
 
   * Add myself to Uploaders

Modified: trunk/libinline-ruby/debian/control
===================================================================
--- trunk/libinline-ruby/debian/control	2009-12-03 23:52:36 UTC (rev 4407)
+++ trunk/libinline-ruby/debian/control	2009-12-05 20:14:50 UTC (rev 4408)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Patrick Ringl <patrick_ at freenet.de>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>, Gunnar Wolf <gwolf at debian.org>,
- Ryan Niebur <ryanryan52 at gmail.com>
+ Ryan Niebur <ryanryan52 at gmail.com>, Tobias Grimm <etobi at debian.org>
 Build-Depends: cdbs, debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
 Standards-Version: 3.8.3

Modified: trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch
===================================================================
--- trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch	2009-12-03 23:52:36 UTC (rev 4407)
+++ trunk/libinline-ruby/debian/patches/01-dont-requires-rubygems.patch	2009-12-05 20:14:50 UTC (rev 4408)
@@ -1,7 +1,9 @@
 dont require rubygems
 
---- a/lib/inline.rb
-+++ b/lib/inline.rb
+Index: libinline-ruby-3.8.3/lib/inline.rb
+===================================================================
+--- libinline-ruby-3.8.3.orig/lib/inline.rb	2009-11-22 17:32:49.000000000 +0100
++++ libinline-ruby-3.8.3/lib/inline.rb	2009-11-22 17:49:40.000000000 +0100
 @@ -50,9 +50,6 @@
  require "rbconfig"
  require "digest/md5"
@@ -12,8 +14,22 @@
  
  $TESTING = false unless defined? $TESTING
  
-@@ -151,8 +148,6 @@
+@@ -71,13 +68,6 @@
+   RUBINIUS = defined? RUBY_ENGINE
+   DEV_NULL = (WINDOZE ? 'nul'      : '/dev/null')
+   GEM      = (WINDOZE ? 'gem.bat'  : 'gem')
+-  RAKE     = if WINDOZE then
+-               'rake.bat'
+-             elsif RUBINIUS then
+-               File.join(Gem.bindir, 'rake')
+-             else
+-               "#{Gem.ruby} -S rake"
+-             end
  
+   warn "RubyInline v #{VERSION}" if $DEBUG
+ 
+@@ -151,8 +141,6 @@
+ 
    class C
  
 -    include ZenTestMapping
@@ -21,7 +37,7 @@
      MAGIC_ARITY_THRESHOLD = 15
      MAGIC_ARITY = -1
  
-@@ -245,7 +240,7 @@
+@@ -245,7 +233,7 @@
        signature = parse_signature(src, !expand_types)
        function_name = signature['name']
        method_name = options[:method_name]




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