[DRE-commits] [ruby-fakefs] 03/09: Fix testsuite

Sebastian Boehm sometimesfood-guest at moszumanska.debian.org
Thu Apr 30 18:52:00 UTC 2015


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

sometimesfood-guest pushed a commit to branch master
in repository ruby-fakefs.

commit 6b04b6e79af761238c336e82438d24950923cba9
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Thu Apr 30 20:11:14 2015 +0200

    Fix testsuite
    
    - Add a build dependency on minitest.
    - Remove dependency on minitest-rg.
---
 debian/control                                          |  2 +-
 debian/patches/0003-remove-minitest-rg-dependency.patch | 14 ++++++++++++++
 debian/patches/series                                   |  1 +
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9a52494..d3806b0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.11~)
 Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.11~), ruby-minitest
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fakefs.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-fakefs.git;a=summary
 Homepage: http://github.com/defunkt/fakefs
diff --git a/debian/patches/0003-remove-minitest-rg-dependency.patch b/debian/patches/0003-remove-minitest-rg-dependency.patch
new file mode 100644
index 0000000..e471506
--- /dev/null
+++ b/debian/patches/0003-remove-minitest-rg-dependency.patch
@@ -0,0 +1,14 @@
+Description: Remove dependency on minitest-rg
+Author: Sebastian Boehm <sebastian at sometimesfood.org>
+Forwarded: not-needed
+Last-Update: 2015-04-30
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -1,7 +1,6 @@
+ $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
+ require 'fakefs/safe'
+ require 'minitest/autorun'
+-require 'minitest/rg'
+ 
+ def act_on_real_fs(&block)
+   FakeFS.without(&block)
diff --git a/debian/patches/series b/debian/patches/series
index 4cfc03c..d2f6031 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0003-remove-minitest-rg-dependency.patch
 0002-StringIO-isn-t-automatically-required-in-ruby-1.9.1.patch

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



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