[libmatio] branch master updated (f8da97f -> 4bb08c7)

Sébastien Villemot sebastien at debian.org
Wed Oct 25 21:03:57 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  f8da97f   d/rules: add option -V to dh_makeshlibs.
      adds  524f6e1   New upstream version 1.5.11
       new  66fcb97   Merge tag 'upstream/1.5.11'
       new  71e2516   Bump libmatio-doc to priority optional (since extra is deprecated).
       new  40072e1   manpage-errors.patch: drop patch, applied upstream.
       new  f4d003f   Bump Standards-Version to 4.1.1.
       new  f523448   Add Mat_VarWriteAppend in symbols file.
       new  4bb08c7   Changelog entry for 1.5.11-1.

The 6 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:
 Makefile.in                                        |   332 +-
 NEWS                                               |    41 +-
 README                                             |     3 +-
 aclocal.m4                                         |   687 +-
 config/compile                                     |   347 +
 config/config.guess                                |   701 +-
 config/config.sub                                  |   359 +-
 config/libtool.m4                                  |    52 +-
 config/ltmain.sh                                   |     4 +-
 config/texinfo.tex                                 |   560 +-
 configure                                          |   682 +-
 configure.ac                                       |    10 +-
 debian/changelog                                   |    11 +
 debian/control                                     |     3 +-
 debian/libmatio4.symbols                           |     1 +
 debian/patches/manpage-errors.patch                |    60 -
 debian/patches/series                              |     1 -
 documentation/Makefile.am                          |     6 +-
 documentation/Makefile.in                          |   244 +-
 documentation/Mat_Close.3                          |    12 +-
 documentation/Mat_CreateVer.3                      |    11 +-
 documentation/Mat_GetDir.3                         |     9 +-
 documentation/Mat_GetFilename.3                    |     4 +-
 documentation/Mat_GetLibraryVersion.3              |     2 +-
 documentation/Mat_GetVersion.3                     |    13 +-
 documentation/Mat_Open.3                           |     4 +-
 documentation/Mat_Rewind.3                         |    14 +-
 documentation/Mat_VarAddStructField.3              |     3 +-
 documentation/Mat_VarCreate.3                      |    37 +-
 documentation/Mat_VarCreateStruct.3                |     9 +-
 .../{Mat_VarAddStructField.3 => Mat_VarDelete.3}   |    28 +-
 documentation/Mat_VarFree.3                        |     8 +-
 documentation/Mat_VarGetNumberOfFields.3           |     8 +-
 .../{Mat_VarAddStructField.3 => Mat_VarGetSize.3}  |    25 +-
 documentation/Mat_VarGetStructFieldnames.3         |     9 +-
 documentation/Mat_VarGetStructs.3                  |    17 +-
 documentation/Mat_VarGetStructsLinear.3            |    20 +-
 documentation/{Mat_VarFree.3 => Mat_VarPrint.3}    |    26 +-
 documentation/Mat_VarRead.3                        |     5 +-
 documentation/Mat_VarReadInfo.3                    |     9 +-
 documentation/Mat_VarReadNext.3                    |    13 +-
 documentation/Mat_VarReadNextInfo.3                |     9 +-
 documentation/Mat_VarWrite.3                       |    14 +-
 .../{Mat_VarWrite.3 => Mat_VarWriteAppend.3}       |    43 +-
 documentation/matio_user_guide.texi                |     4 +-
 documentation/quick.texi                           |    11 +-
 getopt/Makefile.in                                 |   201 +-
 src/Makefile.am                                    |     4 +-
 src/Makefile.in                                    |   221 +-
 src/inflate.c                                      |     5 +-
 src/mat.c                                          |   348 +-
 src/mat4.c                                         |    15 +-
 src/mat4.h                                         |    16 +-
 src/mat5.c                                         |  4429 +-
 src/mat5.h                                         |    59 +-
 src/mat73.c                                        |  1815 +-
 src/mat73.h                                        |     2 +
 src/matio.h                                        |    36 +-
 src/matio.sym                                      |     1 +
 src/matioConfig.h.in                               |     3 -
 src/matio_private.h                                |    15 +-
 src/matvar_cell.c                                  |     2 +-
 src/matvar_struct.c                                |     7 +-
 src/read_data.c                                    |  1656 +-
 test/Makefile.am                                   |    19 +-
 test/Makefile.in                                   |   200 +-
 test/datasets/matio_test_cases.m                   |     8 +-
 ....mat => matio_test_cases_compressed_hdf_le.mat} |   Bin 1625997 -> 1639141 bytes
 test/datasets/matio_test_cases_compressed_le.mat   |   Bin 1415589 -> 1415709 bytes
 .../matio_test_cases_uncompressed_hdf_le.mat       |   Bin 0 -> 4463640 bytes
 test/datasets/matio_test_cases_uncompressed_le.mat |   Bin 3642504 -> 3642744 bytes
 test/mat4_readwrite.at                             |     2 +-
 test/mat4_write.at                                 |    48 +-
 test/mat5_compressed_read_be.at                    |     2 +-
 test/mat5_compressed_read_le.at                    |     2 +-
 test/mat5_compressed_readwrite.at                  |     4 +-
 test/mat5_compressed_write.at                      |   213 +-
 test/mat5_uncompressed_read_be.at                  |     2 +-
 test/mat5_uncompressed_read_le.at                  |     2 +-
 test/mat5_uncompressed_readwrite.at                |     4 +-
 test/mat5_uncompressed_write.at                    |   213 +-
 ...at73_read_le.at => mat73_compressed_read_le.at} |   158 +-
 ...dslab_le.at => mat73_compressed_readslab_le.at} |   200 +-
 test/mat73_compressed_readwrite.at                 |    11 +-
 test/mat73_compressed_write.at                     |   210 +-
 test/mat73_compressed_writeappend.at               |   553 +
 test/mat73_read_be.at                              |     2 +-
 ...73_read_be.at => mat73_uncompressed_read_le.at} |   158 +-
 ...lab_le.at => mat73_uncompressed_readslab_le.at} |   200 +-
 ...eadwrite.at => mat73_uncompressed_readwrite.at} |     8 +-
 test/mat73_write.at                                |   213 +-
 test/mat73_writeappend.at                          |   513 +
 test/matlab/test_write_cell_empty_struct.m         |     2 +-
 test/package.m4                                    |     4 +-
 test/results/{dir-5.out => dir-5_be.out}           |     0
 test/results/{dir-73.out => dir-73_be.out}         |     0
 test/results/{dir-5.out => dir_le.out}             |    18 +-
 test/results/dump-mat_copy-5.out                   |    18 +-
 test/results/dump-mat_copy-5_32.out                |    18 +-
 test/results/dump-mat_copy-73.out                  |     2 +
 test/results/dump-mat_copy-73_32.out               |     2 +
 test/test_mat.c                                    |   438 +-
 test/testsuite                                     | 49466 ++++++++++++-------
 test/testsuite.at                                  |    24 +-
 tools/Makefile.in                                  |   202 +-
 visual_studio/matio.def                            |     1 +
 visual_studio/matio.rc                             |     8 +-
 visual_studio/matio.sln                            |     7 +-
 visual_studio/matioConfig.h                        |     6 +-
 visual_studio/matio_pubconf.h                      |     6 +-
 110 files changed, 38616 insertions(+), 27857 deletions(-)
 create mode 100755 config/compile
 mode change 100755 => 100644 config/config.guess
 delete mode 100644 debian/patches/manpage-errors.patch
 copy documentation/{Mat_VarAddStructField.3 => Mat_VarDelete.3} (81%)
 copy documentation/{Mat_VarAddStructField.3 => Mat_VarGetSize.3} (82%)
 copy documentation/{Mat_VarFree.3 => Mat_VarPrint.3} (81%)
 copy documentation/{Mat_VarWrite.3 => Mat_VarWriteAppend.3} (69%)
 rename test/datasets/{matio_test_cases_hdf_le.mat => matio_test_cases_compressed_hdf_le.mat} (83%)
 create mode 100644 test/datasets/matio_test_cases_uncompressed_hdf_le.mat
 rename test/{mat73_read_le.at => mat73_compressed_read_le.at} (80%)
 copy test/{mat73_readslab_le.at => mat73_compressed_readslab_le.at} (76%)
 create mode 100644 test/mat73_compressed_writeappend.at
 copy test/{mat73_read_be.at => mat73_uncompressed_read_le.at} (80%)
 rename test/{mat73_readslab_le.at => mat73_uncompressed_readslab_le.at} (75%)
 rename test/{mat73_readwrite.at => mat73_uncompressed_readwrite.at} (96%)
 create mode 100644 test/mat73_writeappend.at
 copy test/results/{dir-5.out => dir-5_be.out} (100%)
 rename test/results/{dir-73.out => dir-73_be.out} (100%)
 rename test/results/{dir-5.out => dir_le.out} (97%)

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