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 46fc37691ae948699df1a8b37bf74faaf029eb76 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 14:58:22 2017 +0100 Removed the dummy libpg-java package --- debian/changelog | 1 + debian/control | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5acdf23..3bb216c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libpgjava (9.3-1104-1) UNRELEASED; urgency=medium - Refreshed the patches - Disabled remote jar fetching * No longer build the JDBC 3 jar, default to JDBC 4 (Closes: #820943, #820942) + * Removed the dummy libpg-java package * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 7d05661..1e2de74 100644 --- a/debian/control +++ b/debian/control @@ -48,12 +48,3 @@ Description: Java database (JDBC) driver for PostgreSQL (documentation) supports JDBC 4.0 and SSL (for JDK 1.6 and up). . This package contains the documentation. - -Package: libpg-java -Architecture: all -Section: oldlibs -Priority: extra -Depends: libpostgresql-jdbc-java, ${misc:Depends} -Description: Transitional package for libpostgresql-jdbc-java - This is a transitional package for libpg-java, and can be safely removed - after the installation is complete. -- 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

