This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis-java.
commit 9d75a96f314e9fe91bfba072d60575c6d0850b7c Author: Bas Couwenberg <[email protected]> Date: Mon Feb 8 22:25:03 2016 +0100 Update build dependencies for OpenJDK 8. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b2313c6..0ddcfb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ postgis-java (1:2.2.0-3) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. + * Update build dependencies for OpenJDK 8. + (closes: #814173) -- Bas Couwenberg <[email protected]> Mon, 08 Feb 2016 22:22:53 +0100 diff --git a/debian/control b/debian/control index 3724195..67b6ddb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: default-jdk, - openjdk-7-jdk | java7-sdk, + openjdk-8-jdk | java7-sdk, libpostgresql-jdbc-java, libsurefire-java, maven-debian-helper, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis-java.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

