This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit d57eb52af7000e13c874d58c6f6be4b4e3a48094 Author: Bas Couwenberg <[email protected]> Date: Wed Mar 28 07:16:26 2018 +0200 Bump Java dependencies from 8 to 9. java9-runtime is required when built with java9-sdk. --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 630da78..93ff97c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +josm (0.0.svn13576+dfsg-2) UNRELEASED; urgency=medium + + * Bump Java dependencies from 8 to 9. + java9-runtime is required when built with java9-sdk. + + -- Bas Couwenberg <[email protected]> Wed, 28 Mar 2018 07:14:58 +0200 + josm (0.0.svn13576+dfsg-1) unstable; urgency=medium * New tested snapshot. diff --git a/debian/control b/debian/control index 6268a7a..b3610ab 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Paleino <[email protected]>, Section: utils Priority: optional Build-Depends: debhelper (>= 9~), - default-jdk (>= 2:1.8) | java8-sdk, + default-jdk (>= 2:1.9) | java9-sdk, ant, ant-contrib, gettext, @@ -28,7 +28,7 @@ Homepage: https://josm.openstreetmap.de Package: josm Architecture: all -Depends: default-jre (>= 2:1.8) | java8-runtime, +Depends: default-jre (>= 2:1.9) | java9-runtime, fonts-noto, jmapviewer (>= 2.7), libcommons-compress-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

