[DRE-commits] [ruby-i18n] 01/01: added patch fix_mocha, to support new moch versions (Closes: #741800)

Jonas Genannt jonas at brachium-system.net
Thu Mar 20 20:19:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-i18n.

commit 8af91e9d079f8707d6d658bd9928c75c63eb442c
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Mar 20 21:15:42 2014 +0100

    added patch fix_mocha, to support new moch versions (Closes: #741800)
---
 debian/patches/fix_mocha.patch | 20 ++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/fix_mocha.patch b/debian/patches/fix_mocha.patch
new file mode 100644
index 0000000..5ea97af
--- /dev/null
+++ b/debian/patches/fix_mocha.patch
@@ -0,0 +1,20 @@
+Author: schland <jan.pilz at gmx.de>
+Origin: vendor
+Date: Thu, 24 Jan 2013 15:59:54 +0100
+Subject: [PATCH] Update test/test_helper.rb
+
+---
+ test/test_helper.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -13,7 +13,7 @@
+ end
+ 
+ require 'i18n'
+-require 'mocha'
++require 'mocha/setup'
+ require 'test_declarative'
+ 
+ class Test::Unit::TestCase
diff --git a/debian/patches/series b/debian/patches/series
index 88e9474..bdee68b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 strip_bundler.patch
+fix_mocha.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-i18n.git



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