Updated Branches:
  refs/heads/master 38a885776 -> 374aa4112

debian: Fix dependencies around libcommons*java

Packages like cloud-agent were depending on various libcommons* packages
which are only used in the server and utils.

Correct the dependency for this


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8f122a54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8f122a54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8f122a54

Branch: refs/heads/master
Commit: 8f122a5452250c0aaa43f5f0800554232647faff
Parents: 95ad56e
Author: Wido den Hollander <[email protected]>
Authored: Wed Sep 26 22:32:10 2012 +0200
Committer: Wido den Hollander <[email protected]>
Committed: Wed Sep 26 23:29:47 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8f122a54/debian/control
----------------------------------------------------------------------
diff --git a/debian/control b/debian/control
index b70c4df..5ba312e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: cloud
 Section: libs
 Priority: extra
 Maintainer: Wido den Hollander <[email protected]>
-Build-Depends: debhelper (>= 7), openjdk-6-jdk, tomcat6, 
libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, 
libcommons-httpclient-java, libservlet2.5-java, genisoimage, python-mysqldb, 
maven3 | maven (>= 3), liblog4j1.2-java (>= 1.2.16)
+Build-Depends: debhelper (>= 7), openjdk-6-jdk, tomcat6, 
libws-commons-util-java, libcommons-codec-java (>= 1.5), 
libcommons-httpclient-java (>= 3.1), libservlet2.5-java, genisoimage, 
python-mysqldb, maven3 | maven (>= 3), liblog4j1.2-java (>= 1.2.16)
 Standards-Version: 3.8.1
 Homepage: http://www.cloudstack.org/
 
 Package: cloud-deps
 Architecture: any
-Depends: openjdk-6-jre, libcommons-discovery-java (>= 0.5), 
libcommons-dbcp-java (>= 1.4), libcommons-pool-java (>= 1.5.6), 
libcommons-codec-java (>= 1.5)
+Depends: openjdk-6-jre, libcommons-codec-java (>= 1.5), 
libcommons-httpclient-java (>= 3.1)
 Description: CloudStack library dependencies
  This package contains a number of third-party dependencies
  not shipped by distributions, required to run the CloudStack
@@ -24,7 +24,7 @@ Description: CloudStack agent library dependencies
 
 Package: cloud-utils
 Architecture: any
-Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 
0.1.42), libbackport-util-concurrent-java (>= 3.1)
+Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 
0.1.42), libbackport-util-concurrent-java (>= 3.1), libcommons-dbcp-java (>= 
1.4), libcommons-pool-java (>= 1.5.6)
 Description: CloudStack utility library
  The CloudStack utility libraries provide a set of Java classes used
  in the CloudStack environment.
@@ -84,7 +84,7 @@ Description: CloudStack Python library
 
 Package: cloud-agent-libs
 Architecture: any
-Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= 
${source:Version}), cloud-agent-deps (= ${source:Version}), 
libcommons-httpclient-java, libcommons-collections-java, libcommons-dbcp-java, 
libcommons-pool-java, libcommons-logging-java
+Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= 
${source:Version}), cloud-agent-deps (= ${source:Version})
 Description: CloudStack agent libraries
  The CloudStack agent libraries are used by the Cloud Agent.
 

Reply via email to