[DRE-commits] [ruby-varia-model] 01/03: Fix dependencies

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Jul 31 09:09:36 UTC 2015


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-varia-model.

commit 4de6dc272fc9f6026fbbef6bf8132420b154e14c
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Fri Jul 31 11:47:05 2015 +0300

    Fix dependencies
---
 debian/control | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 27b493f..433e42b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,14 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <nomadium at debian.org>
-Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~), ruby-rspec, ruby-hashie,
- ruby-buff-extensions
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.7.5~),
+               ruby-rspec,
+               rake,
+               ruby-hashie (>= 2.0.2),
+               ruby-buff-extensions (>= 1.0),
+               ruby-buff-ruby-engine (>= 0.1),
+               spork
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-varia-model.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-varia-model.git
@@ -14,8 +20,10 @@ XS-Ruby-Versions: all
 Package: ruby-varia-model
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-hashie (>= 2.0.2), ruby-buff-extensions
+Depends: ${shlibs:Depends}, ${misc:Depends},
+         ruby | ruby-interpreter,
+         ruby-hashie (>= 2.0.2),
+         ruby-buff-extensions (>= 1.0)
 Description: Ruby library that provide objects with magic attribute features
  varia_models builds on Hashie library features to provide a simple mixin
  to allow Ruby objects to have "magic attribute" reading and writing

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



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