File: control

package info (click to toggle)
mysql-connector-java 5.1.49-0%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,580 kB
  • sloc: java: 102,893; xml: 1,318; makefile: 29; sh: 12
file content (21 lines) | stat: -rw-r--r-- 957 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
Source: mysql-connector-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), ant, ant-optional
Build-Depends-Indep: default-jdk (>= 2:1.8), junit, ant-contrib, maven-repo-helper, libslf4j-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/mysql-connector-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mysql-connector-java.git
Homepage: http://www.mysql.com/products/connector/j/

Package: libmysql-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libslf4j-java
Description: Java database (JDBC) driver for MySQL
 MySQL Connector/J is a JDBC-4.2 Type 4 driver, which means that it is
 pure Java, implements version 4.2 of the JDBC specification, and
 communicates directly with the MySQL server using the MySQL
 protocol.