[DRE-commits] [ruby-cleanroom] 01/01: Add patch 0001-Require-fileutils-in-tests.patch to fix tests failure

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri May 29 09:47:24 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-cleanroom.

commit b6e0a3140b70a62c5e9e299ea7f1e0363548ca12
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Fri May 29 12:40:53 2015 +0300

    Add patch 0001-Require-fileutils-in-tests.patch to fix tests failure
---
 debian/patches/0001-Require-fileutils-in-tests.patch | 18 ++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/0001-Require-fileutils-in-tests.patch b/debian/patches/0001-Require-fileutils-in-tests.patch
new file mode 100644
index 0000000..abe83d9
--- /dev/null
+++ b/debian/patches/0001-Require-fileutils-in-tests.patch
@@ -0,0 +1,18 @@
+From: Hleb Valoshka <375gnu at gmail.com>
+Date: Fri, 29 May 2015 12:40:21 +0300
+Subject: Require fileutils in tests
+
+---
+ spec/spec_helper.rb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index 72fd2be..8cdc698 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,5 @@
+ require 'rspec'
++require 'fileutils'
+ require 'cleanroom'
+ 
+ RSpec.configure do |config|
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b8fca19
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Require-fileutils-in-tests.patch

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



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