Skip to content

Commit 465e046

Browse files
committed
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.
1 parent d9f0950 commit 465e046

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

debian/cloud-agent-deps.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
/usr/share/java/gson-1.7.1.jar
1918
/usr/share/java/libvirt-0.4.9.jar

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Description: CloudStack library dependencies
1616

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

0 commit comments

Comments
 (0)