[DRE-commits] [ruby-msgpack] 05/07: added new patch for spec files
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 42b9cbc5f59f2e785cb74f49c8c905bddad50106
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Wed Aug 19 17:21:04 2015 +0200
added new patch for spec files
---
debian/patches/11_fix_test_patch.patch | 55 ++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 56 insertions(+)
diff --git a/debian/patches/11_fix_test_patch.patch b/debian/patches/11_fix_test_patch.patch
new file mode 100644
index 0000000..ca512c9
--- /dev/null
+++ b/debian/patches/11_fix_test_patch.patch
@@ -0,0 +1,55 @@
+Author: Jonas Genannt
+Description: fix include of spec helper files
+
+--- a/spec/cruby/buffer_io_spec.rb
++++ b/spec/cruby/buffer_io_spec.rb
+@@ -1,4 +1,4 @@
+-require 'spec_helper'
++require 'spec/spec_helper'
+ require 'random_compat'
+
+ require 'stringio'
+--- a/spec/cruby/buffer_packer.rb
++++ b/spec/cruby/buffer_packer.rb
+@@ -1,5 +1,5 @@
+ # encoding: ascii-8bit
+-require 'spec_helper'
++require 'spec/spec_helper'
+
+ require 'stringio'
+ if defined?(Encoding)
+--- a/spec/cruby/buffer_spec.rb
++++ b/spec/cruby/buffer_spec.rb
+@@ -1,4 +1,4 @@
+-require 'spec_helper'
++require 'spec/spec_helper'
+ require 'random_compat'
+
+ describe Buffer do
+--- a/spec/cruby/buffer_unpacker.rb
++++ b/spec/cruby/buffer_unpacker.rb
+@@ -1,5 +1,5 @@
+ # encoding: ascii-8bit
+-require 'spec_helper'
++require 'spec/spec_helper'
+
+ describe Unpacker do
+ let :unpacker do
+--- a/spec/cruby/packer_spec.rb
++++ b/spec/cruby/packer_spec.rb
+@@ -1,5 +1,5 @@
+ # encoding: ascii-8bit
+-require 'spec_helper'
++require 'spec/spec_helper'
+
+ require 'stringio'
+ if defined?(Encoding)
+--- a/spec/cruby/unpacker_spec.rb
++++ b/spec/cruby/unpacker_spec.rb
+@@ -1,5 +1,5 @@
+ # encoding: ascii-8bit
+-require 'spec_helper'
++require 'spec/spec_helper'
+
+ describe Unpacker do
+ let :unpacker do
diff --git a/debian/patches/series b/debian/patches/series
index 86e53bf..03e0654 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+11_fix_test_patch.patch
10_fix_test_path
--
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