From cb9aad0b3a907b8cbf392fc5f659184ac7a4266e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 11 Mar 2014 17:25:26 +0100 Subject: [PATCH] Add missing requirements to rOCCI-core and rOCCI-cli. --- rocci-cli/debian/control | 3 +-- rocci-core/debian/control | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.8.2.3