This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm-plugins.
commit 4f4139d036a4bebf2f0d8400252b5ae12a1e9113 Author: Bas Couwenberg <[email protected]> Date: Fri Aug 12 15:23:07 2016 +0200 Update JDK dependency to require at least version 1.8. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0e9bff5..c9a60c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ josm-plugins (0.0.svn32805+ds-1) UNRELEASED; urgency=medium * New upstream SVN snapshot. - switch to Java 8 + * Update JDK dependency to require at least version 1.8. -- Bas Couwenberg <[email protected]> Fri, 12 Aug 2016 13:35:50 +0200 diff --git a/debian/control b/debian/control index 94f5231..aaeb701 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: David Paleino <[email protected]>, Section: science Priority: optional Build-Depends: debhelper (>= 9), - default-jdk, + default-jdk (>= 1.8) | java8-sdk, ant, ant-contrib, josm (>= 0.0.svn10526), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

