[DRE-commits] [ruby-net-ssh] 02/03: d/p/missing_logger.patch: Add a missing require on 'logger' to fix ftbfs.

Unit 193 unit193-guest at moszumanska.debian.org
Sun Sep 24 00:48:12 UTC 2017


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

unit193-guest pushed a commit to branch master
in repository ruby-net-ssh.

commit 61fcd2eb19f7e7a63fb18635b10a5198f229ef7b
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Sat Sep 23 20:46:07 2017 -0400

    d/p/missing_logger.patch: Add a missing require on 'logger' to fix ftbfs.
    
    Closes: #875965
---
 debian/patches/missing_logger.patch | 18 ++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/missing_logger.patch b/debian/patches/missing_logger.patch
new file mode 100644
index 0000000..774b693
--- /dev/null
+++ b/debian/patches/missing_logger.patch
@@ -0,0 +1,18 @@
+Description: Add a missing require on 'logger' to fix ftbfs.
+Author: Unit 193 <unit193 at ubuntu.com>
+
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/875965
+Forwarded: no
+Last-Update: 2017-09-24
+
+--- ruby-net-ssh-4.2.0.orig/test/transport/test_session.rb
++++ ruby-net-ssh-4.2.0/test/transport/test_session.rb
+@@ -1,6 +1,7 @@
+ require_relative '../common'
+ require 'net/ssh/transport/session'
+ require 'net/ssh/proxy/http'
++require 'logger'
+ 
+ # mocha adds #verify to Object, which throws off the host-key-verifier part of
+ # these tests.
diff --git a/debian/patches/series b/debian/patches/series
index 3011afc..1fcd849 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 newer_rbnacl.patch
+missing_logger.patch

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



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