[DRE-commits] [ruby-rspec] 07/15: depend on ruby-thread-order, tighten version dependencies between RSpec components

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 15 07:48:14 UTC 2015


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

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

commit b70fb91525a9e6963a89f47b31f1597a53a00c6f
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Jun 13 23:49:02 2015 +0200

    depend on ruby-thread-order, tighten version dependencies between RSpec components
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5fb4321..6183078 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-minitest,
                ruby-mocha,
                ruby-nokogiri,
-               ruby-rr
+               ruby-rr,
+               ruby-thread-order
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rspec.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rspec.git
@@ -26,7 +27,7 @@ Architecture: all
 X-DhRuby-Root: rspec
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-rspec-core (>= ${binary:Version}),
+         ruby-rspec-core (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Behaviour Driven Development framework for Ruby - metapackage
@@ -39,9 +40,10 @@ Architecture: all
 X-DhRuby-Root: rspec-core
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-rspec-expectations (>= ${binary:Version}),
-         ruby-rspec-mocks (>= ${binary:Version}),
-         ruby-rspec-support (>= ${binary:Version}),
+         ruby-rspec-expectations (= ${binary:Version}),
+         ruby-rspec-mocks (= ${binary:Version}),
+         ruby-rspec-support (= ${binary:Version}),
+         ruby-thread-order,
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: ruby-rspec
@@ -58,7 +60,7 @@ X-DhRuby-Root: rspec-expectations
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-diff-lcs,
-         ruby-rspec-support (>= ${binary:Version}),
+         ruby-rspec-support (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: ruby-rspec
@@ -75,7 +77,7 @@ Architecture: all
 X-DhRuby-Root: rspec-mocks
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-rspec-support (>= ${binary:Version}),
+         ruby-rspec-support (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: ruby-rspec

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



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