[DRE-commits] [SCM] ruby-trollop.git branch, master, updated. debian/1.15-1-16-g6b0f501

Per Andersson avtobiff at gmail.com
Wed Apr 25 23:20:26 UTC 2012


The following commit has been merged in the master branch:
commit 6b0f5011b3ace0b1e0e6305c8acffe3828239aae
Author: Per Andersson <avtobiff at gmail.com>
Date:   Thu Apr 26 01:18:56 2012 +0200

    Patch out rubygems require in Rakefile.

diff --git a/debian/patches/0001-Patch-out-rubygems-require-in-Rakefile.patch b/debian/patches/0001-Patch-out-rubygems-require-in-Rakefile.patch
new file mode 100644
index 0000000..7777670
--- /dev/null
+++ b/debian/patches/0001-Patch-out-rubygems-require-in-Rakefile.patch
@@ -0,0 +1,19 @@
+From: Per Andersson <avtobiff at gmail.com>
+Date: Thu, 26 Apr 2012 01:18:29 +0200
+Subject: Patch out rubygems require in Rakefile.
+
+---
+ Rakefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Rakefile b/Rakefile
+index d379118..d433c8a 100644
+--- a/Rakefile
++++ b/Rakefile
+@@ -1,4 +1,4 @@
+-require 'rubygems'
++#require 'rubygems'
+ $:.unshift "lib"
+ require 'trollop'
+ require 'rake/gempackagetask.rb'
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..703990a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Patch-out-rubygems-require-in-Rakefile.patch

-- 
ruby-trollop.git



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