[DRE-commits] [ruby-neovim] 01/03: New patch: require_tempfile.patch

Jason Pleau jpleau-guest at moszumanska.debian.org
Thu Jul 20 23:50:49 UTC 2017


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

jpleau-guest pushed a commit to branch master
in repository ruby-neovim.

commit a0fa1a46e4e1eda4ff984843620d6d19ce540613
Author: Jason Pleau <jason at jpleau.ca>
Date:   Thu Jul 20 19:28:08 2017 -0400

    New patch: require_tempfile.patch
---
 debian/changelog                      |  2 ++
 debian/patches/require_tempfile.patch | 22 ++++++++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7bbe83d..06de19a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ruby-neovim (0.5.1-1) UNRELEASED; urgency=medium
   * Removed patches no longer needed:
     - disable_failing_test_schroot.patch
     - fix_current_window_test.patch
+  * New patches:
+    - require_tempfile.patch (applied in upstream VCS)
 
  -- Jason Pleau <jason at jpleau.ca>  Sat, 15 Jul 2017 10:40:43 -0400
 
diff --git a/debian/patches/require_tempfile.patch b/debian/patches/require_tempfile.patch
new file mode 100644
index 0000000..bd860a9
--- /dev/null
+++ b/debian/patches/require_tempfile.patch
@@ -0,0 +1,22 @@
+From 7d7b8f71223414354512be9600e9430afbc13ea9 Mon Sep 17 00:00:00 2001
+From: Jason Pleau <jason at jpleau.ca>
+Date: Mon, 17 Jul 2017 19:52:49 -0400
+Subject: [PATCH] Add missing require for tempfile for integration_spec
+Applied-Upstream: commit:3b90bd22c74900f55f58ecbe609ceff2ca6c73ae
+
+---
+ spec/integration_spec.rb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb
+index 80c4935..e3752df 100644
+--- a/spec/integration_spec.rb
++++ b/spec/integration_spec.rb
+@@ -5,6 +5,7 @@
+ require "json"
+ require "net/http"
+ require "open-uri"
++require "tempfile"
+ 
+ RSpec.describe "integration tests", :timeout => 30 do
+   let(:root) { File.expand_path("../integration", __FILE__) }
diff --git a/debian/patches/series b/debian/patches/series
index c41bd71..ed1b02d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+require_tempfile.patch
 remove_coveralls_pry_bundler.patch

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



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