This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libpostgresql-jdbc-java.
commit 7cb5550de838879024225cc9ee732a259e34b351 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 18:53:35 2017 +0100 Updated the package description (Closes: #783456) --- debian/changelog | 1 + debian/control | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ca7faa..7a571fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libpgjava (9.4.1212-1) UNRELEASED; urgency=medium - Refreshed the patches - Build with Maven instead of Ant * No longer build the JDBC 3 jar, default to JDBC 4 (Closes: #820943, #820942) + * Updated the package description (Closes: #783456) * Removed the dummy libpg-java package * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 2a44876..b6d53d6 100644 --- a/debian/control +++ b/debian/control @@ -31,10 +31,10 @@ Conflicts: libpgjava (<= 7.4.7-3), libpg-java (<= 9.1-901-1) Provides: libpgjava, libpg-java Replaces: libpgjava, libpg-java (<= 9.1-901-1) Description: Java database (JDBC) driver for PostgreSQL - Java classes for communication with the PostgreSQL 7.2 up to 9.1 database - backend (local or remote) using JDBC. This package contains two Java archives - (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that - supports JDBC 4.0 and SSL (for JDK 1.6 and up). + PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL + database (8.4 or later) using standard, database independent Java code. + It is an open source JDBC driver written in Pure Java (Type 4), and + communicates in the PostgreSQL native network protocol. Package: libpostgresql-jdbc-java-doc Section: doc @@ -45,9 +45,9 @@ Conflicts: libpg-java-doc (<= 8.4-702-1) Provides: libpg-java-doc Replaces: libpg-java-doc Description: Java database (JDBC) driver for PostgreSQL (documentation) - Java classes for communication with the PostgreSQL 7.2 up to 8.4 database - backend (local or remote) using JDBC. This package contains two Java archives - (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that - supports JDBC 4.0 and SSL (for JDK 1.6 and up). + PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL + database (8.4 or later) using standard, database independent Java code. + It is an open source JDBC driver written in Pure Java (Type 4), and + communicates in the PostgreSQL native network protocol. . This package contains the documentation. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

