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 1f5b0869fa0e9aa10bdcd212c434586710b5598a Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 19:51:35 2017 +0100 Removed the suggested dependency on postgresql --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a571fb..95a2ca8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libpgjava (9.4.1212-1) UNRELEASED; urgency=medium * 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 + * Removed the suggested dependency on postgresql * 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 b6d53d6..b4f81c9 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Package: libpostgresql-jdbc-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: postgresql (>= 8.2) Conflicts: libpgjava (<= 7.4.7-3), libpg-java (<= 9.1-901-1) Provides: libpgjava, libpg-java Replaces: libpgjava, libpg-java (<= 9.1-901-1) -- 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

