[java-wrappers] 20/61: [java-wrappers] Fix for bug #514339

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 17:55:18 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository java-wrappers.

commit 10935707a27b97b3cdef9292f11cd32028cba8ce
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Sun Feb 8 15:40:35 2009 +0000

    [java-wrappers] Fix for bug #514339
---
 debian/changelog |  8 ++++++++
 jvm-list.sh      | 17 ++++++++++++++---
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c78560b..3856d20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+java-wrappers (0.1.12) yet UNRELEASED experimental; urgency=low
+
+  * Now provides java2, java5 and java6 aliases that correspond respectively
+    to the java2-runtime, java5-runtime and java6-runtime virtual packages
+    (closes: #514339)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 08 Feb 2009 16:38:13 +0100
+
 java-wrappers (0.1.11) experimental; urgency=low
 
   * Adding (back) the sunmin5 alias for jabref
diff --git a/jvm-list.sh b/jvm-list.sh
index d7b0536..f2c9edf 100644
--- a/jvm-list.sh
+++ b/jvm-list.sh
@@ -1,5 +1,5 @@
 # jvm-list.sh: a list of available JVM and some shortcuts
-# Copyright 2008 by Vincent Fourmond <fourmond at debian.org>
+# Copyright 2008, 2009 by Vincent Fourmond <fourmond at debian.org>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -33,14 +33,16 @@ __jvm_sun="$__jvm_sun4 $__jvm_sun5 $__jvm_sun6"
 __jvm_sunmin5="$__jvm_sun5 $__jvm_sun6"
 
 # IBM runtimes. This comes from argouml.sh
+# I'm not quite sure it is still useful, but, we never know !
 __jvm_ibm="/usr/lib/j2*1.[456]-ibm"
 
 
 # Now, free runtimes:
 __jvm_gcj2="/usr/lib/jvm/java-*-gcj-4.* "
-__jvm_sablevm="/usr/lib/sablevm"
+__jvm_gcj5="/usr/lib/jvm/java-1.5*-gcj-4.* "
+__jvm_sablevm="/usr/lib/sablevm" # Probably should be dropped, only in etch
 __jvm_kaffe="/usr/lib/kaffe /usr/lib/kaffe/pthreads /usr/lib/kaffe/jthreads"
-__jvm_icedtea="/usr/lib/jvm/java-7-icedtea"
+__jvm_icedtea="/usr/lib/jvm/java-7-icedtea" # Probably should be dropped... 
 __jvm_cacao="/usr/lib/jvm/cacao"
 __jvm_openjdk6="/usr/lib/jvm/java-6-openjdk"
 __jvm_cacaooj6="/usr/lib/jvm/java-6-cacao/jre"
@@ -49,6 +51,15 @@ __jvm_cacaooj6="/usr/lib/jvm/java-6-cacao/jre"
 __jvm_gcj="$__jvm_gcj2"
 __jvm_openjdk="$__jvm_openjdk6 $__jvm_cacaooj6"
 
+# The java* runtimes:
+# -> corresponds to Provides: java6-runtime 
+__jvm_java6="$__jvm_openjdk6 $__jvm_cacaooj6 $__jvm_sun6"
+# -> corresponds to Provides: java5-runtime 
+__jvm_java5="$__jvm_gcj5 $__jvm_java6 $__jvm_sun5"
+# -> corresponds to Provides: java2-runtime 
+__jvm_java2="$__jvm_java5 $__jvm_gcj2"
+
+
 # All JVMs
 __jvm_all="/usr/lib/jvm/* $__jvm_ibm $__jvm_sun4 $__jvm_sablevm $__jvm_kaffe"
 

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



More information about the pkg-java-commits mailing list