Updated Branches: refs/heads/master 0cb54e248 -> ef48250bd
debian: Have cloud-server depend on cloud-scripts Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ef48250b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ef48250b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ef48250b Branch: refs/heads/master Commit: ef48250bd99dc4f1180aadaadbd609facddaf3ca Parents: 0cb54e2 Author: Wido den Hollander <[email protected]> Authored: Wed Sep 26 19:46:50 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Wed Sep 26 19:46:50 2012 +0200 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ef48250b/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 265c050..6c0597d 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Description: CloudStack management server UI Package: cloud-server Architecture: any -Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-deps (= ${source:Version}), libservlet2.5-java +Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-deps (= ${source:Version}), cloud-scripts (= ${source:Version}), libservlet2.5-java Description: CloudStack server library The CloudStack server libraries provide a set of Java classes used in the CloudStack management server.
