[netcdf] branch master updated (17a0e6d -> 5411202)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Oct 10 11:42:44 UTC 2015


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

sebastic pushed a change to branch master
in repository netcdf.

      from  17a0e6d   Move from experimental to unstable.
       new  a884d71   Update Vcs-Browser URL to use HTTPS.
       new  d9a5d33   Imported Upstream version 4.4.0~rc3
       new  8008755   Merge tag 'upstream/4.4.0_rc3'
       new  d2c108c   New upstream release candidate.
       new  5411202   Refresh patches.

The 5 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:
 CMakeLists.txt                                 |   32 +-
 Doxyfile.developer                             |   37 +-
 Makefile.am                                    |    6 +-
 Makefile.in                                    |   12 +-
 README.md                                      |   61 +-
 RELEASE_NOTES.md                               |    9 +
 cf                                             |   23 +-
 config.h.in                                    |    3 +
 configure                                      |  162 +-
 configure.ac                                   |   68 +-
 debian/changelog                               |    7 +
 debian/control                                 |    2 +-
 debian/patches/hdf5-library-path.patch         |    2 +-
 docs/CMakeLists.txt                            |    3 +-
 docs/Doxyfile.in                               |    9 +-
 docs/FAQ.md                                    |   26 +-
 docs/Makefile.in                               |    4 +-
 docs/credits.md                                |    4 +-
 docs/images/Makefile.in                        |    4 +-
 docs/install.md                                |    5 +
 docs/known_problems.md                         | 1463 +++++
 docs/release.css                               |   29 +
 docs/release_header.html                       |   93 +
 docs/software.md                               |  129 +-
 docs/windows-binaries.md                       |   26 +-
 examples/C/Makefile.in                         |    4 +-
 examples/CDL/Makefile.in                       |    4 +-
 examples/Makefile.in                           |    4 +-
 extra.css                                      |   29 +
 h5_test/Makefile.in                            |    4 +-
 include/Makefile.in                            |    4 +-
 include/nc3internal.h                          |    6 +-
 include/ncdispatch.h                           |    7 +-
 include/netcdf.h                               |   12 +-
 libdap2/Makefile.in                            |    4 +-
 libdispatch/Makefile.in                        |    4 +-
 libdispatch/dcopy.c                            |  150 +-
 libdispatch/ddispatch.c                        |    7 -
 libdispatch/dfile.c                            |  175 +-
 liblib/CMakeLists.txt                          |    2 +-
 liblib/Makefile.am                             |    4 +-
 liblib/Makefile.in                             |    8 +-
 liblib/stub.c                                  |    4 +-
 libsrc/CMakeLists.txt                          |    3 +-
 libsrc/Makefile.am                             |   12 +-
 libsrc/Makefile.in                             |   42 +-
 libsrc/attr.c                                  |  339 ++
 libsrc/memio.c                                 |   69 +-
 libsrc/ncio.c                                  |   11 +-
 libsrc/ncx.c                                   | 6136 +++++++++++++++++++-
 libsrc/ncx.m4                                  |   57 +-
 libsrc/posixio.c                               |   50 +-
 libsrc/putget.c                                |  543 +-
 libsrc/putget.m4                               |   93 +-
 libsrc/var.c                                   |   48 +-
 libsrc/winceio.c                               |    2 +-
 libsrc4/Makefile.in                            |    4 +-
 libsrc4/nc4hdf.c                               |    8 +-
 libsrc4/nc4var.c                               |   22 +-
 libsrc5/CMakeLists.txt                         |    5 -
 libsrcp/CMakeLists.txt                         |    5 +
 {libsrc5 => libsrcp}/Makefile.am               |    8 +-
 {libsrc5 => libsrcp}/Makefile.in               |   42 +-
 libsrc5/nc5dispatch.c => libsrcp/ncpdispatch.c |  414 +-
 nc_test/CMakeLists.txt                         |    3 +-
 nc_test/Makefile.am                            |   20 +-
 nc_test/Makefile.in                            |   18 +-
 nc_test/test_get.c                             | 6161 ++++++++++++++++++++
 nc_test/test_put.c                             | 7206 ++++++++++++++++++++++++
 nc_test/tst_atts.c                             |   12 +-
 nc_test4/Makefile.in                           |    4 +-
 nc_test4/tst_h4_lendian.c                      |   11 +-
 ncdap_test/Makefile.in                         |    4 +-
 ncdap_test/expected3/Makefile.in               |    4 +-
 ncdap_test/expected4/Makefile.in               |    4 +-
 ncdap_test/expectremote3/Makefile.in           |    4 +-
 ncdap_test/expectremote4/Makefile.in           |    4 +-
 ncdap_test/t_ncf330.c                          |    2 +
 ncdap_test/testdata3/Makefile.in               |    4 +-
 ncdump/CMakeLists.txt                          |    8 +-
 ncdump/Makefile.am                             |   13 +-
 ncdump/Makefile.in                             |   18 +-
 ncdump/cdl/Makefile.in                         |    4 +-
 ncdump/expected/Makefile.in                    |    4 +-
 ncdump/nccopy.c                                |    4 +-
 ncdump/ncdump.c                                |  146 +-
 ncdump/ref1.ncml                               |    2 +
 ncdump/ref_ctest.c                             |    2 +-
 ncdump/ref_ctest1_nc4.cdl                      |    2 +-
 ncdump/ref_ctest1_nc4c.cdl                     |    2 +-
 ncdump/ref_ctest64.c                           |    2 +-
 ncdump/ref_tst_utf8_4.cdl                      |   24 +
 ncdump/run_utf8_tests.sh                       |   14 +
 ncdump/tst_ncml.cdl                            |    2 +
 ncdump/tst_output.sh                           |    2 +-
 ncdump/vardata.c                               |    2 +-
 ncgen/Makefile.in                              |    4 +-
 ncgen/c0.cdl                                   |    2 +-
 ncgen/c0_4.cdl                                 |    2 +-
 ncgen/genbin.c                                 |   38 +-
 ncgen/main.c                                   |    2 +-
 ncgen/ncgentab.c                               | 2061 ++++---
 ncgen/ncgentab.h                               |  149 +-
 ncgen3/Makefile.in                             |    4 +-
 ncgen3/c0.cdl                                  |    2 +-
 ncgen3/main.c                                  |    2 +-
 nctest/Makefile.in                             |    4 +-
 oc2/Make0                                      |   11 +-
 oc2/Makefile.in                                |    4 +-
 oc2/occurlfunctions.c                          |   27 +-
 oc2/ocinternal.c                               |    2 +-
 oc2/ocrc.c                                     |    6 +-
 112 files changed, 24215 insertions(+), 2381 deletions(-)
 mode change 100644 => 100755 RELEASE_NOTES.md
 mode change 100644 => 100755 docs/install.md
 create mode 100644 docs/known_problems.md
 create mode 100644 docs/release.css
 create mode 100644 docs/release_header.html
 create mode 100644 extra.css
 delete mode 100644 libsrc5/CMakeLists.txt
 create mode 100644 libsrcp/CMakeLists.txt
 rename {libsrc5 => libsrcp}/Makefile.am (78%)
 rename {libsrc5 => libsrcp}/Makefile.in (92%)
 rename libsrc5/nc5dispatch.c => libsrcp/ncpdispatch.c (76%)
 create mode 100644 ncdump/ref_tst_utf8_4.cdl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git



More information about the Pkg-grass-devel mailing list