Updated Branches: refs/heads/4.0 ebe060136 -> f758b1227
fixing missing comma in debian/control Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f758b122 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f758b122 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f758b122 Branch: refs/heads/4.0 Commit: f758b1227014e8f1420a1a53984c8d8892c9f3b4 Parents: ebe0601 Author: David Nalley <[email protected]> Authored: Fri Oct 12 19:05:22 2012 -0400 Committer: David Nalley <[email protected]> Committed: Fri Oct 12 19:05:22 2012 -0400 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f758b122/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 58cf80e..e9f8ed7 100644 --- a/debian/control +++ b/debian/control @@ -120,6 +120,6 @@ Description: CloudStack commandline tool Package: cloud-awsapi Provides: cloud-awsapi Architecture: any -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) +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
