Updated Branches: refs/heads/4.0 a397d1eca -> ebe060136
making awsapi depend on cloud-client which sets up the cloud user Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ebe06013 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ebe06013 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ebe06013 Branch: refs/heads/4.0 Commit: ebe060136702aaef0cd150bb60256e51da05f965 Parents: a397d1e Author: David Nalley <[email protected]> Authored: Fri Oct 12 18:56:48 2012 -0400 Committer: David Nalley <[email protected]> Committed: Fri Oct 12 18:56:48 2012 -0400 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ebe06013/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 07239c0..58cf80e 100644 --- a/debian/control +++ b/debian/control @@ -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
