[Pkg-octave-commit] [octave-io] branch master updated (77c65b2 -> 6f830e1)
Sébastien Villemot
sebastien at debian.org
Thu Feb 20 15:11:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastien pushed a change to branch master
in repository octave-io.
from 77c65b2 Debian release 1.2.5-1
adds 35adb30 Imported Upstream version 2.0.2
new 4557ae4 Merge tag 'upstream/2.0.2'
new 8e4f655 debian/copyright: reflect upstream changes.
new 4385a45 Build-depend on octave 3.8.
new 053bfc3 Remove dependencies on octave-java, which is now part of octave core.
new 6a83a52 Update patches:
new ca9b3ec Add a testsuite for {xls,ods}read on various example files.
new 6870d0f Update Recommends for interfaces:
new 6f830e1 Debian release 2.0.2-1.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
DESCRIPTION | 8 +-
INDEX | 2 +
NEWS | 189 +++++
PKG_ADD | 92 ++-
PKG_DEL | 17 +-
debian/changelog | 17 +
debian/check.m | 21 +
debian/control | 11 +-
debian/copyright | 9 +-
debian/patches/autoload-yes.patch | 6 +-
debian/patches/configure-java-classpath.patch | 81 --
debian/patches/low-priority-for-POI.patch | 97 ++-
debian/patches/low-priority-for-UNO.patch | 154 ++++
debian/patches/series | 3 +-
debian/patches/uno.patch | 51 ++
debian/source/include-binaries | 4 +
debian/test.gnumeric | Bin 0 -> 24090 bytes
debian/test.ods | Bin 0 -> 38064 bytes
debian/test.xls | Bin 0 -> 61952 bytes
debian/test.xlsx | Bin 0 -> 26418 bytes
debian/testhelper.m | 32 +
doc/READ-ODS.html | 55 +-
doc/READ-XLS.html | 73 +-
inst/chk_spreadsheet_support.m | 1036 ++++++++++++++++---------
inst/io_ods_testscript.m | 256 +++---
inst/io_xls_testscript.m | 328 +++++---
inst/oct2ods.m | 21 +-
inst/oct2xls.m | 21 +-
inst/ods2oct.m | 24 +-
inst/odsclose.m | 7 +-
inst/odsfinfo.m | 14 +-
inst/odsopen.m | 86 +-
inst/odsread.m | 11 +-
inst/odswrite.m | 12 +-
inst/parsecell.m | 185 ++---
inst/private/__COM_getusedrange__.m | 5 +-
inst/private/__COM_oct2spsh__.m | 22 +-
inst/private/__COM_spsh2oct__.m | 12 +-
inst/private/__COM_spsh_close__.m | 8 +-
inst/private/__COM_spsh_info__.m | 5 +-
inst/private/__COM_spsh_open__.m | 7 +-
inst/private/__JOD_oct2spsh__.m | 61 +-
inst/private/__JOD_spsh2oct__.m | 30 +-
inst/private/__JOD_spsh_close__.m | 5 +-
inst/private/__JOD_spsh_info__.m | 5 +-
inst/private/__JOD_spsh_open__.m | 5 +-
inst/private/__JXL_getusedrange__.m | 11 +-
inst/private/__JXL_oct2spsh__.m | 16 +-
inst/private/__JXL_spsh2oct__.m | 25 +-
inst/private/__JXL_spsh_close__.m | 5 +-
inst/private/__JXL_spsh_info__.m | 11 +-
inst/private/__JXL_spsh_open__.m | 15 +-
inst/private/__OCT_cc__.m | 114 +++
inst/private/__OCT_getusedrange__.m | 41 +-
inst/private/__OCT_gnm2oct__.m | 149 ++--
inst/private/__OCT_ods2oct__.m | 21 +-
inst/private/__OCT_spsh_open__.m | 124 +--
inst/private/__OCT_xlsx2oct__.m | 78 +-
inst/private/__OTK_getusedrange__.m | 14 +-
inst/private/__OTK_oct2ods__.m | 64 +-
inst/private/__OTK_oct2spsh__.m | 21 +-
inst/private/__OTK_ods2oct__.m | 37 +-
inst/private/__OTK_spsh2oct__.m | 17 +-
inst/private/__OTK_spsh_close__.m | 5 +-
inst/private/__OTK_spsh_info__.m | 8 +-
inst/private/__OTK_spsh_open__.m | 7 +-
inst/private/__OXS_getusedrange__.m | 5 +-
inst/private/__OXS_oct2spsh__.m | 72 +-
inst/private/__OXS_spsh2oct__.m | 38 +-
inst/private/__OXS_spsh_close__.m | 24 +-
inst/private/__OXS_spsh_info__.m | 12 +-
inst/private/__OXS_spsh_open__.m | 40 +-
inst/private/__POI_getusedrange__.m | 23 +-
inst/private/__POI_oct2spsh__.m | 42 +-
inst/private/__POI_spsh2oct__.m | 17 +-
inst/private/__POI_spsh_close__.m | 5 +-
inst/private/__POI_spsh_info__.m | 5 +-
inst/private/__POI_spsh_open__.m | 16 +-
inst/private/__UNO_getusedrange__.m | 5 +-
inst/private/__UNO_oct2spsh__.m | 6 +-
inst/private/__UNO_spsh2oct__.m | 19 +-
inst/private/__UNO_spsh_close__.m | 52 +-
inst/private/__UNO_spsh_info__.m | 5 +-
inst/private/__UNO_spsh_open__.m | 30 +-
inst/private/__chk_java_sprt__.m | 30 +-
inst/private/__col_str_to_number.m | 46 --
inst/private/__get_ftype__.m | 88 +++
inst/private/__unpack.m | 253 ------
inst/private/chk_jar_entries.m | 21 +-
inst/private/getodsinterfaces.m | 43 +-
inst/private/getusedrange.m | 7 +-
inst/private/getxlsinterfaces.m | 115 ++-
inst/private/parse_sp_range.m | 30 +-
inst/private/spsh_chkrange.m | 5 +-
inst/private/spsh_prstype.m | 17 +-
inst/private/strsplit.m | 125 ---
inst/private/unpack.m | 251 ------
inst/rfsearch.m | 128 +++
inst/test_spsh.m | 140 ++++
inst/xlsclose.m | 10 +-
inst/xlsfinfo.m | 22 +-
inst/xlsopen.m | 125 +--
inst/xlsread.m | 53 +-
inst/xlswrite.m | 16 +-
post_install.m | 32 +-
105 files changed, 3511 insertions(+), 2333 deletions(-)
create mode 100644 debian/check.m
delete mode 100644 debian/patches/configure-java-classpath.patch
create mode 100644 debian/patches/low-priority-for-UNO.patch
create mode 100644 debian/patches/uno.patch
create mode 100644 debian/source/include-binaries
create mode 100644 debian/test.gnumeric
create mode 100644 debian/test.ods
create mode 100644 debian/test.xls
create mode 100644 debian/test.xlsx
create mode 100644 debian/testhelper.m
create mode 100644 inst/private/__OCT_cc__.m
delete mode 100644 inst/private/__col_str_to_number.m
create mode 100644 inst/private/__get_ftype__.m
delete mode 100644 inst/private/__unpack.m
delete mode 100644 inst/private/strsplit.m
delete mode 100644 inst/private/unpack.m
create mode 100644 inst/rfsearch.m
create mode 100644 inst/test_spsh.m
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-io.git
More information about the Pkg-octave-commit
mailing list