[netcdf-fortran] branch master updated (b454d7a -> 0a5ae40)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 14 12:33:52 UTC 2016


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

sebastic pushed a change to branch master
in repository netcdf-fortran.

      from  b454d7a   Set distribution to unstable.
       new  a4124eb   Bump Standards-Version to 3.9.8, no changes.
       new  f9b9e95   Imported Upstream version 4.4.4
       new  6fffb67   Merge tag 'upstream/4.4.4'
       new  5e17c73   New upstream release.
       new  44996e7   Update symbols for 4.4.4.
       new  d42fcba   Repack upstream tarball to excluded autom4te.cache directory.
       new  ff56c40   Imported Upstream version 4.4.4+ds
       new  bda8286   Merge tag 'upstream/4.4.4+ds'
       new  278655f   New repacked upstream release.
       new  0a5ae40   Set distribution to unstable.

The 10 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                                      |     2 +-
 .travis.yml                                     |    28 +-
 CMakeLists.txt                                  |    27 +-
 CTestConfig.cmake.in                            |     6 +-
 Doxyfile.general                                |     2 +-
 Makefile.in                                     |     2 +-
 README.md                                       |    22 +-
 RELEASE_NOTES.md                                |    11 +
 configure                                       |    26 +-
 configure.ac                                    |     2 +-
 debian/changelog                                |     9 +
 debian/control                                  |     2 +-
 debian/copyright                                |     1 +
 debian/libnetcdff6.symbols                      |     4 +
 debian/watch                                    |     3 +-
 docs/Doxyfile.in                                |    17 +-
 docs/netcdf-f77.md                              |  1199 ++-
 docs/netcdf-f90-sec1-usage.md                   |   438 +
 docs/netcdf-f90-sec2-datasets.md                |  1193 +++
 docs/netcdf-f90-sec3-groups.md                  |   917 ++
 docs/netcdf-f90-sec4-dimensions.md              |   386 +
 docs/netcdf-f90-sec5-user_defined_types.md      |  1882 ++++
 docs/netcdf-f90-sec6-variables.md               |  1790 ++++
 docs/netcdf-f90-sec7-attributes.md              |   717 ++
 docs/netcdf-f90.md                              | 10033 +---------------------
 docs/netcdf_fortran_4.4.2dev_notes_RW.pdf       |   Bin 0 -> 38544 bytes
 examples/F90/Makefile.am                        |    27 +-
 examples/F90/Makefile.in                        |    67 +-
 fortran/module_netcdf4_nc_interfaces.f90        |   595 +-
 fortran/module_netcdf4_nf_interfaces.F90        |    77 +-
 fortran/module_netcdf_f03.f90                   |     4 +-
 fortran/module_netcdf_fortv2_c_interfaces.f90   |   256 +-
 fortran/module_netcdf_nc_data.F90               |   345 +-
 fortran/module_netcdf_nc_interfaces.f90         |  1080 +--
 fortran/module_netcdf_nf_data.F90               |    32 +-
 fortran/module_netcdf_nf_interfaces.F90         |    23 +-
 fortran/netcdf4_externals.f90                   |     4 +-
 fortran/nf_attio.F90                            |   145 +-
 fortran/nf_control.F90                          |   138 +-
 fortran/nf_dim.f90                              |    31 +-
 fortran/nf_fortv2.f90                           |   594 +-
 fortran/nf_genatt.f90                           |    44 +-
 fortran/nf_geninq.f90                           |    16 +-
 fortran/nf_genvar.f90                           |   114 +-
 fortran/nf_lib.c                                |    36 +
 fortran/nf_logging.F90                          |    25 +-
 fortran/nf_misc.f90                             |     1 +
 fortran/nf_nc4.f90                              |   745 +-
 fortran/nf_var1io.F90                           |   338 +-
 fortran/nf_varaio.F90                           |   455 +-
 fortran/nf_vario.F90                            |    54 +-
 fortran/nf_varmio.F90                           |   611 +-
 fortran/nf_varsio.F90                           |   561 +-
 libsrc/Makefile.am                              |     6 +-
 libsrc/Makefile.in                              |     6 +-
 nf03_test/CMakeLists.txt                        |     8 +-
 nf03_test/Makefile.am                           |    14 +-
 nf03_test/Makefile.in                           |    68 +-
 nf03_test/{f03tst_vars6.F => f03tst_open_mem.F} |    73 +-
 59 files changed, 11941 insertions(+), 13371 deletions(-)
 create mode 100644 docs/netcdf-f90-sec1-usage.md
 create mode 100644 docs/netcdf-f90-sec2-datasets.md
 create mode 100644 docs/netcdf-f90-sec3-groups.md
 create mode 100644 docs/netcdf-f90-sec4-dimensions.md
 create mode 100644 docs/netcdf-f90-sec5-user_defined_types.md
 create mode 100644 docs/netcdf-f90-sec6-variables.md
 create mode 100644 docs/netcdf-f90-sec7-attributes.md
 create mode 100644 docs/netcdf_fortran_4.4.2dev_notes_RW.pdf
 copy nf03_test/{f03tst_vars6.F => f03tst_open_mem.F} (76%)

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



More information about the Pkg-grass-devel mailing list