mirror of https://github.com/apache/cloudstack.git
making awsapi depend on cloud-client which sets up the cloud user
This commit is contained in:
parent
a397d1ecac
commit
ebe0601367
|
|
@ -120,6 +120,6 @@ Description: CloudStack commandline tool
|
|||
Package: cloud-awsapi
|
||||
Provides: cloud-awsapi
|
||||
Architecture: any
|
||||
Depends: openjdk-6-jre, tomcat6, libcommons-lang-java, libjaxp1.3-java (>= 1.3), libdom4j-java (>= 1.6.1), libcommons-fileupload-java (>= 1.2), libantlr-java (>= 2.7.7)
|
||||
Depends: cloud-client (= ${source:Version}) openjdk-6-jre, tomcat6, libcommons-lang-java, libjaxp1.3-java (>= 1.3), libdom4j-java (>= 1.6.1), libcommons-fileupload-java (>= 1.2), libantlr-java (>= 2.7.7)
|
||||
Description: CloudStack AWS API wrapper
|
||||
The CloudStack Amazon Webservices API wrapper
|
||||
|
|
|
|||
Loading…
Reference in New Issue