Package: jmol / 14.6.4+2016.11.05+dfsg1-4

Metadata

Package Version Patches format
jmol 14.6.4+2016.11.05+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian system jars.patch | (download)

JSmol/build_13_tojs.xml | 6 3 + 3 - 0 !
JSpecView/build.xml | 9 5 + 4 - 0 !
Jmol/build.xml | 36 25 + 11 - 0 !
Jmol/jmol | 2 2 + 0 - 0 !
4 files changed, 35 insertions(+), 18 deletions(-)

 use debian paths to jars
debian system docbook.patch | (download)

Jmol/build.xml | 53 9 + 44 - 0 !
Jmol/doc/source/JmolAppletGuide.docbook.xml | 4 2 + 2 - 0 !
Jmol/doc/source/JmolAppletGuide_de.docbook.xml | 2 1 + 1 - 0 !
Jmol/doc/source/JmolAppletGuide_fr.docbook.xml | 4 2 + 2 - 0 !
Jmol/doc/source/JmolDevelopersGuide.docbook.xml | 2 1 + 1 - 0 !
Jmol/doc/source/JmolDevelopersGuide_de.docbook.xml | 2 1 + 1 - 0 !
Jmol/doc/source/JmolDevelopersGuide_fr.docbook.xml | 4 2 + 2 - 0 !
Jmol/doc/source/JmolGuide.docbook.xml | 4 2 + 2 - 0 !
Jmol/doc/source/JmolGuide_de.docbook.xml | 2 1 + 1 - 0 !
Jmol/doc/source/JmolGuide_fr.docbook.xml | 4 2 + 2 - 0 !
10 files changed, 23 insertions(+), 58 deletions(-)

 use debian paths to docbook
disable jsmol.patch | (download)

Makefile | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 disable jsmol for now
 until the issues in README.source are resolved
dont skip if no privkey.patch | (download)

Jmol/build.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't skip building jars if no privkey
 Debian packages are already signed externally; internal signatures make it
 hard to reproduce the package.
dont sign jspecview.patch | (download)

JSpecView/build.xml | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 don't sign jspecview jars
 Debian packages are already signed externally; internal signatures make it
 hard to reproduce the package.
 .
 Note that this patch file has CRLF line endings because the patch target does.
java9 compatibility.patch | (download)

JSpecViewLib/src/jspecview/api/JSVTreeNode.java | 2 1 + 1 - 0 !
Jmol/build.xml | 1 1 + 0 - 0 !
Jmol/src/org/openscience/jmol/app/jmolpanel/StatusListener.java | 8 4 + 4 - 0 !
3 files changed, 6 insertions(+), 5 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).