[libdap] branch debian/master updated (ee8c6fe -> 934d0f5)
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 12:32:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a change to branch debian/master
in repository libdap.
from ee8c6fe new release 3.19.0-1
adds 01225d0 new upstream release 3.19.1
new f2562fb Merge tag 'upstream/3.19.1' into debian/master
new 67acdcb New upstream release 3.19.1
new fd99f44 Standards-Version: 4.1.0
new d3dd2fe Drop dependencies on autotools; automatic in debhelper 10
new 963b879 refresh unique_ptr.ptch
new f8eebde Minor version changes: libdap: 25.0.0 -> 25.0.1 libdapclient : 6.1.6 -> 6.1.7 libdapserver: 7.6.6 -> 7.6.7
new 385265f Remove redundant calls for autoreconf
new 733610a S-V: 4.1.1
new 6b59099 remove obsolete cruft from ./rules
new 8f25ea7 Run test suite, but ignore test failures this build
new b14c6e9 Prep release 3.19.1-1 to unstable
new 934d0f5 docs are now in html/ directory. Change rules and install file
The 12 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:
ChangeLog | 74 +-
D4Maps.h | 2 +-
DMR.h | 2 -
INSTALL | 2 +-
Makefile.in | 140 +-
NEWS | 8 +
README | 4 +
aclocal.m4 | 18 +
conf/._compile | Bin 212 -> 0 bytes
conf/._config.guess | Bin 212 -> 0 bytes
conf/._config.sub | Bin 212 -> 0 bytes
conf/._depcomp | Bin 212 -> 0 bytes
conf/._install-sh | Bin 212 -> 0 bytes
conf/._libtool.m4 | Bin 212 -> 341 bytes
conf/._ltmain.sh | Bin 212 -> 222 bytes
conf/._ltoptions.m4 | Bin 212 -> 341 bytes
conf/._ltsugar.m4 | Bin 212 -> 341 bytes
conf/._ltversion.m4 | Bin 212 -> 222 bytes
conf/._lt~obsolete.m4 | Bin 212 -> 341 bytes
conf/._missing | Bin 212 -> 0 bytes
conf/._test-driver | Bin 212 -> 0 bytes
conf/config.rpath | 2 +-
conf/libtool.m4 | 2798 ++++----
conf/ltmain.sh | 5565 ++++++++++------
conf/ltoptions.m4 | 140 +-
conf/ltsugar.m4 | 7 +-
conf/ltversion.m4 | 12 +-
conf/lt~obsolete.m4 | 7 +-
config.h.in | 197 +-
configure | 10792 ++++++++++++++++++++-----------
configure.ac | 8 +-
d4_ce/Makefile.in | 140 +-
d4_function/Makefile.in | 140 +-
debian/changelog | 15 +
debian/control | 6 +-
debian/libdap-doc.install | 2 +-
debian/libdap25.install | 2 +-
debian/libdapclient6v5.install | 2 +-
debian/libdapserver7v5.install | 2 +-
debian/patches/unique_ptr.patch | 32 +-
debian/rules | 30 +-
gl/Makefile.am | 414 +-
gl/Makefile.in | 463 +-
{conf/snippet => gl}/_Noreturn.h | 0
gl/alloca.in.h | 4 +-
{conf/snippet => gl}/arg-nonnull.h | 10 +-
gl/btowc.c | 2 +-
gl/byteswap.in.h | 2 +-
{conf/snippet => gl}/c++defs.h | 97 +-
gl/config.charset | 2 +-
gl/dosname.h | 53 +
gl/fcntl.in.h | 366 ++
gl/filename.h | 54 +
gl/gettext.h | 18 +-
gl/gettimeofday.c | 146 +
gl/glthread/lock.c | 184 +-
gl/glthread/lock.h | 64 +-
gl/glthread/threadlib.c | 2 +-
gl/hard-locale.c | 72 +
gl/{mbtowc.c => hard-locale.h} | 17 +-
gl/intprops.h | 453 ++
gl/langinfo.in.h | 2 +-
gl/limits.in.h | 74 +
gl/localcharset.c | 12 +-
gl/localcharset.h | 2 +-
gl/locale.in.h | 2 +-
gl/localeconv.c | 2 +-
gl/localtime-buffer.c | 58 +
gl/localtime-buffer.h | 27 +
gl/lstat.c | 97 +
gl/m4/00gnulib.m4 | 2 +-
gl/m4/absolute-header.m4 | 2 +-
gl/m4/alloca.m4 | 2 +-
gl/m4/btowc.m4 | 16 +-
gl/m4/builtin-expect.m4 | 49 +
gl/m4/byteswap.m4 | 2 +-
gl/m4/codeset.m4 | 3 +-
gl/m4/configmake.m4 | 2 +-
gl/m4/eealloc.m4 | 2 +-
gl/m4/extensions.m4 | 54 +-
gl/m4/extern-inline.m4 | 3 +-
gl/m4/fcntl-o.m4 | 13 +-
gl/m4/fcntl_h.m4 | 50 +
gl/m4/gettimeofday.m4 | 126 +
gl/m4/glibc21.m4 | 2 +-
gl/m4/gnulib-cache.m4 | 5 +-
gl/m4/gnulib-common.m4 | 54 +-
gl/m4/gnulib-comp.m4 | 123 +-
gl/m4/gnulib-tool.m4 | 2 +-
gl/m4/hard-locale.m4 | 11 +
gl/m4/include_next.m4 | 7 +-
gl/m4/langinfo_h.m4 | 2 +-
gl/m4/largefile.m4 | 161 +
gl/m4/lib-ld.m4 | 142 +-
gl/m4/lib-link.m4 | 2 +-
gl/m4/lib-prefix.m4 | 109 +-
gl/m4/limits-h.m4 | 31 +
gl/m4/localcharset.m4 | 2 +-
gl/m4/locale-fr.m4 | 2 +-
gl/m4/locale-ja.m4 | 2 +-
gl/m4/locale-zh.m4 | 2 +-
gl/m4/locale_h.m4 | 2 +-
gl/m4/localeconv.m4 | 2 +-
gl/m4/localtime-buffer.m4 | 21 +
gl/m4/lock.m4 | 11 +-
gl/m4/longlong.m4 | 2 +-
gl/m4/lstat.m4 | 75 +
gl/m4/malloca.m4 | 15 +
gl/m4/mbrtowc.m4 | 80 +-
gl/m4/mbsinit.m4 | 2 +-
gl/m4/mbstate_t.m4 | 2 +-
gl/m4/mbtowc.m4 | 2 +-
gl/m4/mkstemps.m4 | 18 +
gl/m4/multiarch.m4 | 2 +-
gl/m4/nl_langinfo.m4 | 2 +-
gl/m4/off_t.m4 | 2 +-
gl/m4/pathmax.m4 | 42 +
gl/m4/pthread_rwlock_rdlock.m4 | 163 +
gl/m4/regex.m4 | 27 +-
gl/m4/ssize_t.m4 | 2 +-
gl/m4/stat.m4 | 67 +
gl/m4/stdbool.m4 | 60 +-
gl/m4/stddef_h.m4 | 2 +-
gl/m4/stdint.m4 | 127 +-
gl/m4/stdlib_h.m4 | 15 +-
gl/m4/sys_socket_h.m4 | 176 +
gl/m4/sys_stat_h.m4 | 100 +
gl/m4/sys_time_h.m4 | 110 +
gl/m4/sys_types_h.m4 | 40 +-
gl/m4/tempname.m4 | 19 +
gl/m4/threadlib.m4 | 12 +-
gl/m4/time_h.m4 | 144 +
gl/m4/unistd_h.m4 | 12 +-
gl/m4/warn-on-use.m4 | 2 +-
gl/m4/wchar_h.m4 | 23 +-
gl/m4/wchar_t.m4 | 2 +-
gl/m4/wcrtomb.m4 | 6 +-
gl/m4/wctype_h.m4 | 9 +-
gl/m4/wint_t.m4 | 48 +-
gl/malloca.c | 159 +
gl/malloca.h | 128 +
gl/malloca.valgrind | 7 +
gl/mbrtowc.c | 67 +-
gl/mbsinit.c | 36 +-
gl/mbtowc-impl.h | 2 +-
gl/mbtowc.c | 2 +-
gl/mkstemps.c | 54 +
gl/nl_langinfo.c | 39 +-
gl/pathmax.h | 83 +
gl/ref-add.sin | 2 +-
gl/ref-del.sin | 2 +-
gl/regcomp.c | 200 +-
gl/regex.c | 2 +-
gl/regex.h | 54 +-
gl/regex_internal.c | 59 +-
gl/regex_internal.h | 81 +-
gl/regexec.c | 187 +-
gl/stat-w32.c | 421 ++
gl/stat-w32.h | 37 +
gl/stat.c | 423 ++
gl/stdbool.in.h | 2 +-
gl/stddef.in.h | 8 +-
gl/stdint.in.h | 793 ++-
gl/stdlib.in.h | 38 +-
gl/streq.h | 2 +-
gl/sys_stat.in.h | 816 +++
gl/sys_time.in.h | 220 +
gl/sys_types.in.h | 44 +-
gl/tempname.c | 323 +
gl/tempname.h | 65 +
gl/time.in.h | 350 +
gl/unistd.c | 1 +
gl/unistd.in.h | 56 +-
gl/verify.h | 11 +-
{conf/snippet => gl}/warn-on-use.h | 10 +-
gl/wchar.in.h | 58 +-
gl/wcrtomb.c | 2 +-
gl/wctype.in.h | 43 +-
gl/xalloc-oversized.h | 60 +
libdap.spec | 2 +-
tests/DASTest | 10 +-
tests/DDSTest | 10 +-
tests/DMRTest | 10 +-
tests/EXPRTest | 10 +-
tests/Makefile.in | 140 +-
tests/getdapTest | 10 +-
tests/package.m4 | 4 +-
unit-tests/D4EnumTest.cc | 2 +-
unit-tests/DDSTest.cc | 101 +-
unit-tests/DMRTest.cc | 32 +-
unit-tests/DmrRoundTripTest.cc | 47 +-
unit-tests/DmrToDap2Test.cc | 72 +-
unit-tests/HTTPCacheTest.cc | 5 +-
unit-tests/Makefile.in | 140 +-
unit-tests/cache-testsuite/Makefile.in | 140 +-
unit-tests/test_config.h | 2 +-
util.cc | 1 +
197 files changed, 22430 insertions(+), 8534 deletions(-)
delete mode 100755 conf/._compile
delete mode 100755 conf/._config.guess
delete mode 100755 conf/._config.sub
delete mode 100755 conf/._depcomp
delete mode 100755 conf/._install-sh
mode change 100755 => 100644 conf/._ltmain.sh
delete mode 100755 conf/._missing
delete mode 100755 conf/._test-driver
mode change 100755 => 100644 conf/ltmain.sh
rename {conf/snippet => gl}/_Noreturn.h (100%)
rename {conf/snippet => gl}/arg-nonnull.h (73%)
rename {conf/snippet => gl}/c++defs.h (71%)
create mode 100644 gl/dosname.h
create mode 100644 gl/fcntl.in.h
create mode 100644 gl/filename.h
create mode 100644 gl/gettimeofday.c
create mode 100644 gl/hard-locale.c
copy gl/{mbtowc.c => hard-locale.h} (70%)
create mode 100644 gl/intprops.h
create mode 100644 gl/limits.in.h
create mode 100644 gl/localtime-buffer.c
create mode 100644 gl/localtime-buffer.h
create mode 100644 gl/lstat.c
create mode 100644 gl/m4/builtin-expect.m4
create mode 100644 gl/m4/fcntl_h.m4
create mode 100644 gl/m4/gettimeofday.m4
create mode 100644 gl/m4/hard-locale.m4
create mode 100644 gl/m4/largefile.m4
create mode 100644 gl/m4/limits-h.m4
create mode 100644 gl/m4/localtime-buffer.m4
create mode 100644 gl/m4/lstat.m4
create mode 100644 gl/m4/malloca.m4
create mode 100644 gl/m4/mkstemps.m4
create mode 100644 gl/m4/pathmax.m4
create mode 100644 gl/m4/pthread_rwlock_rdlock.m4
create mode 100644 gl/m4/stat.m4
create mode 100644 gl/m4/sys_socket_h.m4
create mode 100644 gl/m4/sys_stat_h.m4
create mode 100644 gl/m4/sys_time_h.m4
create mode 100644 gl/m4/tempname.m4
create mode 100644 gl/m4/time_h.m4
create mode 100644 gl/malloca.c
create mode 100644 gl/malloca.h
create mode 100644 gl/malloca.valgrind
create mode 100644 gl/mkstemps.c
create mode 100644 gl/pathmax.h
create mode 100644 gl/stat-w32.c
create mode 100644 gl/stat-w32.h
create mode 100644 gl/stat.c
create mode 100644 gl/sys_stat.in.h
create mode 100644 gl/sys_time.in.h
create mode 100644 gl/tempname.c
create mode 100644 gl/tempname.h
create mode 100644 gl/time.in.h
rename {conf/snippet => gl}/warn-on-use.h (93%)
create mode 100644 gl/xalloc-oversized.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git
More information about the debian-science-commits
mailing list