octave-io 2.6.4-3 source package in Ubuntu

Changelog

octave-io (2.6.4-3) unstable; urgency=medium

  * Workaround for version mismatch between apache-poi and xmlbeans (#1012016)
    - xmlbeans-versioned.patch: new patch that requires xmlbeans version 3
      (which is not in Debian, so in practice this means that the POI+OOXML
      interface will be disabled, unless xmlbeans 3 is manually installed)
    - disable the xlsx-poi autopkgtest
  * README.Debian: misc improvements
  * Bump Standards-Version to 4.6.2, no changes needed

 -- Sébastien Villemot <email address hidden>  Wed, 01 Mar 2023 17:46:30 +0100

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
octave-io_2.6.4-3.dsc 2.1 KiB 668327a57d5f0ae1a7e6210fe487ff3be6f345c5c4ac7f31f774f532d4b8f1f7
octave-io_2.6.4.orig.tar.gz 228.1 KiB a74a400bbd19227f6c07c585892de879cd7ae52d820da1f69f1a3e3e89452f5a
octave-io_2.6.4-3.debian.tar.xz 113.7 KiB e3d68bb06555e5a3d928942699f88f2865021ec2bee6a6e92714ec03ef6212b3

Available diffs

No changes file available.

Binary packages built by this source

octave-io: input/output data functions for Octave

 This package provides functions to input/output data in different
 formats in Octave, a numerical computation software. It contains
 functions to add variables to existing save files (append_save), read
 and write matrixes to a text file (dlmwrite, csvread, csvwrite) and
 read Excel spreadsheet (xlsread) and OpenDocument spreadsheet (odsread).
 .
 This Octave add-on package is part of the Octave-Forge project.

octave-io-dbgsym: debug symbols for octave-io