Your message dated Mon, 22 Aug 2016 22:00:17 +0000
with message-id <e1bbxgt-0005qs...@franck.debian.org>
and subject line Bug#811650: fixed in protobuf 3.0.0-1
has caused the Debian Bug report #811650,
regarding FTBFS with GCC 6: multiple errors
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
811650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811650
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: protobuf
Version: 2.6.1-1.3
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> -DGOOGLE_PROTOBUF_HAS_ONEOF=1 -I. -I../src -I/usr/include/python2.7 -c
> google/protobuf/pyext/message.cc -o
> build/temp.linux-x86_64-2.7/google/protobuf/pyext/message.o
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
> C/ObjC but not for C++
> In file included from ../src/google/protobuf/descriptor.pb.h:23:0,
> from google/protobuf/pyext/message.cc:49:
> ../src/google/protobuf/message.h:123:0: warning: "GOOGLE_PROTOBUF_HAS_ONEOF"
> redefined
> #define GOOGLE_PROTOBUF_HAS_ONEOF
>
>
> <command-line>:0:0: note: this is the location of the previous definition
>
> In file included from google/protobuf/pyext/message.cc:34:0:
> ./google/protobuf/pyext/message.h:53:7: error: 'internal' has not been
> declared
> using internal::shared_ptr;
> ^~~~~~~~
>
> ./google/protobuf/pyext/message.h:67:3: error: 'shared_ptr' does not name a
> type
> shared_ptr<Message> owner;
> ^~~~~~~~~~
>
> ./google/protobuf/pyext/message.h:215:36: error: 'shared_ptr' does not name a
> type
> int SetOwner(CMessage* self, const shared_ptr<Message>& new_owner);
> ^~~~~~~~~~
>
> ./google/protobuf/pyext/message.h:215:46: error: expected ',' or '...' before
> '<' token
> int SetOwner(CMessage* self, const shared_ptr<Message>& new_owner);
> ^
>
> ./google/protobuf/pyext/message.h:297:58: error: 'string' has not been
> declared
> const google::protobuf::FieldDescriptor* descriptor, string value);
> ^~~~~~
>
> In file included from google/protobuf/pyext/message.cc:57:0:
> ./google/protobuf/pyext/extension_dict.h:51:17: error:
> 'google::protobuf::internal::shared_ptr' has not been declared
> using internal::shared_ptr;
> ^~~~~~~~~~
>
> In file included from google/protobuf/pyext/message.cc:58:0:
> ./google/protobuf/pyext/repeated_composite_container.h:53:17: error:
> 'google::protobuf::internal::shared_ptr' has not been declared
> using internal::shared_ptr;
> ^~~~~~~~~~
>
> In file included from google/protobuf/pyext/message.cc:59:0:
> ./google/protobuf/pyext/repeated_scalar_container.h:50:17: error:
> 'google::protobuf::internal::shared_ptr' has not been declared
> using internal::shared_ptr;
> ^~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In function 'bool
> google::protobuf::python::CheckAndGetDouble(PyObject*, double*)':
> google/protobuf/pyext/message.cc:276:44: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> FormatTypeError(arg, "int, long, float");
> ^
>
> google/protobuf/pyext/message.cc: In function 'bool
> google::protobuf::python::CheckAndGetBool(PyObject*, bool*)':
> google/protobuf/pyext/message.cc:294:43: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> FormatTypeError(arg, "int, long, bool");
> ^
>
> google/protobuf/pyext/message.cc: In function 'bool
> google::protobuf::python::CheckAndSetString(PyObject*,
> google::protobuf::Message*, const google::protobuf::FieldDescriptor*, const
> google::protobuf::Reflection*, bool, int)':
> google/protobuf/pyext/message.cc:311:44: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> FormatTypeError(arg, "bytes, unicode");
> ^
>
> google/protobuf/pyext/message.cc:331:33: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> FormatTypeError(arg, "bytes");
> ^
>
> google/protobuf/pyext/message.cc: In function 'int
> google::protobuf::python::cmessage::AssureWritable(google::protobuf::python::CMessage*)':
> google/protobuf/pyext/message.cc:482:11: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> self->owner.reset(self->message);
> ^~~~~
>
> google/protobuf/pyext/message.cc:489:32: warning: unused variable
> 'parent_message' [-Wunused-variable]
> google::protobuf::Message* parent_message = self->parent->message;
> ^~~~~~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In function 'int
> google::protobuf::python::cmessage::InitAttributes(google::protobuf::python::CMessage*,
> PyObject*, PyObject*)':
> google/protobuf/pyext/message.cc:636:14: warning: converting to non-pointer
> type 'int' from NULL [-Wconversion-null]
> return NULL;
> ^~~~
>
> google/protobuf/pyext/message.cc:644:12: warning: converting to non-pointer
> type 'int' from NULL [-Wconversion-null]
> return NULL;
> ^~~~
>
> google/protobuf/pyext/message.cc:648:12: warning: converting to non-pointer
> type 'int' from NULL [-Wconversion-null]
> return NULL;
> ^~~~
>
> google/protobuf/pyext/message.cc:654:14: warning: converting to non-pointer
> type 'int' from NULL [-Wconversion-null]
> return NULL;
> ^~~~
>
> google/protobuf/pyext/message.cc: In function 'int
> google::protobuf::python::cmessage::Init(google::protobuf::python::CMessage*,
> PyObject*, PyObject*)':
> google/protobuf/pyext/message.cc:769:9: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> self->owner.reset(self->message);
> ^~~~~
>
> google/protobuf/pyext/message.cc: In function 'void
> google::protobuf::python::cmessage::Dealloc(google::protobuf::python::CMessage*)':
> google/protobuf/pyext/message.cc:816:9: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> self->owner.reset();
> ^~~~~
>
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::HasField(google::protobuf::python::CMessage*,
> PyObject*)':
> google/protobuf/pyext/message.cc:903:39: warning: unused variable
> 'descriptor' [-Wunused-variable]
> const google::protobuf::Descriptor* descriptor = message->GetDescriptor();
> ^~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In member function 'int
> google::protobuf::python::cmessage::SetOwnerVisitor::VisitCMessage(google::protobuf::python::CMessage*,
> const google::protobuf::FieldDescriptor*)':
> google/protobuf/pyext/message.cc:1005:41: error: cannot convert 'const
> std::shared_ptr<google::protobuf::Message>' to 'int' for argument '2' to 'int
> google::protobuf::python::cmessage::SetOwner(google::protobuf::python::CMessage*,
> int)'
> return SetOwner(cmessage, new_owner_);
> ^
>
> google/protobuf/pyext/message.cc: In function 'int
> google::protobuf::python::cmessage::SetOwner(google::protobuf::python::CMessage*,
> const std::shared_ptr<google::protobuf::Message>&)':
> google/protobuf/pyext/message.cc:1014:9: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> self->owner = new_owner;
> ^~~~~
>
> google/protobuf/pyext/message.cc: In function 'int
> google::protobuf::python::cmessage::ReleaseSubMessage(google::protobuf::Message*,
> const google::protobuf::FieldDescriptor*,
> google::protobuf::python::CMessage*)':
> google/protobuf/pyext/message.cc:1049:19: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> child_cmessage->owner.swap(released_message);
> ^~~~~
>
> google/protobuf/pyext/message.cc:1054:64: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> SetOwnerVisitor(child_cmessage->owner));
> ^~~~~
>
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::ClearField(google::protobuf::python::CMessage*,
> PyObject*)':
> google/protobuf/pyext/message.cc:1132:39: warning: unused variable
> 'descriptor' [-Wunused-variable]
> const google::protobuf::Descriptor* descriptor = message->GetDescriptor();
> ^~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::SerializeToString(google::protobuf::python::CMessage*,
> PyObject*)':
> google/protobuf/pyext/message.cc:1217:67: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> PyObject_CallMethod(comma.get(), "join", "O", errors.get()));
> ^
>
> google/protobuf/pyext/message.cc:1217:67: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::ListFields(google::protobuf::python::CMessage*)':
> google/protobuf/pyext/message.cc:1512:28: warning: comparison between signed
> and unsigned integer expressions [-Wsign-compare]
> for (Py_ssize_t i = 0; i < fields.size(); ++i) {
> ~~^~~~~~~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::FindInitializationErrors(google::protobuf::python::CMessage*)':
> google/protobuf/pyext/message.cc:1588:28: warning: comparison between signed
> and unsigned integer expressions [-Wsign-compare]
> for (Py_ssize_t i = 0; i < errors.size(); ++i) {
> ~~^~~~~~~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::InternalGetSubMessage(google::protobuf::python::CMessage*,
> google::protobuf::python::CFieldDescriptor*)':
> google/protobuf/pyext/message.cc:1730:9: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> cmsg->owner = self->owner;
> ^~~~~
>
> google/protobuf/pyext/message.cc:1730:23: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> cmsg->owner = self->owner;
> ^~~~~
>
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::AddDescriptors(PyTypeObject*, PyObject*)':
> google/protobuf/pyext/message.cc:1900:55: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> PyObject_CallMethod(field_name, "upper", NULL));
> ^
>
> google/protobuf/pyext/message.cc:1906:68: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> field_name_upcased, "__add__", "(O)", _NUMBER_string.get()));
> ^
>
> google/protobuf/pyext/message.cc:1906:68: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> google/protobuf/pyext/message.cc:2008:58: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> PyObject_CallMethod(extension_name, "upper", NULL));
> ^
>
> google/protobuf/pyext/message.cc:2013:68: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> field_name_upcased, "__add__", "(O)", _NUMBER_string.get()));
> ^
>
> google/protobuf/pyext/message.cc:2013:68: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> google/protobuf/pyext/message.cc: At global scope:
> google/protobuf/pyext/message.cc:2132:1: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> };
> ^
>
> google/protobuf/pyext/message.cc:2132:1: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> google/protobuf/pyext/message.cc: In function 'PyObject*
> google::protobuf::python::cmessage::GetAttr(google::protobuf::python::CMessage*,
> PyObject*)':
> google/protobuf/pyext/message.cc:2234:34: error:
> 'google::protobuf::python::CMessage {aka struct
> google::protobuf::python::CMessage}' has no member named 'owner'
> container->owner = self->owner;
> ^~~~~
>
> google/protobuf/pyext/message.cc: In instantiation of 'bool
> google::protobuf::python::CheckAndGetInteger(PyObject*, T*, PyObject*,
> PyObject*) [with T = int; PyObject = _object]':
> google/protobuf/pyext/message.cc:265:44: required from here
> google/protobuf/pyext/message.cc:226:20: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> FormatTypeError(arg, "int, long");
> ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
>
> google/protobuf/pyext/message.cc: In instantiation of 'bool
> google::protobuf::python::CheckAndGetInteger(PyObject*, T*, PyObject*,
> PyObject*) [with T = long int; PyObject = _object]':
> google/protobuf/pyext/message.cc:267:44: required from here
> google/protobuf/pyext/message.cc:226:20: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> google/protobuf/pyext/message.cc: In instantiation of 'bool
> google::protobuf::python::CheckAndGetInteger(PyObject*, T*, PyObject*,
> PyObject*) [with T = unsigned int; PyObject = _object]':
> google/protobuf/pyext/message.cc:269:45: required from here
> google/protobuf/pyext/message.cc:226:20: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> google/protobuf/pyext/message.cc: In instantiation of 'bool
> google::protobuf::python::CheckAndGetInteger(PyObject*, T*, PyObject*,
> PyObject*) [with T = long unsigned int; PyObject = _object]':
> google/protobuf/pyext/message.cc:271:45: required from here
> google/protobuf/pyext/message.cc:226:20: warning: ISO C++ forbids converting
> a string constant to 'char*' [-Wwrite-strings]
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> debian/rules:13: recipe for target 'override_dh_auto_build-arch' failed
> make[1]: *** [override_dh_auto_build-arch] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: protobuf
Source-Version: 3.0.0-1
We believe that the bug you reported is fixed in the latest version of
protobuf, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated protobuf package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 22 Aug 2016 15:35:08 +1000
Source: protobuf
Binary: libprotobuf10 libprotobuf-lite10 libprotobuf-dev libprotoc10
libprotoc-dev protobuf-compiler python-protobuf libprotobuf-java
Architecture: source amd64 all
Version: 3.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian protobuf maintainers
<pkg-protobuf-de...@lists.alioth.debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
libprotobuf-dev - protocol buffers C++ library (development files)
libprotobuf-java - Java bindings for protocol buffers
libprotobuf-lite10 - protocol buffers C++ library (lite version)
libprotobuf10 - protocol buffers C++ library
libprotoc-dev - protocol buffers compiler library (development files)
libprotoc10 - protocol buffers compiler library
protobuf-compiler - compiler for protocol buffer definition files
python-protobuf - Python bindings for protocol buffers
Closes: 795841 811650
Changes:
protobuf (3.0.0-1) unstable; urgency=low
.
* Team upload.
.
[ Dmitry Smirnov ]
* New upstream release [July 2016] (Closes: #795841, #811650).
- removed obsolete patches.
* Introduced "watch" file.
* copyright:
+ full review & update;
+ convert to copyright-format 1.0;
* Build-Depends += "google-mock".
Checksums-Sha1:
7bbc78309a52fed960e54b08add875b18e935425 2859 protobuf_3.0.0-1.dsc
cffdb9bd6eed66b7c3322197740510fd103bb6df 3899337 protobuf_3.0.0.orig.tar.gz
188680c179ef6dba0a501091f56712a5f2c945ef 17596 protobuf_3.0.0-1.debian.tar.xz
1dc40f3dd8bc4803a7bfc3e99bb78fd6f81a4ff2 937386
libprotobuf-dev_3.0.0-1_amd64.deb
5ba62ce4c2180cdac452f4812488534cb6a765a2 643556
libprotobuf-java_3.0.0-1_all.deb
6dcf1a052da05460e1adb49a20f6d76c6f63698b 713698
libprotobuf-lite10-dbgsym_3.0.0-1_amd64.deb
6e94e751d152672cb8dce5bce78f215e9856a9be 124000
libprotobuf-lite10_3.0.0-1_amd64.deb
b09852bb6ed9edafb4dada9b4d0f06cd0f9d7fb3 6432792
libprotobuf10-dbgsym_3.0.0-1_amd64.deb
509df197adc4b37018c172f86b2a664d1349de9c 680598 libprotobuf10_3.0.0-1_amd64.deb
797c69d3776cd854048c0769be3a0c22a6cc13ad 674400 libprotoc-dev_3.0.0-1_amd64.deb
efc54e7b55e2cfccf8207c7635bab5730108eccf 8973266
libprotoc10-dbgsym_3.0.0-1_amd64.deb
9048ab88da8d4f352f1a3b3b4689cfcc8ff03c09 623708 libprotoc10_3.0.0-1_amd64.deb
54706bcadebcfda46d3fe0d4890862a4e8b17315 50394
protobuf-compiler-dbgsym_3.0.0-1_amd64.deb
263cd8d4313b2e91eaec7a4621c8b79447b5f383 51970
protobuf-compiler_3.0.0-1_amd64.deb
08b9b2f0abcd55d54cf0026148e29299dd9084ac 747190
python-protobuf-dbgsym_3.0.0-1_amd64.deb
f16d696311473d8481a4192119586edeea1be276 290906
python-protobuf_3.0.0-1_amd64.deb
Checksums-Sha256:
a817db100cbe75fcc32c9d73026f9c7e8ad9d8edb77ef811d51cee324f0d633a 2859
protobuf_3.0.0-1.dsc
f5b3563f118f1d3d6e001705fa7082e8fc3bda50038ac3dff787650795734146 3899337
protobuf_3.0.0.orig.tar.gz
1f2acce6127a8f45d4892355b74dd0ee7bcb7f7b0b16117f6c4b1cec96961cb2 17596
protobuf_3.0.0-1.debian.tar.xz
3949decad472bd22539cb82fd432f86a27b378695442f582971c5da3c7d6ec80 937386
libprotobuf-dev_3.0.0-1_amd64.deb
bee37774ae2ec905b7d4b825f286ea8ecae9908fc0bf1deb24a5571b9a8c61a9 643556
libprotobuf-java_3.0.0-1_all.deb
5abab8ab90687e775a9d59b2b5758250d21db07bdc4379f8e574549b16954e1c 713698
libprotobuf-lite10-dbgsym_3.0.0-1_amd64.deb
ca5096018179b5a63d83545a11906fc9d29c4683cb5be2dd60ee654f69c8c375 124000
libprotobuf-lite10_3.0.0-1_amd64.deb
d4c222d6142eb14cae10cd89712b3d0ddd4ea47ef4f2ce87ad6fc8efccfb4528 6432792
libprotobuf10-dbgsym_3.0.0-1_amd64.deb
b981f7c548280a0e12178260fd31e52391973593df9470ea5ec46bb0641261be 680598
libprotobuf10_3.0.0-1_amd64.deb
51cb0a32bf55475a276ea3a5b070555ad583009220510004e758076e0dd9f7d2 674400
libprotoc-dev_3.0.0-1_amd64.deb
9dd006d2a6be183f6ec6c0b8f557fdfd242488fc2918fab27f4873e28bec257c 8973266
libprotoc10-dbgsym_3.0.0-1_amd64.deb
3c10981a3e796466bad57179b9b23ab41d5fb64a229ed373cf8ce956a22cbcdc 623708
libprotoc10_3.0.0-1_amd64.deb
1cfb2e9ce6dbfbfe5131f8c488e8fd0e81dbfc43fd39ff9a5eb3653ca1397ad7 50394
protobuf-compiler-dbgsym_3.0.0-1_amd64.deb
6dbe4f0e738c807a427805982d0548647a6a9e170e1decc5fbe79e95abfa7d1f 51970
protobuf-compiler_3.0.0-1_amd64.deb
3add2e299336db34aa98e384aa431d7d09921a2fb13fe996ce4ccc46ebdda4a9 747190
python-protobuf-dbgsym_3.0.0-1_amd64.deb
3db592ba78b91b0f39311161559da8432325308a006013a509c572a927daea9b 290906
python-protobuf_3.0.0-1_amd64.deb
Files:
81d9c08919885a8537266657116e1a03 2859 devel optional protobuf_3.0.0-1.dsc
d4f6ca65aadc6310b3872ee421e79fa6 3899337 devel optional
protobuf_3.0.0.orig.tar.gz
226ce8b5d774ef731f1dda0bb17cf278 17596 devel optional
protobuf_3.0.0-1.debian.tar.xz
db97e4313f6ebad8d94562a22c5d7129 937386 libdevel optional
libprotobuf-dev_3.0.0-1_amd64.deb
8feb7e3e5085d376c8ffa198671d6866 643556 java optional
libprotobuf-java_3.0.0-1_all.deb
288a6bb884fab10b2157afad7f0be07f 713698 debug extra
libprotobuf-lite10-dbgsym_3.0.0-1_amd64.deb
8e1c35b57544c1ac84ed13fa6471defc 124000 libs optional
libprotobuf-lite10_3.0.0-1_amd64.deb
5a44d7a691f498260a09df291f1f50fd 6432792 debug extra
libprotobuf10-dbgsym_3.0.0-1_amd64.deb
a398c3225ec72fa0fa066d9209f46923 680598 libs optional
libprotobuf10_3.0.0-1_amd64.deb
95c382d2220b8c894b6e963c0d7062df 674400 libdevel optional
libprotoc-dev_3.0.0-1_amd64.deb
fd991485d3f50ecfb2b77ebb758f1b6d 8973266 debug extra
libprotoc10-dbgsym_3.0.0-1_amd64.deb
90c069109703f543b50736f46e348483 623708 libs optional
libprotoc10_3.0.0-1_amd64.deb
27ce37698126550e44ae20b2022a559e 50394 debug extra
protobuf-compiler-dbgsym_3.0.0-1_amd64.deb
3493d8af68605437015313833d927002 51970 devel optional
protobuf-compiler_3.0.0-1_amd64.deb
c4acdb148d6d7395147d47af889c0cb3 747190 debug extra
python-protobuf-dbgsym_3.0.0-1_amd64.deb
57d5d021f18ae26cbf195c0c0d6cf23f 290906 python optional
python-protobuf_3.0.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXupGyAAoJEFK2u9lTlo0bh8sP/jNtc/4U+eSo9z2I6udezNNj
SlDi7CnI18pZseiQHl6jLfIVG/areul/u+SzilTgTOwS2DYCH1ps0uuIkatej2H3
ORBgPYil2BTs1Bz6JPC9iH0qJrljwVYchUHt3tzrsTUcxHRFnlayfMEEAgAdva/P
AdHEokIYsld3SjTTsybDfkfuwOllBnruNjCpkVve0ElhEpM2SyjS4y9gX77Zjz35
X1pNeIXNx8qlWIU97LCvQRAdOX1uolXdiVocKOKln25sXTD56gGPbujCnm2J2lb+
Og10EkDaB3nxUzQ9tIIU8IJ0YwGwipfAbc06CIZdK7QjtKuZbFTEGqNNyjeSh5V5
gl1GF0plTqn5Dxunker179WD04F8pWYFgu3cALlLoiyi2rvJ3/2NcIVIRtPUPz9e
HHDV4DFdJc7DgWKqc4nCzriKYjAJ3uOnmixvwKqy+vyNj2v8VYlUInVCA8SR7Xab
cI9GvBO5VQ07esIHp5Ss5P8FlNOuN0H4v7XNKnbOAZbfC4mTfjRQSxFH+3gEVLSd
JS71K1IfROS/O0Ie205Vus/+J4RXzwegpYvmCZ7gyn3QMWgoUD6pCroWEwUc5lBl
ZkuSJVsMZgdGcqHSCgbtGOuMOm+f7/uwVIHNv8G388d/5ob7t0Q8D8Wm3sa/kVOG
W9V19aDHANJB2e//PjCg
=V2L7
-----END PGP SIGNATURE-----
--- End Message ---