[paraview] branch master updated (b9b70e1 -> ea0f9a3)

Anton Gladky gladk at moszumanska.debian.org
Wed Sep 20 21:33:25 UTC 2017


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

gladk pushed a change to branch master
in repository paraview.

      from  b9b70e1   Update changelog.
       new  de478ff   Use packaged protobuf version
      adds  4bed19d   New upstream version 5.4.1+dfsg3
       new  2abba74   Updated version 5.4.1+dfsg3 from 'upstream/5.4.1+dfsg3'
       new  ea0f9a3   Update changelog.

The 3 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:
 .../vtkprotobuf/src/CMake/hash_map_test.cc.in      |    8 -
 .../vtkprotobuf/src/CMake/hash_set_test.cc.in      |    8 -
 .../vtkprotobuf/src/CMake/pthread_test.cc.in       |    6 -
 ThirdParty/protobuf/vtkprotobuf/src/CMakeLists.txt |  316 -
 .../protobuf/vtkprotobuf/src/config.h.cmake.in     |   95 -
 .../src/google/protobuf/compiler/code_generator.cc |   75 -
 .../src/google/protobuf/compiler/code_generator.h  |  132 -
 .../protobuf/compiler/command_line_interface.cc    | 1345 ----
 .../protobuf/compiler/command_line_interface.h     |  318 -
 .../compiler/command_line_interface_unittest.cc    | 1416 ----
 .../compiler/cpp/cpp_bootstrap_unittest.cc         |  158 -
 .../src/google/protobuf/compiler/cpp/cpp_enum.cc   |  258 -
 .../src/google/protobuf/compiler/cpp/cpp_enum.h    |   99 -
 .../google/protobuf/compiler/cpp/cpp_enum_field.cc |  361 -
 .../google/protobuf/compiler/cpp/cpp_enum_field.h  |  103 -
 .../google/protobuf/compiler/cpp/cpp_extension.cc  |  210 -
 .../google/protobuf/compiler/cpp/cpp_extension.h   |   85 -
 .../src/google/protobuf/compiler/cpp/cpp_field.cc  |  139 -
 .../src/google/protobuf/compiler/cpp/cpp_field.h   |  167 -
 .../src/google/protobuf/compiler/cpp/cpp_file.cc   |  608 --
 .../src/google/protobuf/compiler/cpp/cpp_file.h    |   98 -
 .../google/protobuf/compiler/cpp/cpp_generator.cc  |  122 -
 .../google/protobuf/compiler/cpp/cpp_generator.h   |   72 -
 .../google/protobuf/compiler/cpp/cpp_helpers.cc    |  341 -
 .../src/google/protobuf/compiler/cpp/cpp_helpers.h |  156 -
 .../google/protobuf/compiler/cpp/cpp_message.cc    | 1770 -----
 .../src/google/protobuf/compiler/cpp/cpp_message.h |  170 -
 .../protobuf/compiler/cpp/cpp_message_field.cc     |  270 -
 .../protobuf/compiler/cpp/cpp_message_field.h      |  102 -
 .../protobuf/compiler/cpp/cpp_plugin_unittest.cc   |  121 -
 .../protobuf/compiler/cpp/cpp_primitive_field.cc   |  382 --
 .../protobuf/compiler/cpp/cpp_primitive_field.h    |  103 -
 .../google/protobuf/compiler/cpp/cpp_service.cc    |  334 -
 .../src/google/protobuf/compiler/cpp/cpp_service.h |  118 -
 .../protobuf/compiler/cpp/cpp_string_field.cc      |  442 --
 .../protobuf/compiler/cpp/cpp_string_field.h       |  104 -
 .../compiler/cpp/cpp_test_bad_identifiers.proto    |  109 -
 .../google/protobuf/compiler/cpp/cpp_unittest.cc   | 1230 ----
 .../src/google/protobuf/compiler/importer.cc       |  454 --
 .../src/google/protobuf/compiler/importer.h        |  303 -
 .../google/protobuf/compiler/importer_unittest.cc  |  600 --
 .../src/google/protobuf/compiler/main.cc           |   48 -
 .../protobuf/compiler/mock_code_generator.cc       |  209 -
 .../google/protobuf/compiler/mock_code_generator.h |  108 -
 .../src/google/protobuf/compiler/package_info.h    |   64 -
 .../src/google/protobuf/compiler/parser.cc         | 1130 ----
 .../src/google/protobuf/compiler/parser.h          |  338 -
 .../google/protobuf/compiler/parser_unittest.cc    | 1256 ----
 .../src/google/protobuf/compiler/plugin.cc         |  152 -
 .../src/google/protobuf/compiler/plugin.h          |   73 -
 .../src/google/protobuf/compiler/plugin.pb.cc      | 1084 ---
 .../src/google/protobuf/compiler/plugin.pb.h       |  727 --
 .../src/google/protobuf/compiler/plugin.proto      |  145 -
 .../src/google/protobuf/compiler/subprocess.cc     |  458 --
 .../src/google/protobuf/compiler/subprocess.h      |  107 -
 .../src/google/protobuf/compiler/test_plugin.cc    |   51 -
 .../protobuf/compiler/zip_output_unittest.sh       |   85 -
 .../src/google/protobuf/compiler/zip_writer.cc     |  188 -
 .../src/google/protobuf/compiler/zip_writer.h      |   63 -
 .../vtkprotobuf/src/google/protobuf/descriptor.cc  | 4401 ------------
 .../vtkprotobuf/src/google/protobuf/descriptor.h   | 1367 ----
 .../src/google/protobuf/descriptor.pb.cc           | 7029 --------------------
 .../src/google/protobuf/descriptor.pb.h            | 4355 ------------
 .../src/google/protobuf/descriptor.proto           |  433 --
 .../src/google/protobuf/descriptor_database.cc     |  541 --
 .../src/google/protobuf/descriptor_database.h      |  366 -
 .../protobuf/descriptor_database_unittest.cc       |  748 ---
 .../src/google/protobuf/descriptor_unittest.cc     | 3956 -----------
 .../src/google/protobuf/dynamic_message.cc         |  558 --
 .../src/google/protobuf/dynamic_message.h          |  136 -
 .../google/protobuf/dynamic_message_unittest.cc    |  162 -
 .../src/google/protobuf/extension_set.cc           | 1452 ----
 .../src/google/protobuf/extension_set.h            |  902 ---
 .../src/google/protobuf/extension_set_heavy.cc     |  457 --
 .../src/google/protobuf/extension_set_unittest.cc  |  642 --
 .../protobuf/generated_message_reflection.cc       | 1231 ----
 .../google/protobuf/generated_message_reflection.h |  424 --
 .../generated_message_reflection_unittest.cc       |  384 --
 .../src/google/protobuf/generated_message_util.cc  |   53 -
 .../src/google/protobuf/generated_message_util.h   |   77 -
 .../src/google/protobuf/io/coded_stream.cc         |  830 ---
 .../src/google/protobuf/io/coded_stream.h          | 1090 ---
 .../src/google/protobuf/io/coded_stream_inl.h      |   64 -
 .../google/protobuf/io/coded_stream_unittest.cc    | 1103 ---
 .../src/google/protobuf/io/gzip_stream.cc          |  320 -
 .../src/google/protobuf/io/gzip_stream.h           |  207 -
 .../src/google/protobuf/io/gzip_stream_unittest.sh |   44 -
 .../src/google/protobuf/io/package_info.h          |   54 -
 .../vtkprotobuf/src/google/protobuf/io/printer.cc  |  188 -
 .../vtkprotobuf/src/google/protobuf/io/printer.h   |  132 -
 .../src/google/protobuf/io/printer_unittest.cc     |  261 -
 .../src/google/protobuf/io/tokenizer.cc            |  691 --
 .../vtkprotobuf/src/google/protobuf/io/tokenizer.h |  303 -
 .../src/google/protobuf/io/tokenizer_unittest.cc   |  743 ---
 .../src/google/protobuf/io/zero_copy_stream.cc     |   48 -
 .../src/google/protobuf/io/zero_copy_stream.h      |  238 -
 .../google/protobuf/io/zero_copy_stream_impl.cc    |  470 --
 .../src/google/protobuf/io/zero_copy_stream_impl.h |  357 -
 .../protobuf/io/zero_copy_stream_impl_lite.cc      |  394 --
 .../protobuf/io/zero_copy_stream_impl_lite.h       |  340 -
 .../protobuf/io/zero_copy_stream_unittest.cc       |  721 --
 .../src/google/protobuf/lite_unittest.cc           |  112 -
 .../vtkprotobuf/src/google/protobuf/message.cc     |  319 -
 .../vtkprotobuf/src/google/protobuf/message.h      |  710 --
 .../src/google/protobuf/message_lite.cc            |  334 -
 .../vtkprotobuf/src/google/protobuf/message_lite.h |  239 -
 .../src/google/protobuf/message_unittest.cc        |  281 -
 .../vtkprotobuf/src/google/protobuf/package_info.h |   64 -
 .../src/google/protobuf/reflection_ops.cc          |  262 -
 .../src/google/protobuf/reflection_ops.h           |   80 -
 .../src/google/protobuf/reflection_ops_unittest.cc |  405 --
 .../src/google/protobuf/repeated_field.cc          |   96 -
 .../src/google/protobuf/repeated_field.h           | 1249 ----
 .../src/google/protobuf/repeated_field_unittest.cc |  986 ---
 .../vtkprotobuf/src/google/protobuf/service.cc     |   46 -
 .../vtkprotobuf/src/google/protobuf/service.h      |  291 -
 .../src/google/protobuf/stubs/common.cc            |  388 --
 .../vtkprotobuf/src/google/protobuf/stubs/common.h | 1155 ----
 .../src/google/protobuf/stubs/common_unittest.cc   |  345 -
 .../vtkprotobuf/src/google/protobuf/stubs/hash.cc  |   41 -
 .../vtkprotobuf/src/google/protobuf/stubs/hash.h   |  220 -
 .../src/google/protobuf/stubs/map-util.h           |  119 -
 .../vtkprotobuf/src/google/protobuf/stubs/once.cc  |   88 -
 .../vtkprotobuf/src/google/protobuf/stubs/once.h   |  123 -
 .../src/google/protobuf/stubs/once_unittest.cc     |  253 -
 .../src/google/protobuf/stubs/stl_util-inl.h       |  121 -
 .../google/protobuf/stubs/structurally_valid.cc    |  536 --
 .../protobuf/stubs/structurally_valid_unittest.cc  |   40 -
 .../src/google/protobuf/stubs/strutil.cc           | 1166 ----
 .../src/google/protobuf/stubs/strutil.h            |  459 --
 .../src/google/protobuf/stubs/strutil_unittest.cc  |   83 -
 .../src/google/protobuf/stubs/substitute.cc        |  134 -
 .../src/google/protobuf/stubs/substitute.h         |  170 -
 .../vtkprotobuf/src/google/protobuf/test_util.cc   | 2854 --------
 .../vtkprotobuf/src/google/protobuf/test_util.h    |  174 -
 .../src/google/protobuf/test_util_lite.cc          | 1502 -----
 .../src/google/protobuf/test_util_lite.h           |  101 -
 .../vtkprotobuf/src/google/protobuf/text_format.cc | 1241 ----
 .../vtkprotobuf/src/google/protobuf/text_format.h  |  264 -
 .../src/google/protobuf/text_format_unittest.cc    | 1074 ---
 .../vtkprotobuf/src/google/protobuf/unittest.proto |  612 --
 .../google/protobuf/unittest_custom_options.proto  |  275 -
 .../protobuf/unittest_embed_optimize_for.proto     |   50 -
 .../src/google/protobuf/unittest_empty.proto       |   37 -
 .../protobuf/unittest_enormous_descriptor.proto    | 1046 ---
 .../src/google/protobuf/unittest_import.proto      |   61 -
 .../src/google/protobuf/unittest_import_lite.proto |   49 -
 .../src/google/protobuf/unittest_lite.proto        |  312 -
 .../protobuf/unittest_lite_imports_nonlite.proto   |   43 -
 .../src/google/protobuf/unittest_mset.proto        |   72 -
 .../protobuf/unittest_no_generic_services.proto    |   54 -
 .../google/protobuf/unittest_optimize_for.proto    |   61 -
 .../src/google/protobuf/unknown_field_set.cc       |  204 -
 .../src/google/protobuf/unknown_field_set.h        |  268 -
 .../google/protobuf/unknown_field_set_unittest.cc  |  512 --
 .../vtkprotobuf/src/google/protobuf/wire_format.cc | 1069 ---
 .../vtkprotobuf/src/google/protobuf/wire_format.h  |  304 -
 .../src/google/protobuf/wire_format_lite.cc        |  359 -
 .../src/google/protobuf/wire_format_lite.h         |  620 --
 .../src/google/protobuf/wire_format_lite_inl.h     |  748 ---
 .../src/google/protobuf/wire_format_unittest.cc    |  905 ---
 .../protobuf/vtkprotobuf/src/solaris/libstdc++.la  |   51 -
 debian/changelog                                   |    6 +
 debian/control                                     |    2 +
 debian/copyright                                   |   24 +-
 debian/rules                                       |    1 +
 166 files changed, 10 insertions(+), 83726 deletions(-)
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/CMake/hash_map_test.cc.in
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/CMake/hash_set_test.cc.in
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/CMake/pthread_test.cc.in
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/CMakeLists.txt
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/config.h.cmake.in
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/code_generator.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/code_generator.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/command_line_interface.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/command_line_interface.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_enum.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_extension.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_field.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_field.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_file.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_file.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_message.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_service.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_service.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/importer.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/importer.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/importer_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/main.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/mock_code_generator.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/mock_code_generator.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/package_info.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/parser.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/parser.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/parser_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.pb.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.pb.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/subprocess.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/subprocess.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/test_plugin.cc
 delete mode 100755 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/zip_output_unittest.sh
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/zip_writer.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/zip_writer.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.pb.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.pb.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor_database.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor_database.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor_database_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/dynamic_message.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/dynamic_message.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/dynamic_message_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/extension_set.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/extension_set.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/extension_set_heavy.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/extension_set_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_reflection.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_reflection.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_reflection_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_util.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_util.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/coded_stream.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/coded_stream.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/coded_stream_inl.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/coded_stream_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/gzip_stream.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/gzip_stream.h
 delete mode 100755 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/gzip_stream_unittest.sh
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/package_info.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/printer.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/printer.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/printer_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/tokenizer.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/tokenizer.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/tokenizer_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_impl.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_impl.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/lite_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message_lite.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message_lite.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/package_info.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/reflection_ops.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/reflection_ops.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/reflection_ops_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/service.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/service.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/common.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/common.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/common_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/hash.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/hash.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/map-util.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/once.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/once.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/once_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/stl_util-inl.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/structurally_valid.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/strutil.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/strutil.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/strutil_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/substitute.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/substitute.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/test_util.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/test_util.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/test_util_lite.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/test_util_lite.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/text_format.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/text_format.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/text_format_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_custom_options.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_embed_optimize_for.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_empty.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_enormous_descriptor.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_import.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_import_lite.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_lite.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_lite_imports_nonlite.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_mset.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_no_generic_services.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unittest_optimize_for.proto
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unknown_field_set.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unknown_field_set.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unknown_field_set_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite_inl.h
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_unittest.cc
 delete mode 100644 ThirdParty/protobuf/vtkprotobuf/src/solaris/libstdc++.la

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/paraview.git



More information about the debian-science-commits mailing list