[DRE-commits] [pry] 06/07: Refresh patches

Daisuke Higuchi dai at moszumanska.debian.org
Sat Oct 21 13:13:05 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 d775d2fe94d106be7825d7b5451b9ab2c87c8f10
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Oct 21 22:08:08 2017 +0900

    Refresh patches
---
 debian/patches/0005-Remove-git-ls-files-from-gemspec.patch | 12 ++++++------
 .../patches/adjust-test-that-fails-on-debian-buildd.patch  | 14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch b/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch
index a78edc7..5a1180a 100644
--- a/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch
+++ b/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch
@@ -7,11 +7,11 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
  pry.gemspec | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
-diff --git a/pry.gemspec b/pry.gemspec
-index fa760a5..d9b780c 100644
---- a/pry.gemspec
-+++ b/pry.gemspec
-@@ -14,8 +14,7 @@ Gem::Specification.new do |s|
+Index: pry/pry.gemspec
+===================================================================
+--- pry.orig/pry.gemspec
++++ pry/pry.gemspec
+@@ -16,8 +16,7 @@ Gem::Specification.new do |s|
  
    s.executables   = ["pry"]
    s.require_paths = ["lib"]
@@ -19,5 +19,5 @@ index fa760a5..d9b780c 100644
 -
 +  s.files         = [".travis.yml",".yardopts","CHANGELOG.md","CONTRIBUTORS","Dockerfile","Gemfile","LICENSE","README.md","Rakefile","bin/pry","lib/pry.rb","lib/pry/cli.rb","lib/pry/code.rb","lib/pry/code/code_file.rb","lib/pry/code/code_range.rb","lib/pry/code/loc.rb","lib/pry/code_object.rb","lib/pry/color_printer.rb","lib/pry/command.rb","lib/pry/command_set.rb","lib/pry/commands.rb","lib/pry/commands/amend_line.rb","lib/pry/commands/bang.rb","lib/pry/commands/bang_pry.rb","lib/pry/c [...]
    s.add_dependency 'coderay',       '~> 1.1.0'
-   s.add_dependency 'method_source', '~> 0.8.1'
+   s.add_dependency 'method_source', '~> 0.9.0'
    s.add_development_dependency 'bundler', '~> 1.0'
diff --git a/debian/patches/adjust-test-that-fails-on-debian-buildd.patch b/debian/patches/adjust-test-that-fails-on-debian-buildd.patch
index 0af7757..b28c022 100644
--- a/debian/patches/adjust-test-that-fails-on-debian-buildd.patch
+++ b/debian/patches/adjust-test-that-fails-on-debian-buildd.patch
@@ -7,16 +7,16 @@ Subject: adjust-test-that-fails-on-debian-buildd
  spec/pry_repl_spec.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/spec/pry_repl_spec.rb b/spec/pry_repl_spec.rb
-index 43c77ec..0fc01b9 100644
---- a/spec/pry_repl_spec.rb
-+++ b/spec/pry_repl_spec.rb
-@@ -90,7 +90,7 @@ describe "The whole thing" do
+Index: pry/spec/pry_repl_spec.rb
+===================================================================
+--- pry.orig/spec/pry_repl_spec.rb
++++ pry/spec/pry_repl_spec.rb
+@@ -89,7 +89,7 @@ describe Pry::REPL do
        ReplTester.start(:commands => set) do
          input  'def x'
          output ''
--        prompt /\*   $/
-+        prompt /\* *$/
+-        prompt(/\*   $/)
++        prompt(/\* *$/)
  
          input  'hello!'
          output '=> "hello"'

-- 
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