[mkgmap] 06/08: Drop OpenJDK 7 from launcher script.

Bas Couwenberg sebastic at debian.org
Thu Sep 1 08:23:59 UTC 2016


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

sebastic pushed a commit to branch master
in repository mkgmap.

commit bb90040382a393ab7b6934a52fbd17ffe10db34e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Sep 1 10:16:32 2016 +0200

    Drop OpenJDK 7 from launcher script.
---
 debian/changelog | 1 +
 debian/mkgmap.sh | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a6e962c..023d58b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mkgmap (0.0.0+svn3694-1) UNRELEASED; urgency=medium
   * Use headless variant of JDK & JRE dependencies.
   * Update JDK & JRE dependencies to require at least version 1.8.
   * Update ant.properties to use 1.8 source & target.
+  * Drop OpenJDK 7 from launcher script.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 01 Sep 2016 09:59:27 +0200
 
diff --git a/debian/mkgmap.sh b/debian/mkgmap.sh
index 9089650..cc577de 100644
--- a/debian/mkgmap.sh
+++ b/debian/mkgmap.sh
@@ -10,7 +10,6 @@ ARCH="`dpkg --print-architecture`"
 
 JAVA_CMDS="$JAVA_HOME/bin/java"
 JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-8-openjdk-$ARCH/bin/java"
-JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-7-openjdk-$ARCH/bin/java"
 JAVA_CMDS="${JAVA_CMDS} /usr/bin/java"
 
 if [ -z "${JAVACMD}" ]; then

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



More information about the Pkg-grass-devel mailing list