[DRE-commits] [ruby-neovim] 06/06: refresh patches
Jason Pleau
jpleau-guest at moszumanska.debian.org
Mon Dec 5 00:45:36 UTC 2016
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 af9db5a07ac21d36938bf08c12ef001f8d1f0f4c
Author: Jason Pleau <jason at jpleau.ca>
Date: Thu Oct 13 22:20:48 2016 -0400
refresh patches
---
debian/patches/remove_coveralls_pry_bundler.patch | 24 +++++++----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/debian/patches/remove_coveralls_pry_bundler.patch b/debian/patches/remove_coveralls_pry_bundler.patch
index 9c98eee..06f63c4 100644
--- a/debian/patches/remove_coveralls_pry_bundler.patch
+++ b/debian/patches/remove_coveralls_pry_bundler.patch
@@ -1,22 +1,8 @@
-Description: Remove coveralls, pry and bundler/setup
- coveralls is used for code coverage, not needed when packaging for Debian
- pry acts as a developer console, and not needed when building this package
- bundler/setup is also not needed since dependencies are already installed
- from Build-Depends
-Author: Jason Pleau <jason at jpleau.ca>
-Last-Update: 2016-08-25
-
--- a/spec/helper.rb
+++ b/spec/helper.rb
-@@ -1,14 +1,14 @@
+@@ -1,13 +1,13 @@
-require "bundler/setup"
+#require "bundler/setup"
- require "neovim"
--require "pry"
-+#require "pry"
- require "stringio"
- require "timeout"
- require "fileutils"
-if ENV["REPORT_COVERAGE"]
- require "coveralls"
@@ -27,5 +13,9 @@ Last-Update: 2016-08-25
+# Coveralls.wear!
+#end
- unless system("nvim -nu NONE +q")
- warn("Can't find `nvim` executable. See installation instructions:")
+ require "fileutils"
+ require "neovim"
+-require "pry"
++#require "pry"
+ require "stringio"
+ require "timeout"
--
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