[DRE-commits] [ruby-amqp] 04/04: d/patches: Remove bundler usage in test suite

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sat Mar 12 13:30:13 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-amqp.

commit cbb53266da7747643cc9af1b4172521d946fed11
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sat Mar 12 10:29:50 2016 -0300

    d/patches: Remove bundler usage in test suite
---
 debian/patches/002_remove-bundler-usage.patch | 17 +++++++++++++++++
 debian/patches/series                         |  2 ++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/002_remove-bundler-usage.patch b/debian/patches/002_remove-bundler-usage.patch
new file mode 100644
index 0000000..87cf28b
--- /dev/null
+++ b/debian/patches/002_remove-bundler-usage.patch
@@ -0,0 +1,17 @@
+Description: Remove bundler usage in the test suite
+Author: Sebastien Badia <seb at sebian.fr>
+Forwarded: not-needed
+Last-Update: 2016-03-11
+
+--- ruby-amqp-1.5.1.orig/spec/spec_helper.rb
++++ ruby-amqp-1.5.1/spec/spec_helper.rb
+@@ -2,9 +2,6 @@
+
+ $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
+
+-require 'bundler'
+-Bundler.setup(:default, :test)
+-
+ require "amqp"
+ require "evented-spec"
+ require "effin_utf8"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..50d96cc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+001_bump-amq-protocol.patch
+002_remove-bundler-usage.patch

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



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