[DRE-commits] [ruby-bunny] 03/08: remove some unecessary or unavailable requirements from the test suite

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Dec 10 15:55:17 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-bunny.

commit 2a6dc0ccc3eba5c15876924e8c5c758f45a4b083
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Dec 10 11:54:04 2016 -0200

    remove some unecessary or unavailable requirements from the test suite
---
 debian/changelog                                   |  2 ++
 ...-remove-some-unecessary-or-unavailable-re.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f6ff75..b604aa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ ruby-bunny (2.6.1-1) UNRELEASED; urgency=medium
   [ Antonio Terceiro ]
   * New upstream version 2.6.1
   * update packaging with `dh-make-ruby -w`
+  * 0001-spec_helper-remove-some-unecessary-or-unavailable-re.patch: remove
+    some unecessary or unavailable requirements from the test suite.
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Sat, 10 Dec 2016 10:45:53 -0200
 
diff --git a/debian/patches/0001-spec_helper-remove-some-unecessary-or-unavailable-re.patch b/debian/patches/0001-spec_helper-remove-some-unecessary-or-unavailable-re.patch
new file mode 100644
index 0000000..093355f
--- /dev/null
+++ b/debian/patches/0001-spec_helper-remove-some-unecessary-or-unavailable-re.patch
@@ -0,0 +1,26 @@
+From: Antonio Terceiro <terceiro at debian.org>
+Date: Sat, 10 Dec 2016 11:52:34 -0200
+Subject: spec_helper: remove some unecessary or unavailable requirements
+
+---
+ spec/spec_helper.rb | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index df8f2d8..477235b 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -2,13 +2,7 @@
+ 
+ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
+ 
+-require 'bundler'
+-Bundler.setup(:default, :test)
+-
+-
+-require "effin_utf8"
+ require "bunny"
+-require "rabbitmq/http/client"
+ 
+ 
+ require "amq/protocol/version"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9345ad4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-spec_helper-remove-some-unecessary-or-unavailable-re.patch

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



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