[visualvm] 05/09: Never use Java 6 at runtime and accept OpenJDK 8 as an alternative JRE
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri May 2 09:04:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository visualvm.
commit 27655ac606b3d057ad502f81f092c15bed9ca52c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri May 2 10:04:00 2014 +0200
Never use Java 6 at runtime and accept OpenJDK 8 as an alternative JRE
---
debian/changelog | 1 +
debian/control | 2 +-
debian/jvisualvm | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 354d3b6..83e25c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ visualvm (1.3.7-1) UNRELEASED; urgency=medium
* Added an architecture specific package containing the native libraries
* Install the application files in /usr/share/visualvm
instead of /usr/lib/visualvm
+ * Never use Java 6 at runtime and accept OpenJDK 8 as an alternative JRE
* Added debian/README.source to document the workflow used with this package
* debian/rules: Revamped to use the dh command sequencer
* debian/copyright:
diff --git a/debian/control b/debian/control
index d53fcbf..d6b59ec 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Homepage: https://visualvm.java.net
Package: visualvm
Architecture: all
-Depends: default-jdk | java7-sdk | java6-sdk, libnb-platform18-java, libvisualvm-jni, ${misc:Depends}
+Depends: default-jdk | java7-sdk, libnb-platform18-java, libvisualvm-jni, ${misc:Depends}
Description: All-in-One Java Troubleshooting Tool
VisualVM is a visual tool integrating several commandline JDK tools
and lightweight profiling capabilities. Designed for both production
diff --git a/debian/jvisualvm b/debian/jvisualvm
index b31b92f..ac8096e 100755
--- a/debian/jvisualvm
+++ b/debian/jvisualvm
@@ -11,7 +11,7 @@ BASEDIR=/usr/lib/visualvm
ARCH=`dpkg --print-architecture`
jdkhome=
-for j in /usr/lib/jvm/java-6-openjdk-$ARCH /usr/lib/jvm/java-7-openjdk-$ARCH /usr/lib/jvm/java-6-sun; do
+for j in /usr/lib/jvm/java-7-openjdk-$ARCH /usr/lib/jvm/java-8-openjdk-$ARCH; do
if [ -x $j/bin/javac ]; then
jdkhome=$j
break
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/visualvm.git
More information about the pkg-java-commits
mailing list