[netcdf] branch master updated (05921e8 -> 6836dc3)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 14 12:04:06 UTC 2016


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

sebastic pushed a change to branch master
in repository netcdf.

      from  05921e8   Set distribution to experimental.
       new  66c0aba   Imported Upstream version 4.4.1~rc2
       new  2f7b888   Merge tag 'upstream/4.4.1_rc2'
       new  473d747   New upstream release candidate.
       new  468a538   Refresh patches.
       new  3463a6a   Add patch to fix tst_fileinfo linking to libhdf5.
       new  bc251f5   Add patch to revert SOVERSION decrement.
       new  3845775   Update symbols for 4.4.1-rc2.
       new  6836dc3   Set distribution to experimental.

The 8 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:
 .travis.yml                                 |   12 +-
 CMakeLists.txt                              |   16 +-
 README.md                                   |   27 +-
 RELEASE_NOTES.md                            |    9 +
 cf                                          |   12 +-
 cf.cmake                                    |   19 +-
 config.h.cmake.in                           |    2 +
 config.h.in                                 |    3 +
 configure                                   |   68 +-
 configure.ac                                |   29 +-
 debian/changelog                            |   10 +
 debian/libnetcdf12.symbols                  |   15 +
 debian/patches/hdf5-library-path.patch      |    2 +-
 debian/patches/series                       |    2 +
 debian/patches/soversion.patch              |   28 +
 debian/patches/tst_fileinfo-link-hdf5.patch |   32 +
 docs/Doxyfile.developer                     |    2 +-
 docs/Doxyfile.in                            |    1 +
 docs/Makefile.am                            |    2 +-
 docs/Makefile.in                            |    2 +-
 docs/attribute_conventions.md               |   39 +
 docs/bestpractices.md                       |  353 +++++++
 docs/file_format_specifications.md          |    5 +-
 docs/guide.dox                              |   22 +-
 docs/windows-binaries.md                    |   30 +-
 examples/C/Makefile.in                      |  520 ++--------
 examples/CDL/Makefile.in                    |  443 ++------
 h5_test/Makefile.in                         |  631 ++----------
 include/nc.h                                |    2 +
 include/nc3internal.h                       |   59 +-
 include/nc4internal.h                       |   85 +-
 include/nc_hashmap.h                        |   28 -
 libdap2/ncd2dispatch.c                      |   68 +-
 libdap2/ncd2dispatch.h                      |  188 ++--
 libdispatch/datt.c                          |    3 +-
 libdispatch/nclistmgr.c                     |   10 +
 liblib/Makefile.am                          |    3 +-
 liblib/Makefile.in                          |    3 +-
 liblib/nc_initialize.c                      |   24 +-
 libsrc/lookup3.c                            |    2 +-
 libsrc/nc_hashmap.c                         |   17 -
 libsrc4/CMakeLists.txt                      |    2 +-
 libsrc4/Makefile.am                         |    3 +
 libsrc4/Makefile.in                         |   24 +-
 libsrc4/nc4attr.c                           |   92 +-
 libsrc4/nc4file.c                           |  164 ++-
 libsrc4/nc4hdf.c                            |  235 ++++-
 libsrc4/nc4info.c                           |  213 ++++
 libsrc4/nc4internal.c                       |   15 +-
 libsrc4/nc4var.c                            |    5 +-
 nc_test/Make0                               |   35 +-
 nc_test/Makefile.in                         |  645 ++----------
 nc_test4/Make0                              |   18 +-
 nc_test4/Makefile.in                        | 1024 ++-----------------
 nc_test4/run_empty_vlen_test.sh             |   15 +-
 ncdap_test/Makefile.in                      |  522 ++--------
 ncdump/CMakeLists.txt                       |   34 +-
 ncdump/Make0                                |   37 +-
 ncdump/Makefile.am                          |   11 +-
 ncdump/Makefile.in                          |  800 +++------------
 ncdump/cdl.h                                |    1 +
 ncdump/ncdump.c                             |  104 +-
 ncdump/ncdump.h                             |    3 +-
 ncdump/ref_tst_ncf213.cdl                   |    3 +
 ncdump/ref_tst_special_atts.cdl             |    3 +
 ncdump/tst_fileinfo.c                       |  157 +++
 ncdump/tst_fileinfo.sh                      |   59 ++
 ncdump/tst_lengths.sh                       |   19 +-
 ncdump/tst_netcdf4.sh                       |    7 +-
 ncdump/tst_netcdf4_4.sh                     |    6 +-
 ncdump/utils.c                              |   17 +
 ncdump/utils.h                              |    1 +
 ncgen/CMakeLists.txt                        |    3 +-
 ncgen/Makefile.am                           |    2 +-
 ncgen/Makefile.in                           |  420 ++------
 ncgen/cvt.c                                 |    2 +-
 ncgen/data.h                                |    3 -
 ncgen/genc.c                                |    2 +-
 ncgen/genlib.h                              |    4 +-
 ncgen/includes.h                            |    2 +
 ncgen/main.c                                |    7 +-
 ncgen/ncgen.h                               |   30 +-
 ncgen/ncgen.l                               |   32 +-
 ncgen/ncgen.y                               |   91 +-
 ncgen/ncgenl.c                              | 1440 ++++++++++++++-------------
 ncgen/ncgeny.c                              | 1125 +++++++++++----------
 ncgen/ncgeny.h                              |   14 +-
 ncgen/run_tests.sh                          |    5 +-
 ncgen/semantics.c                           |    3 +-
 ncgen/util.c                                |   16 +
 ncgen/util.h                                |    1 +
 ncgen3/Makefile.in                          |  418 ++------
 nctest/Makefile.am                          |    3 +-
 nctest/Makefile.in                          |  459 ++-------
 test-driver                                 |  148 ---
 95 files changed, 4503 insertions(+), 6829 deletions(-)
 create mode 100644 debian/patches/soversion.patch
 create mode 100644 debian/patches/tst_fileinfo-link-hdf5.patch
 create mode 100644 docs/bestpractices.md
 create mode 100644 libsrc4/nc4info.c
 create mode 100644 ncdump/tst_fileinfo.c
 create mode 100755 ncdump/tst_fileinfo.sh
 delete mode 100755 test-driver

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