[DRE-commits] [ruby-retryable] 01/01: Add patch to fix testsuite failure on deb-ci

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Mon Jul 27 09:09:53 UTC 2015


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-retryable.

commit 3219628c0642c217c36896a541450b2cb5ccb7ed
Author: Hleb <375gnu at gmail.com>
Date:   Mon Jul 27 12:09:44 2015 +0300

    Add patch to fix testsuite failure on deb-ci
---
 ...1-Don-t-require-retryable-with-absolute-path.patch | 19 +++++++++++++++++++
 debian/patches/series                                 |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/0001-Don-t-require-retryable-with-absolute-path.patch b/debian/patches/0001-Don-t-require-retryable-with-absolute-path.patch
new file mode 100644
index 0000000..c78893d
--- /dev/null
+++ b/debian/patches/0001-Don-t-require-retryable-with-absolute-path.patch
@@ -0,0 +1,19 @@
+From: Hleb <375gnu at gmail.com>
+Date: Mon, 27 Jul 2015 12:08:35 +0300
+Subject: Don't require retryable with absolute path
+
+ It should fix test failure on deb-ci.
+---
+ spec/spec_helper.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index ce71960..f6b56b9 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,4 @@
+-require File.dirname(__FILE__) + '/../lib/retryable'
++require 'retryable'
+ require 'rspec'
+ 
+ RSpec.configure do |config|
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1f91392
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Don-t-require-retryable-with-absolute-path.patch

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



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