[DRE-commits] [ruby-msgpack] 05/08: Fix patch 10_fix_test_path

Taku YASUI tach at debian.org
Fri Aug 16 10:26:59 UTC 2013


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

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

commit 3fde36c38a803d2279ed275e0d05d4465aabba6f
Author: Taku YASUI <tach at debian.org>
Date:   Fri Aug 16 19:05:07 2013 +0900

    Fix patch 10_fix_test_path
---
 debian/changelog                |    2 +-
 debian/patches/10_fix_test_path |   55 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series           |    1 +
 3 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b2ee782..a532e43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 ruby-msgpack (0.5.5-1) unstable; urgency=low
 
   * New upstream release.
-    - Testing framework changed, remove patch 10_fix_test_path.
+    - Testing framework changed, fix patch 10_fix_test_path.
     - Endian problem has been fixed, remove patch 20_fix_bigendian.
 
  -- Taku YASUI <tach at debian.org>  Fri, 16 Aug 2013 18:46:15 +0900
diff --git a/debian/patches/10_fix_test_path b/debian/patches/10_fix_test_path
new file mode 100644
index 0000000..6c26d97
--- /dev/null
+++ b/debian/patches/10_fix_test_path
@@ -0,0 +1,55 @@
+--- 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 @@
+-require 'spec_helper'
++require 'spec/spec_helper'
+ require 'json'
+ 
+ describe MessagePack do
+--- a/spec/format_spec.rb
++++ b/spec/format_spec.rb
+@@ -1,5 +1,5 @@
+ # encoding: ascii-8bit
+-require 'spec_helper'
++require 'spec/spec_helper'
+ 
+ describe MessagePack do
+   it "nil" do
+--- a/spec/packer_spec.rb
++++ b/spec/packer_spec.rb
+@@ -1,5 +1,5 @@
+ # encoding: ascii-8bit
+-require 'spec_helper'
++require 'spec/spec_helper'
+ 
+ require 'stringio'
+ if defined?(Encoding)
+--- a/spec/unpacker_spec.rb
++++ b/spec/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 e69de29..86e53bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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