[jmapviewer] 04/10: Update JDK & JRE dependencies to require at least version 1.8.
Bas Couwenberg
sebastic at debian.org
Mon Aug 8 08:16:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository jmapviewer.
commit 97b50751665bccd93ffff704aa099794b2cd691b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Aug 8 09:18:56 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 f6c10bf..9c01398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jmapviewer (2.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
- switch to Java 8
+ * Update JDK & JRE dependencies to require at least version 1.8.
-- Bas Couwenberg <sebastic at debian.org> Mon, 08 Aug 2016 09:13:21 +0200
diff --git a/debian/control b/debian/control
index b92d8b4..7ff4331 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Felix Natter <fnatter at gmx.net>,
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9~),
- default-jdk,
+ default-jdk (>= 1.8) | java8-sdk,
ant,
docbook-xsl,
docbook-xml,
@@ -19,7 +19,7 @@ Homepage: https://wiki.openstreetmap.org/wiki/JMapViewer
Package: jmapviewer
Architecture: all
-Depends: default-jre | java7-runtime,
+Depends: default-jre (>= 1.8) | java8-runtime,
${misc:Depends}
Breaks: freeplane (<< 1.3.15-3~)
Description: Java OpenStreetMap Tile Viewer
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jmapviewer.git
More information about the Pkg-grass-devel
mailing list