This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mysql-connector-java.
commit 21eec7d2fc0f9c018e4725b72308597963c789ff Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 10 13:17:25 2014 +0200 Suggest libslf4j-java instead of liblog4j1.2-java and libcommons-logging-java --- debian/changelog | 1 + debian/control | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 17e2155..ff2ad84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mysql-connector-java (5.1.31-1) UNRELEASED; urgency=medium * New upstream release * Refreshed the patches * Moved the package to Git + * Suggest libslf4j-java instead of liblog4j1.2-java, libcommons-logging-java -- Emmanuel Bourg <[email protected]> Tue, 10 Jun 2014 12:44:23 +0200 diff --git a/debian/control b/debian/control index 18cc17a..36a2078 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Marcus Better <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), cdbs, ant, ant-optional -Build-Depends-Indep: default-jdk, junit, ant-contrib, maven-repo-helper, - libslf4j-java +Build-Depends-Indep: default-jdk, junit, ant-contrib, maven-repo-helper, libslf4j-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/mysql-connector-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/mysql-connector-java.git @@ -14,7 +13,7 @@ Homepage: http://www.mysql.com/products/connector/j/ Package: libmysql-java Architecture: all Depends: ${misc:Depends} -Suggests: liblog4j1.2-java, libcommons-logging-java +Suggests: libslf4j-java 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mysql-connector-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

