[netcdf] branch master updated (59b932d -> 0c11cd2)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 25 00:22:08 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 59b932d Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency.
new bb9683b Imported Upstream version 4.4.0~rc1
new 29cdec2 Merge tag 'upstream/4.4.0_rc1'
new 2167e1a Imported Upstream version 4.4.0~rc2
new 745ecb6 Merge tag 'upstream/4.4.0_rc2'
new 203c898 New upstream release candidate.
new 603881d Refresh patches.
new 59f9b26 Update symbols for 4.4.0~rc2.
new bdb0fe2 Drop Files-Excluded from copyright & repacksuffix from watch file, autom4te.cache/ no longer included.
new 0c11cd2 Set distribution to experimental.
The 9 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 | 1 +
.travis.yml | 26 +-
CMakeLists.txt | 157 +-
Doxyfile.developer | 6 +-
INSTALL | 259 -
INSTALL.cmake | 161 -
docs/install.dox => INSTALL.md | 313 +-
Makefile.am | 2 +-
Makefile.in | 54 +-
README.md | 28 +-
RELEASE_NOTES.md | 94 +-
aclocal.m4 | 181 +-
cf | 2 +-
compile | 2 +-
config.guess | 201 +-
config.h.cmake.in | 1 +
config.h.in | 14 +-
config.sub | 40 +-
configure | 2344 +++++----
configure.ac | 51 +-
debian/changelog | 9 +-
debian/copyright | 1 -
debian/libnetcdf7.symbols | 5 +
debian/patches/privacy-breach-logo.patch | 17 +-
debian/watch | 3 +-
depcomp | 2 +-
docs/.gitignore | 1 +
docs/CMakeLists.txt | 26 +-
docs/Doxyfile.in | 11 +-
docs/FAQ.md | 55 +-
docs/Makefile.am | 13 +-
docs/Makefile.in | 41 +-
docs/OPeNDAP.dox | 692 +++
docs/architecture.dox | 6 +-
docs/attribute_conventions.md | 128 +
docs/auth.md | 489 ++
docs/auth.md.in | 14 +
docs/file_format_specifications.md | 744 +++
docs/footer.html | 20 +-
docs/guide.dox | 1700 +------
docs/images/Makefile.in | 27 +-
docs/install-fortran.md | 237 +-
docs/install.md | 428 +-
docs/mainpage.dox | 12 +-
docs/{notes.dox => notes.md} | 42 +-
docs/ocauth.md | 475 ++
docs/old/netcdf.texi | 2 +-
docs/software.md | 2732 ++++++++++
docs/tutorial.dox | 2 +-
docs/windows-binaries.md | 51 +-
examples/C/Makefile.in | 31 +-
examples/CDL/Makefile.in | 30 +-
examples/Makefile.in | 27 +-
h5_test/CMakeLists.txt | 2 -
h5_test/Makefile.am | 11 +-
h5_test/Makefile.in | 38 +-
h5_test/tst_h_endian_float.c | 83 +
h5_test/tst_h_vars.c | 86 +-
include/Makefile.am | 4 +
include/Makefile.in | 41 +-
include/ncdispatch.h | 15 +-
include/netcdf.h | 7 +-
include/netcdf_mem.h | 82 +
install-sh | 366 +-
libdap2/Makefile.in | 31 +-
libdap2/dapcvt.c | 32 +-
libdap2/dapdebug.h | 1 -
libdap2/env | 6 +-
libdap2/nccommon.h | 1 -
libdap2/ncd2dispatch.c | 31 +-
libdispatch/Makefile.in | 31 +-
libdispatch/dfile.c | 281 +-
libdispatch/dgroup.c | 3 +
libdispatch/dvar.c | 64 +
libdispatch/dvarinq.c | 122 +-
libdispatch/dvarput.c | 15 +-
liblib/CMakeLists.txt | 2 +-
liblib/Makefile.am | 14 +-
liblib/Makefile.in | 37 +-
libnetcdf.settings.in | 1 +
libsrc/CMakeLists.txt | 18 +-
libsrc/Makefile.in | 31 +-
libsrc/attr.c | 4 +-
libsrc/attr.m4 | 4 +-
libsrc/ffio.c | 2 +
libsrc/memio.c | 184 +-
libsrc/mmapio.c | 2 +
libsrc/nc3internal.c | 254 +-
libsrc/ncio.c | 34 +-
libsrc/ncio.h | 4 +-
libsrc/ncx.c | 5955 ----------------------
libsrc/posixio.c | 4 +-
libsrc/putget.c | 3959 ---------------
libsrc/winceio.c | 2 +
libsrc4/Makefile.in | 31 +-
libsrc4/nc4file.c | 438 +-
libsrc4/nc4hdf.c | 30 +-
libsrc4/nc4internal.c | 4 +-
libsrc5/Makefile.in | 31 +-
libsrc5/nc5dispatch.c | 8 -
ltmain.sh | 5508 ++++++++++++--------
m4/libtool.m4 | 2546 ++++++----
m4/ltoptions.m4 | 127 +-
m4/ltsugar.m4 | 7 +-
m4/ltversion.m4 | 12 +-
m4/lt~obsolete.m4 | 7 +-
missing | 2 +-
nc-config.in | 4 +-
nc_test/CMakeLists.txt | 1 +
nc_test/Makefile.am | 4 +-
nc_test/Makefile.in | 63 +-
nc_test/test_get.c | 6161 -----------------------
nc_test/test_put.c | 7206 ---------------------------
nc_test/tst_put_vars.c | 69 +
nc_test4/CMakeLists.txt | 8 +-
nc_test4/Makefile.am | 25 +-
nc_test4/Makefile.in | 135 +-
nc_test4/tst_fills2.c | 14 +
nc_test4/tst_h4_lendian.c | 167 +
nc_test4/tst_h5_endians.c | 136 +
ncdap_test/CMakeLists.txt | 28 +-
ncdap_test/Makefile.am | 14 +-
ncdap_test/Makefile.in | 59 +-
ncdap_test/expected3/Makefile.in | 27 +-
ncdap_test/expected4/Makefile.in | 27 +-
ncdap_test/expectremote3/Makefile.in | 27 +-
ncdap_test/expectremote4/Makefile.in | 27 +-
ncdap_test/t_ncf330.c | 72 +
ncdap_test/test_vara.c | 2 +-
ncdap_test/testauth.old | 213 +
ncdap_test/testauth.sh | 344 +-
ncdap_test/{testauth.sh => testauth.sh.old} | 0
ncdap_test/testdata3/Makefile.am | 7 +-
ncdap_test/testdata3/Makefile.in | 33 +-
ncdap_test/testdata3/synth9.dds | 2 +-
ncdap_test/testdata3/synth9.dods | 2 +-
ncdap_test/tst_ncdap.sh | 7 +-
ncdap_test/tst_ncdap3.sh | 2 +
ncdap_test/tst_ncdap4.sh | 2 +
ncdap_test/tst_ncdap_shared.sh | 6 +-
ncdap_test/tst_nocache3.sh | 2 +
ncdap_test/tst_nocache4.sh | 2 +
ncdap_test/tst_remote.sh | 13 +-
ncdap_test/tst_remote3.sh | 4 +-
ncdap_test/tst_remote4.sh | 2 +
ncdap_test/tst_special.sh | 2 +
ncdap_test/tst_tds.sh | 2 +
ncdump/CMakeLists.txt | 68 +-
ncdump/Makefile.am | 6 +-
ncdump/Makefile.in | 62 +-
ncdump/cdl/Makefile.in | 27 +-
ncdump/expected/Makefile.in | 27 +-
ncdump/ncdump.c | 106 +-
ncdump/ncdump.h | 2 +
ncdump/tst_fillbug.sh | 7 +
ncdump/tst_inmemory.sh | 57 +
ncdump/tst_nccopy4.sh | 8 +-
ncdump/tst_output.sh | 10 +-
ncgen/Makefile.in | 34 +-
ncgen/generate.c | 9 +-
ncgen/main.c | 15 +-
ncgen/ncgen.y | 91 +-
ncgen/ncgentab.c | 83 +-
ncgen3/Makefile.in | 34 +-
ncgen3/load.c | 4 +
nctest/Makefile.in | 34 +-
oc2/CMakeLists.txt | 1 +
oc2/Make0 | 28 +-
oc2/Makefile.am | 2 +-
oc2/Makefile.in | 30 +-
oc2/daptab.c | 251 +-
oc2/daptab.h | 2 +-
oc2/ocauth.html | 434 ++
oc2/occurlflags.c | 34 +-
oc2/occurlfunctions.c | 8 +-
oc2/ocdata.c | 5 +-
oc2/ocdata.h | 4 +-
oc2/ocinternal.c | 11 +-
oc2/ocinternal.h | 2 +-
oc2/ocrc.c | 26 +-
oc2/ocuri.c | 2 -
oc2/xxdr.h | 5 +-
test-driver | 15 +-
183 files changed, 17048 insertions(+), 32042 deletions(-)
delete mode 100644 INSTALL
delete mode 100644 INSTALL.cmake
rename docs/install.dox => INSTALL.md (60%)
create mode 100644 docs/.gitignore
create mode 100644 docs/OPeNDAP.dox
create mode 100644 docs/attribute_conventions.md
create mode 100644 docs/auth.md
create mode 100644 docs/auth.md.in
create mode 100644 docs/file_format_specifications.md
mode change 100644 => 100755 docs/footer.html
rename docs/{notes.dox => notes.md} (80%)
create mode 100644 docs/ocauth.md
create mode 100644 docs/software.md
create mode 100644 h5_test/tst_h_endian_float.c
create mode 100644 include/netcdf_mem.h
create mode 100644 nc_test/tst_put_vars.c
create mode 100644 nc_test4/tst_h4_lendian.c
create mode 100644 nc_test4/tst_h5_endians.c
create mode 100644 ncdap_test/t_ncf330.c
create mode 100755 ncdap_test/testauth.old
copy ncdap_test/{testauth.sh => testauth.sh.old} (100%)
create mode 100755 ncdump/tst_inmemory.sh
create mode 100644 oc2/ocauth.html
--
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