[libmatio] branch master updated (671ab69 -> 34aecd7)

Sébastien Villemot sebastien at debian.org
Sun Jul 23 16:36:32 UTC 2017


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

sebastien pushed a change to branch master
in repository libmatio.

      from  671ab69   d/control: use canonical URL for Vcs-Browser.
       new  6299bf7   d/watch: allow for double-digit minor version number.
      adds  6e18d5e   New upstream version 1.5.10
       new  39f6284   Merge tag 'upstream/1.5.10'
       new  f943571   d/copyright: reflect upstream changes.
       new  068dac9   d/control: improve description of libmatio-doc.
       new  cb22d0e   Move README and NEWS to libmatio-doc.
       new  4cff43f   d/control: libmatio-dev now suggests libmatio-doc.
       new  5f535b9   d/control: mark libmatio-doc as M-A foreign.
       new  7e10329   d/libmatio4.symbols: add Mat_GetDir.
       new  4b8e306   d/rules: add support for nodoc flag in DEB_BUILD_OPTIONS.
       new  c5394c1   d/control: bump to Standards-Version 4.0.0.
       new  2dbc79a   d/p/manpage-errors.patch: new patch, fixes errors in manpages.
       new  abeaf3b   d/source/options: ignore file modified by testsuite.
       new  5dee75e   Remove generated files for manual.
       new  34aecd7   Changelog entry for 1.5.10-1.

The 14 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:
 COPYING                                           |     2 +-
 Makefile.am                                       |     4 +-
 Makefile.in                                       |     4 +-
 NEWS                                              |     9 +-
 README                                            |   180 +
 README.md                                         |   119 -
 aclocal.m4                                        |     4 +-
 config/matio_def_file_ver.m4                      |     2 +-
 config/matio_hdf5.m4                              |     2 +-
 config/matio_int16_t.m4                           |     2 +-
 config/matio_int32_t.m4                           |     2 +-
 config/matio_int64_t.m4                           |     2 +-
 config/matio_int8_t.m4                            |     2 +-
 config/matio_matlab.m4                            |     2 +-
 config/matio_uint16_t.m4                          |     2 +-
 config/matio_uint32_t.m4                          |     2 +-
 config/matio_uint64_t.m4                          |     2 +-
 config/matio_uint8_t.m4                           |     2 +-
 configure                                         |   296 +-
 configure.ac                                      |    12 +-
 debian/changelog                                  |    23 +
 debian/control                                    |    35 +-
 debian/copyright                                  |     4 +-
 debian/docs                                       |     2 -
 debian/libmatio-doc.docs                          |     2 +
 debian/libmatio4.symbols                          |     1 +
 debian/patches/manpage-errors.patch               |    59 +
 debian/patches/series                             |     1 +
 debian/rules                                      |     3 +
 debian/source/options                             |     1 +
 debian/watch                                      |     2 +-
 documentation/Makefile.am                         |     3 +-
 documentation/Makefile.in                         |     1 +
 documentation/Mat_Close.3                         |     4 +-
 documentation/Mat_CreateVer.3                     |     2 +-
 documentation/{Mat_GetFilename.3 => Mat_GetDir.3} |    29 +-
 documentation/Mat_GetFilename.3                   |     2 +-
 documentation/Mat_GetLibraryVersion.3             |     2 +-
 documentation/Mat_GetVersion.3                    |     2 +-
 documentation/Mat_Open.3                          |     2 +-
 documentation/Mat_Rewind.3                        |     2 +-
 documentation/Mat_VarAddStructField.3             |     2 +-
 documentation/Mat_VarCreate.3                     |     2 +-
 documentation/Mat_VarCreateStruct.3               |     2 +-
 documentation/Mat_VarFree.3                       |     2 +-
 documentation/Mat_VarGetNumberOfFields.3          |     2 +-
 documentation/Mat_VarGetStructFieldnames.3        |     2 +-
 documentation/Mat_VarGetStructs.3                 |     2 +-
 documentation/Mat_VarGetStructsLinear.3           |     2 +-
 documentation/Mat_VarRead.3                       |     4 +-
 documentation/Mat_VarReadInfo.3                   |     4 +-
 documentation/Mat_VarReadNext.3                   |     4 +-
 documentation/Mat_VarReadNextInfo.3               |     4 +-
 documentation/Mat_VarWrite.3                      |     6 +-
 documentation/build.texi                          |     2 +-
 documentation/intro.texi                          |     4 +-
 documentation/matio_user_guide.texi               |     8 +-
 documentation/matvar_structure.texi               |     2 +-
 documentation/quick.texi                          |     2 +-
 getopt/Makefile.am                                |     2 +-
 src/Makefile.am                                   |     6 +-
 src/Makefile.in                                   |     4 +-
 src/endian.c                                      |     2 +-
 src/inflate.c                                     |     2 +-
 src/io.c                                          |     2 +-
 src/mat.c                                         |   335 +-
 src/mat4.c                                        |    43 +-
 src/mat4.h                                        |     2 +-
 src/mat5.c                                        |  1527 +-
 src/mat5.h                                        |     2 +-
 src/mat73.c                                       |   133 +-
 src/mat73.h                                       |     2 +-
 src/matio.h                                       |     7 +-
 src/matio.sym                                     |     1 +
 src/matioConfig.h.in                              |     2 +-
 src/matio_private.h                               |    25 +-
 src/matio_pubconf.h.in                            |     2 +-
 src/matvar_cell.c                                 |     2 +-
 src/matvar_struct.c                               |     2 +-
 src/read_data.c                                   |  2742 +-
 test/Makefile.am                                  |     9 +-
 test/Makefile.in                                  |     7 +
 test/cell_api.at                                  |     2 +-
 test/mat4_extended_sparse.at                      |     2 +-
 test/mat4_read_be.at                              |     8 +-
 test/mat4_read_le.at                              |     8 +-
 test/mat4_readslab_be.at                          |   122 +-
 test/mat4_readslab_le.at                          |   122 +-
 test/mat4_readwrite.at                            |     2 +-
 test/mat4_write.at                                |     2 +-
 test/mat5_compressed_extended_sparse.at           |     2 +-
 test/mat5_compressed_read_be.at                   |     9 +-
 test/mat5_compressed_read_le.at                   |     9 +-
 test/mat5_compressed_readslab_be.at               |  2802 +-
 test/mat5_compressed_readslab_le.at               |  2802 +-
 test/mat5_compressed_readwrite.at                 |     2 +-
 test/mat5_compressed_write.at                     |     2 +-
 test/mat5_uncompressed_extended_sparse.at         |     2 +-
 test/mat5_uncompressed_read_be.at                 |     8 +-
 test/mat5_uncompressed_read_le.at                 |     8 +-
 test/mat5_uncompressed_readslab_be.at             |  2402 +-
 test/mat5_uncompressed_readslab_le.at             |  2402 +-
 test/mat5_uncompressed_readwrite.at               |     2 +-
 test/mat5_uncompressed_write.at                   |     2 +-
 test/mat73_compressed_extended_sparse.at          |     2 +-
 test/mat73_compressed_readwrite.at                |     2 +-
 test/mat73_compressed_write.at                    |     2 +-
 test/mat73_read_be.at                             |     9 +-
 test/mat73_read_le.at                             |     9 +-
 test/mat73_readslab_be.at                         |   142 +-
 test/mat73_readslab_le.at                         |   142 +-
 test/mat73_readwrite.at                           |     2 +-
 test/mat73_uncompressed_extended_sparse.at        |     2 +-
 test/mat73_write.at                               |     2 +-
 test/package.m4                                   |     4 +-
 test/results/dir-4.out                            |     5 +
 test/results/dir-5.out                            |    92 +
 test/results/dir-73.out                           |    92 +
 test/results/readslab-var1.out                    |     4 +
 test/results/readslab-var11.out                   |     4 +
 test/results/readslab-var28.out                   |     4 +
 test/results/readslab-var38.out                   |     4 +
 test/struct_api.at                                |     2 +-
 test/subscript_api.at                             |     2 +-
 test/test_mat.c                                   |   603 +-
 test/testsuite                                    | 86433 ++++++++++++++++----
 test/testsuite.at                                 |     4 +-
 tools/Makefile.am                                 |     2 +-
 tools/matdump.c                                   |     7 +-
 visual_studio/matio.def                           |     1 +
 visual_studio/matio.rc                            |    10 +-
 visual_studio/matioConfig.h                       |     8 +-
 visual_studio/matio_pubconf.h                     |     8 +-
 133 files changed, 84723 insertions(+), 19353 deletions(-)
 create mode 100644 README
 delete mode 100644 README.md
 delete mode 100644 debian/docs
 create mode 100644 debian/patches/manpage-errors.patch
 create mode 100644 debian/source/options
 copy documentation/{Mat_GetFilename.3 => Mat_GetDir.3} (77%)
 create mode 100644 test/results/dir-4.out
 create mode 100644 test/results/dir-5.out
 create mode 100644 test/results/dir-73.out
 create mode 100644 test/results/readslab-var1.out
 create mode 100644 test/results/readslab-var11.out
 create mode 100644 test/results/readslab-var28.out
 create mode 100644 test/results/readslab-var38.out

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmatio.git



More information about the debian-science-commits mailing list