You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/27 06:58:04 UTC

[24/33] git commit: debian: Have cloud-server depend on cloud-scripts

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/5ab6ac28
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5ab6ac28
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5ab6ac28

Branch: refs/heads/4.0
Commit: 5ab6ac285e0fbd110f99d926011303c8b8e1cf48
Parents: 5190bfc
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Sep 26 19:46:50 2012 +0200
Committer: Edison Su <di...@gmail.com>
Committed: Wed Sep 26 21:36:36 2012 -0700

----------------------------------------------------------------------
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5ab6ac28/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.