[netcdf] branch master updated (aedccef -> 5bb5d99)

Bas Couwenberg sebastic at debian.org
Tue Jun 21 05:52:31 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  aedccef   Set distribution to experimental.
       new  0d7125e   Imported Upstream version 4.4.1~rc3
       new  f20705c   Merge tag 'upstream/4.4.1_rc3'
       new  3ba9909   New upstream release candidate.
       new  99504bd   Drop source_date_epoch.patch, applied upstream.
       new  1722c0a   Update watch file to handle more tag conventions in filenamemangle.
       new  5bb5d99   Set distribution to experimental.

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:
 .gitignore                                         |   10 -
 CMakeLists.txt                                     |   20 +-
 RELEASE_NOTES.md                                   |    9 +-
 cf                                                 |    3 +-
 configure                                          |   37 +-
 configure.ac                                       |   17 +-
 debian/changelog                                   |    8 +
 debian/patches/series                              |    1 -
 debian/patches/source_date_epoch.patch             |   44 -
 debian/watch                                       |    4 +-
 docs/Doxyfile.developer                            |    2 +-
 docs/attribute_conventions.md                      |   29 +-
 docs/guide.dox                                     |    4 +-
 docs/tests.md                                      |   23 +
 docs/windows-binaries.md                           |   26 +-
 examples/C/Makefile.in                             |  520 ++++++++--
 examples/CDL/Makefile.in                           |  443 ++++++--
 h5_test/Makefile.in                                |  631 ++++++++++--
 include/nc4internal.h                              |    2 +
 libdap2/ncd2dispatch.c                             |    3 +-
 liblib/nc_initialize.c                             |    2 +-
 libsrc4/nc4attr.c                                  |  274 ++---
 libsrc4/nc4dim.c                                   |   41 -
 libsrc4/nc4file.c                                  |  105 +-
 libsrc4/nc4hdf.c                                   |   91 +-
 libsrc4/nc4info.c                                  |    8 +-
 libsrc4/nc4internal.c                              |   43 +-
 libsrc4/nc4var.c                                   |  209 ----
 libsrc4/ncfunc.c                                   |    6 -
 nc_test/Makefile.in                                |  645 ++++++++++--
 nc_test4/CMakeLists.txt                            |    8 +-
 nc_test4/Make0                                     |    2 +-
 nc_test4/Makefile.am                               |   12 +-
 nc_test4/Makefile.in                               | 1081 ++++++++++++++++++--
 nc_test4/run_par_test.sh                           |    7 +-
 nc_test4/tdset.h5                                  |  Bin 0 -> 7648 bytes
 nc_test4/tst_empty_vlen_unlim.c                    |    4 +-
 nc_test4/tst_fill_attr_vanish.c                    |  137 +++
 nc_test4/tst_hdf4_read_var.sh                      |   23 +
 nc_test4/tst_misc.sh                               |   26 +
 .../{tst_parallel4.c => tst_simplerw_coll_r.c}     |   76 +-
 ncdap_test/Makefile.in                             |  522 ++++++++--
 ncdump/Make0                                       |    8 +-
 ncdump/Makefile.in                                 |  740 ++++++++++++--
 ncdump/ncdump.c                                    |   21 +-
 ncdump/tst_fileinfo.c                              |   57 +-
 ncgen/Makefile.in                                  |  418 ++++++--
 ncgen/includes.h                                   |    3 +
 ncgen3/Makefile.in                                 |  418 ++++++--
 nctest/Makefile.in                                 |  456 +++++++--
 nctest/atttests.c                                  |    3 +
 test-driver                                        |  148 +++
 update_hdf5_compat_files.sh                        |    7 -
 53 files changed, 5772 insertions(+), 1665 deletions(-)
 delete mode 100644 debian/patches/source_date_epoch.patch
 create mode 100644 docs/tests.md
 create mode 100644 nc_test4/tdset.h5
 create mode 100644 nc_test4/tst_fill_attr_vanish.c
 create mode 100755 nc_test4/tst_hdf4_read_var.sh
 create mode 100755 nc_test4/tst_misc.sh
 copy nc_test4/{tst_parallel4.c => tst_simplerw_coll_r.c} (80%)
 create mode 100755 test-driver
 delete mode 100755 update_hdf5_compat_files.sh

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