[Pkg-octave-commit] [octave-io] branch master updated (006f6e3 -> 2ce77af)

Sébastien Villemot sebastien at debian.org
Wed Jan 20 13:48:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a change to branch master
in repository octave-io.

      from  006f6e3   Changelog entry for 2.2.11-1.
      adds  7078006   Imported Upstream version 2.4.0
       new  b030264   Merge tag 'upstream/2.4.0'
       new  5e3862a   d/copyright: reflect upstream changes.
       new  dc0ba91   no-flexml.patch: drop patch, no longer needed.
       new  3117abc   Refresh patch.
       new  6c625d3   Add libxerces2-java to Recommends, used by xml{read,write}.m.
       new  877d279   Activate JOpenDocument interface (library now packaged in Debian).
       new  72202f4   Register READ-{ODS,XLS}.html to doc-base.
       new  b06deb3   Update .gitignore.
       new  2ce77af   Changelog entry for 2.4.0-1.

The 9 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:
 .gitignore                         |    1 +
 DESCRIPTION                        |    8 +-
 NEWS                               |   22 +
 PKG_ADD                            |  202 +-
 debian/README.Debian               |    9 +-
 debian/changelog                   |   14 +
 debian/check.m                     |    1 +
 debian/control                     |    4 +-
 debian/copyright                   |    3 +-
 debian/octave-io.doc-base.read-ods |    9 +
 debian/octave-io.doc-base.read-xls |    9 +
 debian/patches/no-flexml.patch     | 1278 -----------
 debian/patches/series              |    1 -
 debian/patches/uno.patch           |    2 +-
 inst/chk_spreadsheet_support.m     |    4 +-
 inst/odsopen.m                     |   10 +-
 inst/private/__OTK_chk_sprt__.m    |   36 +-
 inst/private/__OTK_spsh2oct__.m    |   26 +-
 inst/private/__OXS_chk_sprt__.m    |   19 +-
 inst/private/__UNO_spsh_open__.m   |    5 +-
 inst/private/__XMLrw_chk_sprt__.m  |   49 +
 inst/private/getodsinterfaces.m    |   65 +-
 inst/private/getxlsinterfaces.m    |   59 +-
 inst/xlsopen.m                     |    8 +-
 inst/xmlread.m                     |  112 +
 inst/xmlwrite.m                    |  309 ++-
 src/Makefile                       |   38 +-
 src/octave.dtd                     |   39 -
 src/xmlread.cc                     |  151 --
 src/xmltree.c                      |  171 --
 src/xmltree.h                      |   80 -
 src/xmltree_read.act               |  345 ---
 src/xmltree_read.c                 | 4438 ------------------------------------
 src/xmltree_read.h                 |   23 -
 src/xmltree_read.l                 | 1244 ----------
 35 files changed, 552 insertions(+), 8242 deletions(-)
 create mode 100644 debian/octave-io.doc-base.read-ods
 create mode 100644 debian/octave-io.doc-base.read-xls
 delete mode 100644 debian/patches/no-flexml.patch
 create mode 100644 inst/private/__XMLrw_chk_sprt__.m
 create mode 100644 inst/xmlread.m
 delete mode 100644 src/octave.dtd
 delete mode 100644 src/xmlread.cc
 delete mode 100644 src/xmltree.c
 delete mode 100644 src/xmltree.h
 delete mode 100644 src/xmltree_read.act
 delete mode 100644 src/xmltree_read.c
 delete mode 100644 src/xmltree_read.h
 delete mode 100644 src/xmltree_read.l

-- 
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