[DRE-commits] [ruby-msgpack] 04/07: refreshed patch 10_fix_test_path

Jonas Genannt genannt at moszumanska.debian.org
Wed Aug 19 15:21:50 UTC 2015


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

genannt pushed a commit to branch master
in repository ruby-msgpack.

commit f653a085a3bc4f58159ac6806c29a233658865e2
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Aug 19 17:20:49 2015 +0200

    refreshed patch 10_fix_test_path
---
 debian/patches/10_fix_test_path | 66 ++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

diff --git a/debian/patches/10_fix_test_path b/debian/patches/10_fix_test_path
index 358a33e..f9e072f 100644
--- a/debian/patches/10_fix_test_path
+++ b/debian/patches/10_fix_test_path
@@ -1,26 +1,6 @@
 Description: fix path to spec files from upstream
 Author: Taku YASUI <tach at debian.org>
 
---- a/spec/buffer_io_spec.rb
-+++ b/spec/buffer_io_spec.rb
-@@ -1,5 +1,5 @@
--require 'spec_helper'
--require 'random_compat'
-+require 'spec/spec_helper'
-+require 'spec/random_compat'
- 
- require 'stringio'
- if defined?(Encoding)
---- a/spec/buffer_spec.rb
-+++ b/spec/buffer_spec.rb
-@@ -1,5 +1,5 @@
--require 'spec_helper'
--require 'random_compat'
-+require 'spec/spec_helper'
-+require 'spec/random_compat'
- 
- describe Buffer do
-   STATIC_EXAMPLES = {}
 --- a/spec/cases_spec.rb
 +++ b/spec/cases_spec.rb
 @@ -1,4 +1,4 @@
@@ -38,8 +18,18 @@ Author: Taku YASUI <tach at debian.org>
  
  describe MessagePack do
    it "nil" do
---- a/spec/packer_spec.rb
-+++ b/spec/packer_spec.rb
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -13,6 +13,7 @@
+   GC.stress = true
+ end
+ 
++require 'rspec'
+ require 'msgpack'
+ 
+ if /java/ =~ RUBY_PLATFORM
+--- a/spec/pack_spec.rb
++++ b/spec/pack_spec.rb
 @@ -1,5 +1,5 @@
  # encoding: ascii-8bit
 -require 'spec_helper'
@@ -47,22 +37,30 @@ Author: Taku YASUI <tach at debian.org>
  
  require 'stringio'
  if defined?(Encoding)
---- a/spec/unpacker_spec.rb
-+++ b/spec/unpacker_spec.rb
+--- a/spec/unpack_spec.rb
++++ b/spec/unpack_spec.rb
 @@ -1,5 +1,5 @@
  # encoding: ascii-8bit
 -require 'spec_helper'
 +require 'spec/spec_helper'
  
- describe Unpacker do
-   let :unpacker do
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -13,6 +13,7 @@
-   GC.stress = true
- end
+ require 'stringio'
+ if defined?(Encoding)
+--- a/spec/cruby/buffer_io_spec.rb
++++ b/spec/cruby/buffer_io_spec.rb
+@@ -1,5 +1,5 @@
+ require 'spec/spec_helper'
+-require 'random_compat'
++require 'spec/random_compat'
  
-+require 'rspec'
- require 'msgpack'
+ require 'stringio'
+ if defined?(Encoding)
+--- a/spec/cruby/buffer_spec.rb
++++ b/spec/cruby/buffer_spec.rb
+@@ -1,5 +1,5 @@
+ require 'spec/spec_helper'
+-require 'random_compat'
++require 'spec/random_compat'
  
- Packer = MessagePack::Packer
+ describe Buffer do
+   STATIC_EXAMPLES = {}

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



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