mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
debian: Install cglib through the package manager
cglib 2.2.2 is available in Ubuntu and Debian from the repositories, no need to ship it in the cloud-deps package. It's also not used by cloud-agent, but by cloud-utils, so place the dependency there.
This commit is contained in:
parent
4a8bb9dfc7
commit
a84ec1218d
1
debian/cloud-deps.install
vendored
1
debian/cloud-deps.install
vendored
@ -22,7 +22,6 @@
|
|||||||
/usr/share/java/log4j-*.jar
|
/usr/share/java/log4j-*.jar
|
||||||
/usr/share/java/apache-log4j-extras-1.1.jar
|
/usr/share/java/apache-log4j-extras-1.1.jar
|
||||||
/usr/share/java/trilead-ssh2-build213-svnkit-1.3-patch.jar
|
/usr/share/java/trilead-ssh2-build213-svnkit-1.3-patch.jar
|
||||||
/usr/share/java/cglib-2.2.jar
|
|
||||||
/usr/share/java/xmlrpc-common-3.*.jar
|
/usr/share/java/xmlrpc-common-3.*.jar
|
||||||
/usr/share/java/xmlrpc-client-3.*.jar
|
/usr/share/java/xmlrpc-client-3.*.jar
|
||||||
/usr/share/java/jstl-1.2.jar
|
/usr/share/java/jstl-1.2.jar
|
||||||
|
|||||||
4
debian/control
vendored
4
debian/control
vendored
@ -33,7 +33,7 @@ Provides: vmops-utils
|
|||||||
Conflicts: vmops-utils
|
Conflicts: vmops-utils
|
||||||
Replaces: vmops-utils
|
Replaces: vmops-utils
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: openjdk-6-jre, python
|
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2)
|
||||||
Description: CloudStack utility library
|
Description: CloudStack utility library
|
||||||
The CloudStack utility libraries provide a set of Java classes used
|
The CloudStack utility libraries provide a set of Java classes used
|
||||||
in the CloudStack environment.
|
in the CloudStack environment.
|
||||||
@ -119,7 +119,7 @@ Provides: vmops-agent
|
|||||||
Conflicts: vmops-agent
|
Conflicts: vmops-agent
|
||||||
Replaces: vmops-agent
|
Replaces: vmops-agent
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), python, cloud-python (= ${source:Version}), cloud-agent-libs (= ${source:Version}), cloud-agent-scripts (= ${source:Version}), libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, libcglib-java, libcommons-httpclient-java, libservlet2.5-java, liblog4j1.2-java (>= 1.2.16), libjna-java, wget, jsvc, lsb-base (>= 3.2)
|
Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), python, cloud-python (= ${source:Version}), cloud-agent-libs (= ${source:Version}), cloud-agent-scripts (= ${source:Version}), libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, libcommons-httpclient-java, libservlet2.5-java, liblog4j1.2-java (>= 1.2.16), libjna-java, wget, jsvc, lsb-base (>= 3.2)
|
||||||
Description: CloudStack agent
|
Description: CloudStack agent
|
||||||
The CloudStack agent is in charge of managing shared computing resources in
|
The CloudStack agent is in charge of managing shared computing resources in
|
||||||
a CloudStack powered cloud. Install this package if this computer
|
a CloudStack powered cloud. Install this package if this computer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user