[DRE-commits] [ruby-amqp] 03/04: d/patches: Relax amq-protocol dependency
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 26d4b20164137884ef9382a64635943c659e104d
Author: Sebastien Badia <seb at sebian.fr>
Date: Sat Mar 12 10:29:26 2016 -0300
d/patches: Relax amq-protocol dependency
---
debian/patches/001_bump-amq-protocol.patch | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/debian/patches/001_bump-amq-protocol.patch b/debian/patches/001_bump-amq-protocol.patch
new file mode 100644
index 0000000..7c2d406
--- /dev/null
+++ b/debian/patches/001_bump-amq-protocol.patch
@@ -0,0 +1,17 @@
+Description: Pin to amq-protocol 2.0
+Author: Michael Klishin <michael at clojurewerkz.org>
+Origin: upstream, https://github.com/ruby-amqp/amqp/commit/c665bdca4bf36db761d7e87f3e2e73244b684e25.patch
+Reviewed-By: Sebastien Badia <seb at sebian.fr>
+Last-Update: 2016-03-11
+
+--- ruby-amqp-1.5.1.orig/amqp.gemspec
++++ ruby-amqp-1.5.1/amqp.gemspec
+@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
+
+ # Dependencies
+ s.add_dependency "eventmachine"
+- s.add_dependency "amq-protocol", "~> 1.9"
++ s.add_dependency "amq-protocol", ">= 2.0"
+
+ s.rubyforge_project = "amqp"
+ end
--
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