[DRE-commits] [pry] 02/04: Refresh patches.

Daisuke Higuchi dai at moszumanska.debian.org
Sun Nov 26 12:25:44 UTC 2017


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

dai pushed a commit to branch master
in repository pry.

commit cc0737b20fe1974e6e88548d9b3df0c3439e7eb3
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sun Nov 26 21:08:33 2017 +0900

    Refresh patches.
---
 debian/patches/dont-try-to-write-outside-build-dir |  8 ++++----
 debian/patches/test-suite-adjustments.patch        | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/dont-try-to-write-outside-build-dir b/debian/patches/dont-try-to-write-outside-build-dir
index 8cd16bb..3c2cd36 100644
--- a/debian/patches/dont-try-to-write-outside-build-dir
+++ b/debian/patches/dont-try-to-write-outside-build-dir
@@ -11,13 +11,13 @@ Forwarded: not-needed
 Author: David Suárez <david.sephirot at gmail.com>
 Last-Update: 2014-09-24
 ---
- spec/regression/readline_spec.rb | 4 ++++
+ spec/integration/readline_spec.rb | 4 ++++
  1 file changed, 4 insertions(+)
 
-Index: pry/spec/regression/readline_spec.rb
+Index: pry/spec/integration/readline_spec.rb
 ===================================================================
---- pry.orig/spec/regression/readline_spec.rb
-+++ pry/spec/regression/readline_spec.rb
+--- pry.orig/spec/integration/readline_spec.rb
++++ pry/spec/integration/readline_spec.rb
 @@ -21,19 +21,23 @@ describe "Readline" do
    it "is loaded on invoking 'pry'" do
      code = <<-RUBY
diff --git a/debian/patches/test-suite-adjustments.patch b/debian/patches/test-suite-adjustments.patch
index f68b6c5..8ab0d0f 100644
--- a/debian/patches/test-suite-adjustments.patch
+++ b/debian/patches/test-suite-adjustments.patch
@@ -7,13 +7,13 @@ Subject: test-suite-adjustments
  spec/helper.rb | 2 --
  1 file changed, 2 deletions(-)
 
-diff --git a/spec/helper.rb b/spec/helper.rb
-index 22fcd91..3b85c48 100644
---- a/spec/helper.rb
-+++ b/spec/helper.rb
+Index: pry/spec/helper.rb
+===================================================================
+--- pry.orig/spec/helper.rb
++++ pry/spec/helper.rb
 @@ -1,6 +1,4 @@
 -require 'bundler/setup'
- require 'pry/test/helper'
+ require 'pry/testable'
 -Bundler.require :default, :test
  require_relative 'spec_helpers/mock_pry'
  require_relative 'spec_helpers/repl_tester'

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



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