This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis-java.
commit 16ee19d0d62805140aa4f631991ad9eeaa6c3f70 Author: Bas Couwenberg <[email protected]> Date: Thu Mar 29 14:41:29 2018 +0200 Drop explicit build dependency on openjdk-8-jdk-headless. (closes: #894354) --- debian/changelog | 2 ++ debian/control | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d052a6..d30ed08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ postgis-java (1:2.2.1-6) UNRELEASED; urgency=medium * Update copyright-format URL to use HTTPS. * Fix typo in patch description. + * Drop explicit build dependency on openjdk-8-jdk-headless. + (closes: #894354) -- Bas Couwenberg <[email protected]> Sun, 21 Jan 2018 10:25:29 +0100 diff --git a/debian/control b/debian/control index a8b35d7..c07a4f6 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Uploaders: Bas Couwenberg <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9) -Build-Depends-Indep: default-jdk-headless, - openjdk-8-jdk-headless | java7-sdk-headless, +Build-Depends-Indep: default-jdk-headless (>= 2:1.7) | java7-sdk-headless, junit4, libpostgresql-jdbc-java, libsurefire-java, -- 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

