1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: mysql-connector-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>, Marcus Better <marcus@better.se>
Build-Depends: debhelper (>= 5), ant
Build-Depends-Indep: java-gcj-compat-dev, ant-optional, liblog4j1.2-java, libcommons-logging-java, junit
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/mysql-connector-java
XS-Vcs-Browse: http://svn.debian.org/wsvn/pkg-java/trunk/mysql-connector-java/
Package: libmysql-java
Architecture: all
Depends: java-gcj-compat-dev | java2-runtime
Suggests: liblog4j1.2-java, libcommons-logging-java, java-virtual-machine
Description: Java database (JDBC) driver for MySQL
MySQL Connector/J is a JDBC-3.0 Type 4 driver, which means that it is
pure Java, implements version 3.0 of the JDBC specification, and
communicates directly with the MySQL server using the MySQL
protocol.
.
Homepage: http://www.mysql.com/products/connector/j/
|