File: control

package info (click to toggle)
mysql-connector-java 5.0.4%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,168 kB
  • ctags: 4,989
  • sloc: java: 53,054; xml: 812; makefile: 53
file content (22 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
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/