[libdap] branch master updated (c9e1b3d -> 48a14c1)

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Feb 16 12:13:57 UTC 2016


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

mckinstry pushed a change to branch master
in repository libdap.

      from  c9e1b3d   Move to unstable for g++5 transition. Closes: #793251
      adds  ae516a8   Upstream release 3.15-1
      adds  3016ba8   Merge branch 'upstream' (3.15.1) into debian/experimental
      adds  4aa0678   Remove ._* cruft
      adds  8bbf551   Refresh patches
      adds  adf90b1   Disable HTTPCache test; remove obsolete patches
      adds  d5ef0c2   minor soname for libdap changed 17.1.0 -> 17.3.1
      adds  9c21f21   Add RCReader.test to ignored
      adds  2ddb9b6   Add RCReader.test to ignored
      adds  5657ce2   Move version numbers in install scripts
      adds  108d7fd   Fix soversions in symlinks
       new  8277ee7   Disable DMR tests which still break on big-endian hw. (Upstream informed)
       new  0ae4be7   Further fix to DMRTESTSUITE Makefile needed
       new  a3c0f7a   Also disable D4* unit tests
       new  bdf5d2c   Fix FTBFS on arch-independent builds. Closes: #806057
       new  8da41eb   Commit -6
       new  9e7615a   Disable more networ, tests. Closes: #809580.
       new  48a14c1   Fix for G++ 6 FTBFS.

The 7 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:
 Array.cc                                           |    7 +-
 AttrTable.h                                        |    5 +-
 BaseType.cc                                        |   46 +-
 BaseType.h                                         |  114 +-
 Byte.cc                                            |    4 +-
 ChangeLog                                          |  876 +++++++
 Connect.cc                                         |   51 +-
 Connect.h                                          |   14 +-
 D4Connect.cc                                       |  647 +----
 D4Enum.cc                                          |   20 +-
 D4Enum.h                                           |   42 +-
 D4EnumDefs.cc                                      |    4 +-
 D4EnumDefs.h                                       |   11 +
 D4Group.cc                                         |   22 +-
 D4Opaque.cc                                        |   20 +-
 D4Opaque.h                                         |    5 +
 D4ParserSax2.cc                                    |  360 ++-
 D4Sequence.cc                                      |   53 +-
 D4Sequence.h                                       |    5 +
 D4StreamMarshaller.cc                              |   55 +
 D4StreamMarshaller.h                               |   30 +-
 DAS.cc                                             |    8 +-
 DDS.cc                                             |    8 +-
 DDXParserSAX2.cc                                   |   25 +-
 DDXParserSAX2.h                                    |    5 +-
 DODSFilter.cc                                      |    8 +-
 Float64.cc                                         |   11 +-
 HTTPCache.cc                                       |   37 +-
 HTTPCache.h                                        |   49 +-
 HTTPCacheTable.cc                                  |   24 +-
 HTTPCacheTable.h                                   |  365 ++-
 HTTPConnect.cc                                     |   14 +-
 HTTPConnect.h                                      |    2 +-
 INSTALL                                            |   54 +-
 Makefile.am                                        |   65 +-
 Makefile.in                                        | 1295 +++++-----
 Marshaller.h                                       |   90 +-
 MarshallerThread.cc                                |  293 +++
 MarshallerThread.h                                 |  154 ++
 NEWS                                               |   43 +
 Operators.h                                        |    2 +-
 RCReader.cc                                        |  293 ++-
 RCReader.h                                         |    6 +-
 README                                             |   23 +
 Sequence.cc                                        |   31 +-
 Sequence.h                                         |  194 +-
 VCPP/sample/getdap.cc                              |    2 +-
 Vector.cc                                          |  583 +----
 Vector.h                                           |  121 +-
 XDRFileMarshaller.cc                               |  161 +-
 XDRFileMarshaller.h                                |   56 +-
 XDRStreamMarshaller.cc                             |  744 +++---
 XDRStreamMarshaller.h                              |   98 +-
 aclocal.m4                                         |  525 +++--
 conf/._compile                                     |  Bin 240 -> 0 bytes
 conf/._config.guess                                |  Bin 240 -> 0 bytes
 conf/._config.sub                                  |  Bin 240 -> 0 bytes
 conf/._depcomp                                     |  Bin 240 -> 0 bytes
 conf/._install-sh                                  |  Bin 240 -> 0 bytes
 conf/._libtool.m4                                  |  Bin 240 -> 0 bytes
 conf/._ltmain.sh                                   |  Bin 240 -> 0 bytes
 conf/._ltoptions.m4                                |  Bin 240 -> 0 bytes
 conf/._ltsugar.m4                                  |  Bin 240 -> 0 bytes
 conf/._ltversion.m4                                |  Bin 240 -> 0 bytes
 conf/._lt~obsolete.m4                              |  Bin 240 -> 0 bytes
 conf/._missing                                     |  Bin 240 -> 0 bytes
 conf/compile                                       |    9 +-
 conf/config.guess                                  |  194 +-
 conf/config.rpath                                  |   18 +-
 conf/config.sub                                    |  110 +-
 conf/depcomp                                       |  454 ++--
 conf/gcov_valgrind.m4                              |   48 +-
 conf/missing                                       |  405 ++--
 conf/snippet/arg-nonnull.h                         |    2 +-
 conf/snippet/c++defs.h                             |    2 +-
 conf/snippet/warn-on-use.h                         |    2 +-
 conf/test-driver                                   |  139 ++
 config.h.in                                        |  102 +-
 configure                                          | 1597 +++++++------
 configure.ac                                       |   88 +-
 d4_ce/D4ConstraintEvaluator.cc                     |   12 +-
 d4_ce/D4FunctionEvaluator.h                        |  115 -
 d4_ce/Makefile.am                                  |  106 +-
 d4_ce/Makefile.in                                  |  428 ++--
 d4_ce/gen_grammar_sources/FlexLexer.h.tmp          |  206 --
 d4_ce/gen_grammar_sources/d4_ce_parser.tab.cc.tmp  | 1861 ---------------
 d4_ce/gen_grammar_sources/d4_ce_parser.tab.hh.tmp  |  731 ------
 .../d4_function_parser.tab.cc.tmp                  | 2467 --------------------
 .../d4_function_parser.tab.hh.tmp                  |  783 -------
 d4_ce/gen_grammar_sources/lex.d4_ce.cc.tmp         | 2145 -----------------
 d4_ce/gen_grammar_sources/lex.d4_function.cc.tmp   | 2172 -----------------
 d4_ce/lex.d4_ce.cc                                 | 2145 -----------------
 d4_ce/lex.d4_function.cc                           | 2172 -----------------
 {d4_ce => d4_function}/D4FunctionEvaluator.cc      |  184 +-
 d4_function/D4FunctionEvaluator.h                  |  171 ++
 {d4_ce => d4_function}/D4FunctionScanner.h         |    0
 d4_function/Makefile.am                            |   68 +
 {d4_ce => d4_function}/Makefile.in                 |  439 ++--
 {d4_ce => d4_function}/d4_function_parser.tab.cc   |    0
 {d4_ce => d4_function}/d4_function_parser.tab.hh   |    0
 {d4_ce => d4_function}/d4_function_parser.yy       |    0
 {d4_ce => d4_function}/d4_function_scanner.ll      |    0
 .../location.hh.tmp => d4_function/location.hh     |   12 +-
 .../position.hh.tmp => d4_function/position.hh     |   20 +-
 .../stack.hh.tmp => d4_function/stack.hh           |   10 +-
 das.tab.cc                                         |   56 +-
 das.yy                                             |   52 +-
 dds.tab.cc                                         |  333 ++-
 dds.yy                                             |  246 +-
 debian/changelog                                   |   54 +
 debian/control                                     |    2 +-
 debian/libdap17v5.install                          |    2 +-
 debian/libdapclient6v5.install                     |    2 +-
 debian/libdapserver7v5.install                     |    2 +-
 debian/patches/curl-types-remove.patch             |   19 -
 debian/patches/disable-cache-test.patch            |   20 +
 debian/patches/disable-dmr-tests.patch             |   46 +
 debian/patches/disable-docs.patch                  |    8 +-
 debian/patches/disable-net-tests.patch             |   46 +
 debian/patches/g++-6.patch                         |   18 +
 debian/patches/g++47-fix.patch                     |   18 -
 debian/patches/pkgconfig.patch                     |    8 +-
 debian/patches/series                              |    7 +-
 debian/patches/testsuite-failures.patch            |   19 -
 debian/patches/xml_libs.patch                      |   16 +-
 debian/rules                                       |   15 +-
 debug.h                                            |    2 +
 doxy.conf                                          |    2 +-
 getdap.cc                                          |    2 +-
 getdap4.cc                                         |    2 +-
 gl/Makefile.am                                     |   34 +-
 gl/Makefile.in                                     |  331 +--
 gl/alloca.in.h                                     |    2 +-
 gl/btowc.c                                         |    2 +-
 gl/byteswap.in.h                                   |    2 +-
 gl/config.charset                                  |    6 +-
 gl/gettext.h                                       |    2 +-
 gl/glthread/lock.c                                 |    2 +-
 gl/glthread/lock.h                                 |    2 +-
 gl/glthread/threadlib.c                            |    2 +-
 gl/langinfo.in.h                                   |   20 +-
 gl/localcharset.c                                  |   81 +-
 gl/localcharset.h                                  |    2 +-
 gl/locale.in.h                                     |    2 +-
 gl/localeconv.c                                    |    2 +-
 gl/m4/00gnulib.m4                                  |   22 +-
 gl/m4/absolute-header.m4                           |  102 +
 gl/m4/alloca.m4                                    |    2 +-
 gl/m4/btowc.m4                                     |    2 +-
 gl/m4/byteswap.m4                                  |    2 +-
 gl/m4/codeset.m4                                   |    2 +-
 gl/m4/configmake.m4                                |    2 +-
 gl/m4/eealloc.m4                                   |    2 +-
 gl/m4/extensions.m4                                |    7 +-
 gl/m4/extern-inline.m4                             |   60 +-
 gl/m4/fcntl-o.m4                                   |    2 +-
 gl/m4/glibc21.m4                                   |    2 +-
 gl/m4/gnulib-cache.m4                              |    2 +-
 gl/m4/gnulib-common.m4                             |  124 +-
 gl/m4/gnulib-comp.m4                               |   18 +-
 gl/m4/gnulib-tool.m4                               |    2 +-
 gl/m4/include_next.m4                              |   55 +-
 gl/m4/langinfo_h.m4                                |    2 +-
 gl/m4/lib-ld.m4                                    |    2 +-
 gl/m4/lib-link.m4                                  |    2 +-
 gl/m4/lib-prefix.m4                                |    2 +-
 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/lock.m4                                      |    2 +-
 gl/m4/longlong.m4                                  |    2 +-
 gl/m4/malloc.m4                                    |   98 -
 gl/m4/mbrtowc.m4                                   |   48 +-
 gl/m4/mbsinit.m4                                   |    2 +-
 gl/m4/mbstate_t.m4                                 |    2 +-
 gl/m4/mbtowc.m4                                    |    2 +-
 gl/m4/multiarch.m4                                 |    2 +-
 gl/m4/nl_langinfo.m4                               |    2 +-
 gl/m4/off_t.m4                                     |    2 +-
 gl/m4/regex.m4                                     |   30 +-
 gl/m4/ssize_t.m4                                   |    2 +-
 gl/m4/stdbool.m4                                   |    2 +-
 gl/m4/stddef_h.m4                                  |   10 +-
 gl/m4/stdint.m4                                    |    2 +-
 gl/m4/stdlib_h.m4                                  |    4 +-
 gl/m4/sys_types_h.m4                               |    2 +-
 gl/m4/threadlib.m4                                 |   40 +-
 gl/m4/unistd_h.m4                                  |    6 +-
 gl/m4/warn-on-use.m4                               |    2 +-
 gl/m4/wchar_h.m4                                   |    2 +-
 gl/m4/wchar_t.m4                                   |    2 +-
 gl/m4/wcrtomb.m4                                   |    2 +-
 gl/m4/wctype_h.m4                                  |    2 +-
 gl/m4/wint_t.m4                                    |    2 +-
 gl/malloc.c                                        |   56 -
 gl/mbrtowc.c                                       |    9 +-
 gl/mbsinit.c                                       |    2 +-
 gl/mbtowc-impl.h                                   |    2 +-
 gl/mbtowc.c                                        |    2 +-
 gl/nl_langinfo.c                                   |  255 +-
 gl/ref-add.sin                                     |    2 +-
 gl/ref-del.sin                                     |    2 +-
 gl/regcomp.c                                       |   24 +-
 gl/regex.c                                         |    2 +-
 gl/regex.h                                         |    4 +-
 gl/regex_internal.c                                |   21 +-
 gl/regex_internal.h                                |    8 +-
 gl/regexec.c                                       |    2 +-
 gl/stdbool.in.h                                    |    2 +-
 gl/stddef.in.h                                     |   54 +-
 gl/stdint.in.h                                     |    5 +-
 gl/stdlib.in.h                                     |   25 +-
 gl/streq.h                                         |    2 +-
 gl/sys_types.in.h                                  |    4 +-
 gl/unistd.in.h                                     |   54 +-
 gl/verify.h                                        |    2 +-
 gl/wchar.in.h                                      |   11 +-
 gl/wcrtomb.c                                       |    2 +-
 gl/wctype.in.h                                     |    2 +-
 libdap.spec                                        |    4 +-
 main_page.doxygen.in                               |    3 +-
 media_types.h                                      |    2 +
 mime_util.h                                        |    2 +
 tests/DASTest                                      |   10 +-
 tests/DDSTest                                      |   10 +-
 tests/DMRTest                                      |   10 +-
 tests/EXPRTest                                     |   10 +-
 tests/Makefile.am                                  |   40 +-
 tests/Makefile.in                                  |  803 ++++---
 tests/ResponseBuilder.cc                           |    7 +
 tests/TestArray.cc                                 |  316 ++-
 tests/TestFunction.cc                              |    2 +-
 tests/atconfig                                     |   20 -
 tests/atlocal                                      |    5 -
 tests/das-test.cc                                  |    2 +-
 tests/dds-test.cc                                  |    2 +-
 tests/dmr-test.cc                                  |    2 +-
 tests/expr-test.cc                                 |    2 +-
 tests/expr-testsuite/test.2                        |   12 +-
 tests/expr-testsuite/test.2a                       |   14 +-
 tests/getdapTest                                   |   10 +-
 tests/package.m4                                   |    4 +-
 unit-tests/AttrTableTest.cc                        |    4 +-
 unit-tests/D4AsyncDocTest.cc                       |    4 +-
 unit-tests/D4DimensionsTest.cc                     |    4 +-
 unit-tests/D4EnumTest.cc                           |    4 +-
 unit-tests/D4GroupTest.cc                          |    4 +-
 unit-tests/D4MarshallerTest.cc                     |    4 +-
 unit-tests/D4ParserSax2Test.cc                     |    4 +-
 unit-tests/D4UnMarshallerTest.cc                   |    4 +-
 unit-tests/DDSTest.cc                              |    4 +-
 unit-tests/DDXParserTest.cc                        |    2 +-
 unit-tests/DMRTest.cc                              |    4 +-
 unit-tests/HTTPCacheTest.cc                        |    4 +-
 unit-tests/HTTPConnectTest.cc                      |    4 +-
 unit-tests/Makefile.am                             |    5 +-
 unit-tests/Makefile.in                             | 1201 +++++++---
 unit-tests/MarshallerTest.cc                       | 1285 +++++++---
 unit-tests/RCReaderTest.cc                         |    8 +-
 unit-tests/SequenceTest.cc                         |    2 +-
 unit-tests/ServerFunctionsListUnitTest.cc          |    2 +-
 unit-tests/SignalHandlerTest.cc                    |    4 +-
 unit-tests/cache-testsuite/Makefile.in             |  103 +-
 unit-tests/chunked_iostream_test.cc                |    4 +-
 unit-tests/marshT.cc                               |  778 +++---
 unit-tests/valgrind_suppressions.txt               |   90 +
 util.cc                                            |  446 ++--
 util.h                                             |   28 +-
 271 files changed, 11744 insertions(+), 23494 deletions(-)
 create mode 100644 MarshallerThread.cc
 create mode 100644 MarshallerThread.h
 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
 delete mode 100644 conf/._libtool.m4
 delete mode 100644 conf/._ltmain.sh
 delete mode 100644 conf/._ltoptions.m4
 delete mode 100644 conf/._ltsugar.m4
 delete mode 100644 conf/._ltversion.m4
 delete mode 100644 conf/._lt~obsolete.m4
 delete mode 100755 conf/._missing
 create mode 100755 conf/test-driver
 delete mode 100644 d4_ce/D4FunctionEvaluator.h
 delete mode 100644 d4_ce/gen_grammar_sources/FlexLexer.h.tmp
 delete mode 100644 d4_ce/gen_grammar_sources/d4_ce_parser.tab.cc.tmp
 delete mode 100644 d4_ce/gen_grammar_sources/d4_ce_parser.tab.hh.tmp
 delete mode 100644 d4_ce/gen_grammar_sources/d4_function_parser.tab.cc.tmp
 delete mode 100644 d4_ce/gen_grammar_sources/d4_function_parser.tab.hh.tmp
 delete mode 100644 d4_ce/gen_grammar_sources/lex.d4_ce.cc.tmp
 delete mode 100644 d4_ce/gen_grammar_sources/lex.d4_function.cc.tmp
 delete mode 100644 d4_ce/lex.d4_ce.cc
 delete mode 100644 d4_ce/lex.d4_function.cc
 rename {d4_ce => d4_function}/D4FunctionEvaluator.cc (61%)
 create mode 100644 d4_function/D4FunctionEvaluator.h
 rename {d4_ce => d4_function}/D4FunctionScanner.h (100%)
 create mode 100644 d4_function/Makefile.am
 copy {d4_ce => d4_function}/Makefile.in (66%)
 rename {d4_ce => d4_function}/d4_function_parser.tab.cc (100%)
 rename {d4_ce => d4_function}/d4_function_parser.tab.hh (100%)
 rename {d4_ce => d4_function}/d4_function_parser.yy (100%)
 rename {d4_ce => d4_function}/d4_function_scanner.ll (100%)
 rename d4_ce/gen_grammar_sources/location.hh.tmp => d4_function/location.hh (94%)
 rename d4_ce/gen_grammar_sources/position.hh.tmp => d4_function/position.hh (91%)
 rename d4_ce/gen_grammar_sources/stack.hh.tmp => d4_function/stack.hh (93%)
 delete mode 100644 debian/patches/curl-types-remove.patch
 create mode 100644 debian/patches/disable-cache-test.patch
 create mode 100644 debian/patches/disable-dmr-tests.patch
 create mode 100644 debian/patches/disable-net-tests.patch
 create mode 100644 debian/patches/g++-6.patch
 delete mode 100644 debian/patches/g++47-fix.patch
 delete mode 100644 debian/patches/testsuite-failures.patch
 mode change 100755 => 100644 gl/config.charset
 create mode 100644 gl/m4/absolute-header.m4
 delete mode 100644 gl/m4/malloc.m4
 delete mode 100644 gl/malloc.c
 delete mode 100644 tests/atconfig
 delete mode 100644 tests/atlocal
 create mode 100644 unit-tests/valgrind_suppressions.txt

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