[DRE-commits] [cucumber] 04/11: refresh patches

Cédric Boutillier boutil at moszumanska.debian.org
Wed May 14 21:50:52 UTC 2014


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

boutil pushed a commit to branch master
in repository cucumber.

commit d5643b6ae33507cbab1094f80c1ee787265e87d6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Mar 11 17:54:32 2014 +0100

    refresh patches
---
 debian/patches/0004-Update_default_binary_path.patch |  4 ++--
 debian/patches/0005-Integrate-multi_test-code.patch  | 12 ++++--------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/debian/patches/0004-Update_default_binary_path.patch b/debian/patches/0004-Update_default_binary_path.patch
index 16ac1da..e7c27cc 100644
--- a/debian/patches/0004-Update_default_binary_path.patch
+++ b/debian/patches/0004-Update_default_binary_path.patch
@@ -1,14 +1,14 @@
 Description: fix paths in cucumber/platform.rb
 Author: Kevin Locke <kevin at kevinlocke.name>
 Reviewed-by: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2013-08-13
+Last-Update: 2014-03-11
 
 --- a/lib/cucumber/platform.rb
 +++ b/lib/cucumber/platform.rb
 @@ -5,8 +5,8 @@
  module Cucumber
  unless defined?(Cucumber::VERSION)
-   VERSION       = '1.3.8'
+   VERSION       = '1.3.10'
 -  BINARY        = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
 -  LIBDIR        = File.expand_path(File.dirname(__FILE__) + '/../../lib')
 +  BINARY        = '/usr/bin/cucumber'
diff --git a/debian/patches/0005-Integrate-multi_test-code.patch b/debian/patches/0005-Integrate-multi_test-code.patch
index 7a3a6d0..df51979 100644
--- a/debian/patches/0005-Integrate-multi_test-code.patch
+++ b/debian/patches/0005-Integrate-multi_test-code.patch
@@ -3,13 +3,11 @@ Description: include code of multi_test gem
  (multi_test). Instead of packaging them, we just include them here.
  https://github.com/cucumber/multi_test
 Origin: vendor
-Last-Update: 2013-08-13
+Last-Update: 2014-03-11
 
---- a/lib/cucumber/core_ext/disable_mini_and_test_unit_autorun.rb
-+++ b/lib/cucumber/core_ext/disable_mini_and_test_unit_autorun.rb
-@@ -1,2 +1,19 @@
--require 'multi_test'
-+
+--- a/dev/null
++++ b/lib/cucumber/multi_test.rb
+@@ -1,0 +1,16 @@
 +module MultiTest
 +  def self.disable_autorun
 +    if defined?(Test::Unit::Runner)
@@ -26,5 +24,3 @@ Last-Update: 2013-08-13
 +    end
 +  end
 +end
-+
- MultiTest.disable_autorun

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



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