Package: octave-java / 1.2.8-6

Metadata

Package Version Patches format
octave-java 1.2.8-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
enable_preset_java_arch_value | (download)

src/configure | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 use a previously set value of java_arch
 The patch looks larger than it is due to indenting. It just closes an "if" earlier.
libjvm.patch | (download)

src/__java__.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix path to libjvm.so
 This change is specific to the OpenJDK package distributed by Debian.
restore locale.patch | (download)

src/__java__.cc | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 restore the locale after initializing the jvm
 OpenJDK 7 messes up the locale settings (and LC_NUMERIC in particular), so
 Octave is no longer able to read a decimal number in locales for which the
 decimal separator is a comma instead of a point.