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).
skipping jar signing commands in the build script We won't use a private property file. We skip signing with the provided certificate as it is signed with a weak algorithm which is now disabled. Anyway the signatures would be stripped by dh_strip_nondeterminism. Pierre Gruet <pgt@debian.org>