[mkgmap-splitter] 01/02: Drop OpenJDK 7 from launcher script.

Bas Couwenberg sebastic at debian.org
Sun Aug 7 21:46:51 UTC 2016


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

sebastic pushed a commit to branch master
in repository mkgmap-splitter.

commit 9f5cf643e6970c53d35d1bc445d7efde4c289c1c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 7 23:40:06 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 39dfb73..c410d6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mkgmap-splitter (0.0.0+svn438-2) UNRELEASED; urgency=medium
+
+  * Drop OpenJDK 7 from launcher script.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Aug 2016 23:39:41 +0200
+
 mkgmap-splitter (0.0.0+svn438-1) unstable; urgency=medium
 
   * New upstream SVN snapshot.
diff --git a/debian/mkgmap-splitter.sh b/debian/mkgmap-splitter.sh
index b5db47c..cab0317 100644
--- a/debian/mkgmap-splitter.sh
+++ b/debian/mkgmap-splitter.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 "$JAVA_OPTS" -o $(echo "$JAVA_OPTS" | grep "\-Xmx" | wc -l) -eq 0 ]; then

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



More information about the Pkg-grass-devel mailing list