Package: jmol / 16.2.33+dfsg-1

Metadata

Package Version Patches format
jmol 16.2.33+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
java9 compatibility.patch | (download)

src/javajs/util/DebugJS.java | 2 1 + 1 - 0 !
src/jspecview/api/JSVTreeNode.java | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 changes for compatibility with java 9
 Besides the JSpecView error caused by
 changes to DefaultMutableTreeNode in Java 9 there is an error caused by
 the use of sun.audio.* classes (replaced by equivalent classes in
 javax.sound.sampled in the patch), and another one during the generation
 of the javadoc caused by the use of a debug method named '_()' (fixed by
 setting the source level to 1.7).
Lst_conversion.patch | (download)

src/org/jmol/symmetry/Symmetry.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 solving a non-working implicit conversion during the debian build