[DRE-commits] [ruby-org] 05/09: Add a patch to fix a missing require in the test suite

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 16 17:37:08 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-org.

commit b2bc4339b6b2951265dfbc945c39921fe7f4cefd
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 16 18:35:41 2015 +0200

    Add a patch to fix a missing require in the test suite
---
 debian/patches/add-missing-require-in-test-suite.patch | 14 ++++++++++++++
 debian/patches/series                                  |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/add-missing-require-in-test-suite.patch b/debian/patches/add-missing-require-in-test-suite.patch
new file mode 100644
index 0000000..1c04e94
--- /dev/null
+++ b/debian/patches/add-missing-require-in-test-suite.patch
@@ -0,0 +1,14 @@
+Description: add missing require in test suite
+Author: Jérémy Bobbio <lunar at debian.org>
+Last-Update: 2015-09-16
+
+diff --git a/spec/parser_spec.rb b/spec/parser_spec.rb
+index 6c83d7b..55aeb20 100644
+--- a/spec/parser_spec.rb
++++ b/spec/parser_spec.rb
+@@ -1,4 +1,5 @@
+ require 'spec_helper'
++require 'pathname'
+ 
+ describe Orgmode::Parser do
+   it "should open ORG files" do
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1dc1580
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-missing-require-in-test-suite.patch

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



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