[DRE-commits] [SCM] ruby-mathml.git branch, master, updated. debian/0.11-2-9-g2cd7285

Youhei SASAKI uwabami at gfd-dennou.org
Sun Mar 25 15:38:15 UTC 2012


The following commit has been merged in the master branch:
commit 040d85c9b97b434c0216734d155d47c3b6fd1a6f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Mar 23 13:11:41 2012 +0900

    Update Patches: 0001-Fix-Rake-Backword-Compatibility.patch
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/patches/0001-Fix-Rake-Backword-Compatibility.patch b/debian/patches/0001-Fix-Rake-Backword-Compatibility.patch
new file mode 100644
index 0000000..4bf5eb2
--- /dev/null
+++ b/debian/patches/0001-Fix-Rake-Backword-Compatibility.patch
@@ -0,0 +1,27 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Fri, 23 Mar 2012 13:09:18 +0900
+Subject: Fix Rake Backword Compatibility
+
+---
+ Rakefile.utirake |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Rakefile.utirake b/Rakefile.utirake
+index 44349e5..c28a474 100644
+--- a/Rakefile.utirake
++++ b/Rakefile.utirake
+@@ -5,12 +5,12 @@
+ 
+ require "rake/clean"
+ require "rake/testtask"
+-require "rdoc/task"
++require "rake/rdoctask"
+ require "rake/contrib/rubyforgepublisher"
+ require "rubygems/package_task"
+ 
+ class UtiRake
+-	include Rake::DSL
++	include Rake::DSL if defined?(Rake::DSL)
+ 
+ 	def self.setup(opt={}, &proc)
+ 		ur = new
diff --git a/debian/patches/fix_old_Rake_Issues b/debian/patches/fix_old_Rake_Issues
deleted file mode 100644
index eb5018e..0000000
--- a/debian/patches/fix_old_Rake_Issues
+++ /dev/null
@@ -1,17 +0,0 @@
---- ruby-mathml-0.11.orig/Rakefile.utirake
-+++ ruby-mathml-0.11/Rakefile.utirake
-@@ -5,12 +5,12 @@
- 
- require "rake/clean"
- require "rake/testtask"
--require "rdoc/task"
-+require "rake/rdoctask"
- require "rake/contrib/rubyforgepublisher"
- require "rubygems/package_task"
- 
- class UtiRake
--	include Rake::DSL
-+	include Rake::DSL if defined?(Rake::DSL)
- 
- 	def self.setup(opt={}, &proc)
- 		ur = new

-- 
ruby-mathml.git



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