[josm] 04/12: Update JDK & JRE dependencies to require at least version 1.8.

Bas Couwenberg sebastic at debian.org
Fri Aug 12 14:29:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository josm.

commit dba22d60d8b245cc3ee42c0c0dc9d4fafd198365
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Aug 12 14:07:53 2016 +0200

    Update JDK & JRE dependencies to require at least version 1.8.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 325bd3b..9a1f2ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ josm (0.0.svn10786+dfsg-1) UNRELEASED; urgency=medium
 
   * New tested snapshot.
     - switch to Java 8
+  * Update JDK & JRE dependencies to require at least version 1.8.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 12 Aug 2016 13:31:52 +0200
 
diff --git a/debian/control b/debian/control
index 9d22da1..44962f5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: David Paleino <dapal at debian.org>,
 Section: utils
 Priority: extra
 Build-Depends: debhelper (>= 9~),
-               default-jdk,
+               default-jdk (>= 1.8) | java8-sdk,
                ant,
                ant-contrib,
                javacc,
@@ -28,7 +28,7 @@ Homepage: https://josm.openstreetmap.de
 
 Package: josm
 Architecture: all
-Depends: default-jre | java7-runtime,
+Depends: default-jre (>= 1.8) | java8-runtime,
          libcommons-compress-java,
          libcommons-logging-java,
          libgettext-commons-java (>= 0.9.6),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git



More information about the Pkg-grass-devel mailing list