[DRE-commits] [SCM] ruby-redcarpet.git branch, master, updated. debian/2.1.1-3-11-g9ac03a2

Youhei SASAKI uwabami at gfd-dennou.org
Sat Jun 1 17:50:23 UTC 2013


The following commit has been merged in the master branch:
commit f20ac2e51a70141123941d0bfa10cf0dbb1645ae
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Jun 2 02:40:40 2013 +0900

    Add patch: Remove RubyGems Depends in tests/test_helper.rb
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/patches/0001-Remove-RubyGems-Depends.patch b/debian/patches/0001-Remove-RubyGems-Depends.patch
new file mode 100644
index 0000000..bdc46ae
--- /dev/null
+++ b/debian/patches/0001-Remove-RubyGems-Depends.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Sun, 2 Jun 2013 02:40:18 +0900
+Subject: Remove RubyGems Depends
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ test/test_helper.rb |    2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/test/test_helper.rb b/test/test_helper.rb
+index d98e02e..86ebe4b 100644
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -1,8 +1,6 @@
+ # coding: UTF-8
+ Encoding.default_internal = 'UTF-8' if defined? Encoding
+ 
+-gem 'test-unit', '>= 2' # necessary when not using bundle exec
+-
+ require 'test/unit'
+ require 'nokogiri'
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7d8e110
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-RubyGems-Depends.patch

-- 
ruby-redcarpet.git



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