mirror of https://github.com/apache/cloudstack.git
debian: Depend on the MySQL Java connector
Ubuntu and Debian provide the JDBC MySQL connector, we depend on this for running the client
This commit is contained in:
parent
88c792d854
commit
9064236879
|
|
@ -27,7 +27,6 @@
|
|||
/usr/share/java/cloud-log4j.jar
|
||||
/usr/share/java/cloud-trilead-ssh2-build213.jar
|
||||
/usr/share/java/cloud-cglib.jar
|
||||
/usr/share/java/cloud-mysql-connector-java-5.1.7-bin.jar
|
||||
/usr/share/java/cloud-xenserver-5.6.100-1.jar
|
||||
/usr/share/java/cloud-xmlrpc-common-3.*.jar
|
||||
/usr/share/java/cloud-xmlrpc-client-3.*.jar
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ Provides: vmops-client
|
|||
Conflicts: vmops-client
|
||||
Replaces: vmops-client
|
||||
Architecture: any
|
||||
Depends: openjdk-6-jre, cloud-deps (= ${source:Version}), cloud-utils (= ${source:Version}), cloud-server (= ${source:Version}), cloud-client-ui (= ${source:Version}), cloud-setup (= ${source:Version}), cloud-python (= ${source:Version}), tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, sysvinit-utils, chkconfig, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools, genisoimage, cloud-system-iso
|
||||
Depends: openjdk-6-jre, cloud-deps (= ${source:Version}), cloud-utils (= ${source:Version}), cloud-server (= ${source:Version}), cloud-client-ui (= ${source:Version}), cloud-setup (= ${source:Version}), cloud-python (= ${source:Version}), tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, sysvinit-utils, chkconfig, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools, genisoimage, cloud-system-iso, libmysql-java (>= 5.1)
|
||||
Description: CloudStack client
|
||||
The CloudStack management server is the central point of coordination,
|
||||
management, and intelligence in the CloudStack Cloud Stack. This package
|
||||
|
|
|
|||
Loading…
Reference in New Issue