Package: octave-io / 1.0.19-1

Metadata

Package Version Patches format
octave-io 1.0.19-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configure java classpath.patch | (download)

PKG_ADD | 35 30 + 5 - 0 !
post_install.m | 14 0 + 14 - 0 !
2 files changed, 30 insertions(+), 19 deletions(-)

 enable spreadsheet support
 This patch does 4 things:
 - make sure the java package is loaded if available (the field "loaded" does
   not seem to be very reliable, so force package loading if autoload is
   enabled)
 - add UNO and JXL interfaces the java classpath if available (auto-detection
   by chk_spreadsheet_support does not work well)
 - let chk_spreadsheet_support auto-detect other JARs from /usr/share/java and
   /usr/local/share/java in case the user installed them manually
 - do not delete PKG_ADD in post_install.m, we need it!
no flexml.patch | (download)

src/Makefile | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 remove build rules related to flexml
 These rules should not be used (as explained in the comment), and on some
 autobuilders they cause a failure.