debian: Remove Google GSON from cloud-agent-deps and depend on cloud-deps

Both the Agent and Server require Google GSON. This is not available from
the Ubuntu repositories, so we have to package it ourselfs.

Due to the fact that people might choose to run the Hypervisor on the same
host as the management server we can't have cloud-agent-deps conflict with cloud-deps

cloud-agent-deps now depends on cloud-deps so the hypervisor has Google GSON 1.7.1

This results in a number of extra JAR files to be installed on the hypervisor.
This commit is contained in:
Wido den Hollander 2012-09-14 15:03:17 +02:00
parent d9f095042f
commit 465e0466c3
2 changed files with 1 additions and 2 deletions

View File

@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.
/usr/share/java/gson-1.7.1.jar
/usr/share/java/libvirt-0.4.9.jar

2
debian/control vendored
View File

@ -16,7 +16,7 @@ Description: CloudStack library dependencies
Package: cloud-agent-deps
Architecture: any
Depends: openjdk-6-jre
Depends: openjdk-6-jre, cloud-deps (= ${source:Version})
Description: CloudStack agent library dependencies
This package contains a number of third-party dependencies
not shipped by distributions, required to run the CloudStack