Author: marcusb-guest Date: 2006-12-23 22:39:13 +0100 (Sat, 23 Dec 2006) New Revision: 2884
Removed: trunk/mysql-connector-java/debian/patches/ Modified: trunk/mysql-connector-java/debian/README.Debian-source trunk/mysql-connector-java/debian/changelog trunk/mysql-connector-java/debian/compat trunk/mysql-connector-java/debian/control trunk/mysql-connector-java/debian/docs Log: New upstream version. Modified: trunk/mysql-connector-java/debian/README.Debian-source =================================================================== --- trunk/mysql-connector-java/debian/README.Debian-source 2006-12-23 21:37:47 UTC (rev 2883) +++ trunk/mysql-connector-java/debian/README.Debian-source 2006-12-23 21:39:13 UTC (rev 2884) @@ -1,14 +1,11 @@ -MySQL JDBC Driver for Debian ----------- +MySQL Connector/J for Debian +---------------------------- -The upstream supplied tar.gz package contains prebuild libraries -and binary jar files. Currently no clean source distribution exists. +The upstream sources were modified to comply with the Debian Free +Software Guidelines. The following changes were made: -This is a step-by-step instruction how this package -was derived from upstream: + * The third-party jars in `src/lib' were removed. + * The two pre-compiled JDBC driver jars (debug and release version) + were removed. -- rm src/lib/* -- rm -r debug -- rm *.jar - - -- Wolfgang Baer <[EMAIL PROTECTED]> + -- Marcus Better <[EMAIL PROTECTED]> Fri, 22 Dec 2006 10:45:42 +0100 Modified: trunk/mysql-connector-java/debian/changelog =================================================================== --- trunk/mysql-connector-java/debian/changelog 2006-12-23 21:37:47 UTC (rev 2883) +++ trunk/mysql-connector-java/debian/changelog 2006-12-23 21:39:13 UTC (rev 2884) @@ -1,3 +1,20 @@ +mysql-connector-java (5.0.4+dfsg-1) unstable; urgency=low + + * New upstream release. (Closes: #369379, #387382, #404153, #366808, #394878) + * debian/rules: Get rid of cdbs. Install `CHANGES' file in proper place. + * The jar file is now named `mysql-connector-java.jar' instead of + `mysql.jar'. Symlinks are provided for the old names for the time + being. + * debian/control: + - Replace Build-Depends-Indep by Build-Depends. + - Add missing dependency on ant-optional. + - Add XS-Vcs-* fields. + * debian/rules: Build with java-gcj-compat-dev instead of Kaffe. + * Removed README.Debian since the information on supported JDK versions + may be outdated. + + -- Marcus Better <[EMAIL PROTECTED]> Fri, 22 Dec 2006 10:45:42 +0100 + mysql-connector-java (3.1.11-1) unstable; urgency=low * New upstream release (closes: #338399) Modified: trunk/mysql-connector-java/debian/compat =================================================================== --- trunk/mysql-connector-java/debian/compat 2006-12-23 21:37:47 UTC (rev 2883) +++ trunk/mysql-connector-java/debian/compat 2006-12-23 21:39:13 UTC (rev 2884) @@ -1 +1 @@ -4 +5 Modified: trunk/mysql-connector-java/debian/control =================================================================== --- trunk/mysql-connector-java/debian/control 2006-12-23 21:37:47 UTC (rev 2883) +++ trunk/mysql-connector-java/debian/control 2006-12-23 21:39:13 UTC (rev 2884) @@ -2,15 +2,21 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe (>= 2:1.1.5-3), ant, liblog4j1.2-java, junit -Standards-Version: 3.6.2 +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>, Marcus Better <[EMAIL PROTECTED]> +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: kaffe | java1-runtime | java2-runtime -Suggests: liblog4j1.2-java, java-virtual-machine +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 is a Type-4 JDBC driver. It allows Java developers - to make connections to MySQL servers from both Java applications and - applets. MySQL supports JDBC 3.0 API. + 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/ Modified: trunk/mysql-connector-java/debian/docs =================================================================== --- trunk/mysql-connector-java/debian/docs 2006-12-23 21:37:47 UTC (rev 2883) +++ trunk/mysql-connector-java/debian/docs 2006-12-23 21:39:13 UTC (rev 2884) @@ -1 +1 @@ -CHANGES +EXCEPTIONS-CONNECTOR-J _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

