Add missing requirements to rOCCI-core and rOCCI-cli.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 11 Mar 2014 16:25:26 +0000 (17:25 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 11 Mar 2014 16:51:51 +0000 (17:51 +0100)
rocci-cli/debian/control
rocci-core/debian/control

index 98b6bb7..65aa06e 100644 (file)
@@ -3,7 +3,6 @@ Section: ruby
 Priority: optional
 Maintainer: František Dvořák <valtri@civ.zcu.cz>
 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
index 2f01491..84bec91 100644 (file)
@@ -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