[electric] 11/11: electric wrapper: Try to find java6 runtime instead of openjdk.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Nov 28 00:01:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository electric.
commit 95c41bcde84232fc1a617e7282b4fd222847aad7
Author: Markus Koschany <apo at debian.org>
Date: Mon Nov 28 00:47:16 2016 +0100
electric wrapper: Try to find java6 runtime instead of openjdk.
---
debian/bin/electric | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/bin/electric b/debian/bin/electric
index 08aa3e1..e7e7796 100644
--- a/debian/bin/electric
+++ b/debian/bin/electric
@@ -3,7 +3,7 @@
# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh
-find_java_runtime openjdk
+find_java_runtime java6
find_jars bsh jython electric
find_jars vecmath j3dcore j3dutils slf4j-simple
diff --git a/debian/changelog b/debian/changelog
index d53c70e..1f0bf04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ electric (9.07+dfsg-1) unstable; urgency=medium
* Vcs-fields: Use https.
* Update public signing-key.
* Update my e-mail address.
+ * electric wrapper: Try to find java6 runtime instead of openjdk.
-- Markus Koschany <apo at debian.org> Mon, 28 Nov 2016 00:16:21 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/electric.git
More information about the pkg-java-commits
mailing list