[DRE-commits] [ruby-celluloid] 02/07: refresh patches

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jan 24 00:25:49 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-celluloid.

commit 81787737a5ba3d0833aa70ea7b8fff5c212eb1c7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jan 24 01:15:41 2014 +0100

    refresh patches
---
 debian/patches/fix_relative_path_rspec.patch           |  6 +-----
 debian/patches/remove-rubygems-bundler-coveralls.patch | 14 +++++++-------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/debian/patches/fix_relative_path_rspec.patch b/debian/patches/fix_relative_path_rspec.patch
index 8a3d2f6..b396304 100644
--- a/debian/patches/fix_relative_path_rspec.patch
+++ b/debian/patches/fix_relative_path_rspec.patch
@@ -5,7 +5,7 @@ Last-Update: 2013-11-04
 
 --- a/lib/celluloid/rspec.rb
 +++ b/lib/celluloid/rspec.rb
-@@ -1,8 +1,8 @@
+@@ -1,6 +1,6 @@
 -require File.expand_path('../../../spec/support/example_actor_class', __FILE__)
 -require File.expand_path('../../../spec/support/actor_examples', __FILE__)
 -require File.expand_path('../../../spec/support/mailbox_examples', __FILE__)
@@ -15,7 +15,3 @@ Last-Update: 2013-11-04
  
  module Celluloid
    # Timer accuracy enforced by the tests (50ms)
-   TIMER_QUANTUM = 0.05
--end
-\ No newline at end of file
-+end
diff --git a/debian/patches/remove-rubygems-bundler-coveralls.patch b/debian/patches/remove-rubygems-bundler-coveralls.patch
index dfef607..c8faeb4 100644
--- a/debian/patches/remove-rubygems-bundler-coveralls.patch
+++ b/debian/patches/remove-rubygems-bundler-coveralls.patch
@@ -6,17 +6,17 @@ Last-updated: 2013-05-18
 
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
-@@ -1,9 +1,9 @@
+@@ -1,8 +1,8 @@
+-require 'coveralls'
+-Coveralls.wear!
+-
 -require 'rubygems'
 -require 'bundler/setup'
++#require 'coveralls'
++#Coveralls.wear!
++#
 +#require 'rubygems'
 +#require 'bundler/setup'
- require 'celluloid/autostart'
  require 'celluloid/rspec'
--require 'coveralls'
--Coveralls.wear!
-+#require 'coveralls'
-+#Coveralls.wear!
  
  logfile = File.open(File.expand_path("../../log/test.log", __FILE__), 'a')
- logfile.sync = true

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



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