Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD763D722 for ; Wed, 5 Sep 2012 21:32:02 +0000 (UTC) Received: (qmail 61280 invoked by uid 500); 5 Sep 2012 21:31:51 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 61229 invoked by uid 500); 5 Sep 2012 21:31:51 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 60046 invoked by uid 99); 5 Sep 2012 21:31:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 21:31:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CAFDE1B6EB; Wed, 5 Sep 2012 21:31:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] git commit: debian: Depend on the MySQL Java connector Message-Id: <20120905213149.CAFDE1B6EB@tyr.zones.apache.org> Date: Wed, 5 Sep 2012 21:31:49 +0000 (UTC) debian: Depend on the MySQL Java connector Ubuntu and Debian provide the JDBC MySQL connector, we depend on this for running the client Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/90642368 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/90642368 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/90642368 Branch: refs/heads/javelin Commit: 9064236879dc9f2f11538d891271545e1ff10e9c Parents: 88c792d Author: Wido den Hollander Authored: Fri Aug 31 19:57:51 2012 +0200 Committer: Wido den Hollander Committed: Fri Aug 31 19:57:51 2012 +0200 ---------------------------------------------------------------------- debian/cloud-deps.install | 1 - debian/control | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90642368/debian/cloud-deps.install ---------------------------------------------------------------------- diff --git a/debian/cloud-deps.install b/debian/cloud-deps.install index 53e4f4a..e6ddde5 100644 --- a/debian/cloud-deps.install +++ b/debian/cloud-deps.install @@ -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 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90642368/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 1bc1848..e730bec 100644 --- a/debian/control +++ b/debian/control @@ -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