[libmatio] branch master updated (e9e0a90 -> 3b38492)

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:42:18 UTC 2016


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

sebastien pushed a change to branch master
in repository libmatio.

      from  e9e0a90   Move the packaging to git.
       new  e5ee8e6   Remove obsolete file (used by svn-buildpackage).
      adds  a90d504   Imported Upstream version 1.5.3
       new  56a4f82   Merge tag 'upstream/1.5.3'
       new  fc0dd58   No longer B-D on gfortran, not used.
       new  ee2cfe6   debian/docs: README is now called README.md.
       new  6ae0808   d/copyright: reflect upstream changes.
       new  ff0c3f4   d/rules: migrate from cdbs to dh.
       new  83bac36   Migrate to automatic debug packages.
       new  c9813af   Add missing manpages to libmatio-doc.
       new  d5da631   Cleanup debian/watch.
       new  8915dde   Add symbols file for libmatio2.
       new  edd9cda   Bump Standards-Version to 3.9.6, no changes needed.
       new  7c37a9b   Add .gitignore file.
       new  3b38492   Changelog entry for 1.5.3-1.

The 13 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                                         |    62 +
 COPYING                                            |     3 +-
 Makefile.am                                        |     2 +-
 Makefile.in                                        |   844 -
 NEWS                                               |    54 +-
 README                                             |   169 -
 README.md                                          |   113 +
 aclocal.m4                                         |   738 -
 autogen.sh                                         |     0
 config/config.guess                                |     0
 config/config.sub                                  |     0
 config/depcomp                                     |     0
 config/install-sh                                  |     0
 config/libtool.m4                                  |  7982 --
 config/ltmain.sh                                   |  9655 --
 config/ltoptions.m4                                |   384 -
 config/ltsugar.m4                                  |   123 -
 config/ltversion.m4                                |    23 -
 config/lt~obsolete.m4                              |    98 -
 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 +-
 config/missing                                     |     0
 config/pkg.m4                                      |    55 +
 config/texinfo.tex                                 |  9291 --
 configure                                          | 17426 ----
 configure.ac                                       |    15 +-
 debian/changelog                                   |    14 +
 debian/control                                     |    18 +-
 debian/copyright                                   |     6 +-
 debian/docs                                        |     2 +-
 debian/libmatio-doc.manpages                       |    10 +-
 debian/libmatio2.symbols                           |   139 +
 debian/orig-tar.sh                                 |     9 -
 debian/rules                                       |    29 +-
 debian/watch                                       |     2 +-
 documentation/Makefile.am                          |     2 +-
 documentation/Makefile.in                          |   760 -
 documentation/Mat_Close.3                          |     2 +-
 documentation/Mat_CreateVer.3                      |     2 +-
 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                        |     2 +-
 documentation/Mat_VarReadInfo.3                    |     2 +-
 documentation/Mat_VarReadNext.3                    |     2 +-
 documentation/Mat_VarReadNextInfo.3                |     2 +-
 documentation/Mat_VarWrite.3                       |     2 +-
 documentation/build.texi                           |     2 +-
 documentation/intro.texi                           |     8 +-
 documentation/matio_user_guide.texi                |     8 +-
 documentation/matvar_structure.texi                |     2 +-
 documentation/quick.texi                           |     8 +-
 getopt/Makefile.am                                 |     2 +-
 getopt/Makefile.in                                 |   513 -
 share/{test_file.mat => test.mat}                  |   Bin
 share/test_be.mat                                  |   Bin 0 -> 5045 bytes
 share/test_be_v6.mat                               |   Bin 0 -> 15704 bytes
 share/test_le.mat                                  |   Bin 0 -> 4862 bytes
 share/test_le_v6.mat                               |   Bin 0 -> 15704 bytes
 src/.Makefile.fortran.am.swp                       |   Bin 0 -> 12288 bytes
 src/._mat.c                                        |   Bin 171 -> 0 bytes
 src/Makefile.am                                    |    12 +-
 src/Makefile.in                                    |   664 -
 src/endian.c                                       |     2 +-
 {tools => src/fortran}/Makefile.am                 |    29 +-
 src/fortran/create.f90                             |   659 +
 src/fortran/matio.f90                              |   400 +
 src/fortran/matio_internal.c                       |   478 +
 src/fortran/matio_t.inc.in                         |    95 +
 src/fortran/read_data.f90                          |   683 +
 src/fortran/write.f90                              |   523 +
 src/fortran/write_data.f90                         |   719 +
 src/inflate.c                                      |     2 +-
 src/io.c                                           |    10 +-
 src/mat.c                                          |   292 +-
 src/mat4.c                                         |   156 +-
 src/mat4.h                                         |    10 +-
 src/mat5.c                                         |  1664 +-
 src/mat5.h                                         |     2 +-
 src/mat73.c                                        |    26 +-
 src/mat73.h                                        |     2 +-
 src/matio.h                                        |    14 +-
 src/matio.rc                                       |    39 +
 src/matioConfig.h.in                               |    10 +-
 src/matio_private.h                                |     2 +-
 src/matio_pubconf.h.in                             |    13 +-
 src/matvar_cell.c                                  |     8 +-
 src/matvar_struct.c                                |    14 +-
 src/read_data.c                                    |    30 +-
 test/._test_mat.c                                  |   Bin 171 -> 0 bytes
 test/Makefile.am                                   |     2 +-
 test/Makefile.in                                   |   613 -
 test/cell_api.at                                   |     2 +-
 test/mat2hdf.c                                     |   179 +
 test/mat4_read.at                                  |     2 +-
 test/mat4_read_be.at                               |     2 +-
 test/mat4_readslab_be.at                           |     2 +-
 test/mat4_readslab_le.at                           |     2 +-
 test/mat5_compressed_read_be.at                    |     2 +-
 test/mat5_compressed_read_le.at                    |     2 +-
 test/mat5_compressed_write.at                      |     2 +-
 test/mat5_uncompressed_read_be.at                  |     2 +-
 test/mat5_uncompressed_read_le.at                  |     2 +-
 test/mat5_uncompressed_write.at                    |     2 +-
 test/mat73_compressed_write.at                     |     2 +-
 test/mat73_read_be.at                              |     2 +-
 test/mat73_read_le.at                              |     2 +-
 test/mat73_write.at                                |     2 +-
 test/package.m4                                    |     6 -
 test/struct_api.at                                 |     2 +-
 test/test_mat.c                                    |    27 +-
 test/test_matf.f90                                 |   582 +
 test/test_snprintf_ipa13_test_snprintf.oo          |   Bin 0 -> 22528 bytes
 test/testsuite                                     | 97655 -------------------
 test/testsuite.at                                  |     2 +-
 tools/._matdump.c                                  |   Bin 171 -> 0 bytes
 tools/Makefile.am                                  |     6 +-
 tools/Makefile.in                                  |   552 -
 tools/matdump.c                                    |    17 +-
 visual_studio/libmatio/libmatio.vcproj             |    48 +-
 visual_studio/libmatio/libmatio.vcxproj            |    53 +-
 visual_studio/libmatio/libmatio.vcxproj.filters    |     5 +
 visual_studio/matdump/matdump.vcproj               |    16 +-
 visual_studio/matdump/matdump.vcxproj              |    28 +-
 visual_studio/matio.def                            |     5 +-
 visual_studio/matio.sln                            |    20 +-
 visual_studio/matioConfig.h                        |    47 +-
 visual_studio/matio_pubconf.h                      |    29 +-
 visual_studio/matio_vs2008.sln                     |    10 +-
 .../matdump.vcxproj => test_mat/test_mat.vcxproj}  |   146 +-
 .../test_mat.vcxproj.filters}                      |     6 +-
 150 files changed, 6521 insertions(+), 148756 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Makefile.in
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 aclocal.m4
 mode change 100755 => 100644 autogen.sh
 mode change 100755 => 100644 config/config.guess
 mode change 100755 => 100644 config/config.sub
 mode change 100755 => 100644 config/depcomp
 mode change 100755 => 100644 config/install-sh
 delete mode 100644 config/libtool.m4
 delete mode 100644 config/ltmain.sh
 delete mode 100644 config/ltoptions.m4
 delete mode 100644 config/ltsugar.m4
 delete mode 100644 config/ltversion.m4
 delete mode 100644 config/lt~obsolete.m4
 mode change 100755 => 100644 config/missing
 create mode 100644 config/pkg.m4
 delete mode 100644 config/texinfo.tex
 delete mode 100755 configure
 create mode 100644 debian/libmatio2.symbols
 delete mode 100755 debian/orig-tar.sh
 delete mode 100644 documentation/Makefile.in
 delete mode 100644 getopt/Makefile.in
 copy share/{test_file.mat => test.mat} (100%)
 create mode 100644 share/test_be.mat
 create mode 100644 share/test_be_v6.mat
 create mode 100644 share/test_le.mat
 create mode 100644 share/test_le_v6.mat
 create mode 100644 src/.Makefile.fortran.am.swp
 delete mode 100644 src/._mat.c
 delete mode 100644 src/Makefile.in
 copy {tools => src/fortran}/Makefile.am (72%)
 create mode 100644 src/fortran/create.f90
 create mode 100644 src/fortran/matio.f90
 create mode 100644 src/fortran/matio_internal.c
 create mode 100644 src/fortran/matio_t.inc.in
 create mode 100644 src/fortran/read_data.f90
 create mode 100644 src/fortran/write.f90
 create mode 100644 src/fortran/write_data.f90
 create mode 100644 src/matio.rc
 delete mode 100644 test/._test_mat.c
 delete mode 100644 test/Makefile.in
 create mode 100644 test/mat2hdf.c
 delete mode 100644 test/package.m4
 create mode 100644 test/test_matf.f90
 create mode 100644 test/test_snprintf_ipa13_test_snprintf.oo
 delete mode 100755 test/testsuite
 delete mode 100644 tools/._matdump.c
 delete mode 100644 tools/Makefile.in
 copy visual_studio/{matdump/matdump.vcxproj => test_mat/test_mat.vcxproj} (63%)
 copy visual_studio/{matdump/matdump.vcxproj.filters => test_mat/test_mat.vcxproj.filters} (88%)

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