[DRE-commits] [ruby-diaspora-vines] 02/04: relax dependency on eventmachine (Closes: #818472)

Cédric Boutillier boutil at moszumanska.debian.org
Tue Jun 7 10:02:22 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-diaspora-vines.

commit d0df6806249dcb61a9b501e43986fce88aa8b428
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 7 11:51:11 2016 +0200

    relax dependency on eventmachine (Closes: #818472)
---
 debian/control                                     |  2 +-
 debian/patches/relax-dependency-eventmachine.patch | 17 +++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e715073..f8b4694 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends: ruby | ruby-interpreter,
          ruby-activerecord (>= 4.1),
          ruby-bcrypt (>= 3.1),
          ruby-em-hiredis (>= 0.3.0),
-         ruby-eventmachine (>= 1.0.8),
+         ruby-eventmachine,
          ruby-http-parser.rb (>= 0.6),
          ruby-nokogiri (>= 1.6),
          ${misc:Depends},
diff --git a/debian/patches/relax-dependency-eventmachine.patch b/debian/patches/relax-dependency-eventmachine.patch
new file mode 100644
index 0000000..0abd045
--- /dev/null
+++ b/debian/patches/relax-dependency-eventmachine.patch
@@ -0,0 +1,17 @@
+Description: relax dependency on ruby-eventmachine
+Bug-Debian: http://bugs.debian.org/818472
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: no
+Last-Update: 2016-06-07
+
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -45,7 +45,7 @@
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: 1.0.8
++        version: 1.0.7
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
diff --git a/debian/patches/series b/debian/patches/series
index 5958275..58db2ee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 storage_test_patch.diff
+relax-dependency-eventmachine.patch

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



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