[DRE-commits] [ruby-rspec] 01/02: Depend on ruby-rspec-support where needed

zeha at debian.org zeha at debian.org
Thu Apr 9 10:22:21 UTC 2015


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

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

commit fb4475be9d9d8e6053f258def5e6763b19e615ab
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Thu Apr 9 11:51:43 2015 +0200

    Depend on ruby-rspec-support where needed
---
 debian/control   | 7 ++++++-
 debian/copyright | 1 -
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9f022c5..5fb4321 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-rspec-expectations (>= ${binary:Version}),
          ruby-rspec-mocks (>= ${binary:Version}),
+         ruby-rspec-support (>= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: ruby-rspec
@@ -57,6 +58,7 @@ X-DhRuby-Root: rspec-expectations
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-diff-lcs,
+         ruby-rspec-support (>= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: ruby-rspec
@@ -72,7 +74,10 @@ Package: ruby-rspec-mocks
 Architecture: all
 X-DhRuby-Root: rspec-mocks
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Depends: ruby | ruby-interpreter,
+         ruby-rspec-support (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: ruby-rspec
 Description: Behaviour Driven Development framework for Ruby - mocks
  RSpec is a Behaviour Driven Development framework for Ruby. It
diff --git a/debian/copyright b/debian/copyright
index efc803b..b11ef4d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -34,4 +34,3 @@ License: Expat
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-

-- 
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