From: František Dvořák Date: Tue, 11 Mar 2014 16:25:26 +0000 (+0100) Subject: Add missing requirements to rOCCI-core and rOCCI-cli. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cb9aad0b3a907b8cbf392fc5f659184ac7a4266e;p=rOCCI-packaging.git Add missing requirements to rOCCI-core and rOCCI-cli. --- diff --git a/rocci-cli/debian/control b/rocci-cli/debian/control index 98b6bb7..65aa06e 100644 --- a/rocci-cli/debian/control +++ b/rocci-cli/debian/control @@ -3,7 +3,6 @@ Section: ruby Priority: optional Maintainer: FrantiÅ¡ek Dvořák Build-Depends: debhelper (>= 8), gem2deb -#, ruby-highline Standards-Version: 3.9.5 Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-cli Vcs-Git: git://github.com/EGI-FCTF/rOCCI-cli.git @@ -13,7 +12,7 @@ Package: ruby-rocci-cli Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-json, - ruby-rocci-api (>= 4.2.0), ruby-rocci-api (<< 4.3) + ruby-rocci-api (>= 4.2.0), ruby-rocci-api (<< 4.3), ruby-highline Description: rOCCI client OCCI (the Open Cloud Computing Interface) is a standard by the Open Grid Forum, specifying a protocol and API to perform various remote management tasks in diff --git a/rocci-core/debian/control b/rocci-core/debian/control index 2f01491..84bec91 100644 --- a/rocci-core/debian/control +++ b/rocci-core/debian/control @@ -12,7 +12,8 @@ XS-Ruby-Versions: all Package: ruby-rocci-core Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${misc:Depends}, ruby | ruby-interpreter +Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport-4.0, + ruby-hashie, ruby-json, ruby-uuidtools (>= 2.1.3), ruby-settingslogic Description: Ruby OCCI Core OCCI (the Open Cloud Computing Interface) is a standard by the Open Grid Forum, specifying a protocol and API to perform various remote management tasks in