protobuf-c 1.0.2-1build2 source package in Ubuntu

Changelog

protobuf-c (1.0.2-1build2) wily; urgency=medium

  * No-change rebuild against libprotobuf9v5

 -- Steve Langasek <email address hidden>  Mon, 10 Aug 2015 18:47:54 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
protobuf-c_1.0.2.orig.tar.gz 439.4 KiB db771f7b0e76d5bb14140a50df4a32553288fd3e701b60e90e034e22f411ef76
protobuf-c_1.0.2-1build2.debian.tar.xz 4.0 KiB 8e9d28bec7fb14c3782a89ba1909903d7ec0caf4037e9d76407be69a2c2ba5d3
protobuf-c_1.0.2-1build2.dsc 2.2 KiB acc5057f84513e984c42b90082b4b09235d24273868f48794d5d92742be3950d

Available diffs

View changes file

Binary packages built by this source

libprotobuf-c-dev: Protocol Buffers C static library and headers (protobuf-c)

 Protocol Buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 This is the "protobuf-c" implementation of Protocol Buffers in C.
 .
 This package contains the static library and development headers.

libprotobuf-c-dev-dbgsym: No summary available for libprotobuf-c-dev-dbgsym in ubuntu wily.

No description available for libprotobuf-c-dev-dbgsym in ubuntu wily.

libprotobuf-c1: Protocol Buffers C shared library (protobuf-c)

 Protocol Buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 This is the "protobuf-c" implementation of Protocol Buffers in C.
 .
 This package contains the shared library.

libprotobuf-c1-dbg: No summary available for libprotobuf-c1-dbg in ubuntu wily.

No description available for libprotobuf-c1-dbg in ubuntu wily.

libprotobuf-c1-dbgsym: No summary available for libprotobuf-c1-dbgsym in ubuntu wily.

No description available for libprotobuf-c1-dbgsym in ubuntu wily.

protobuf-c-compiler: No summary available for protobuf-c-compiler in ubuntu wily.

No description available for protobuf-c-compiler in ubuntu wily.

protobuf-c-compiler-dbgsym: debug symbols for package protobuf-c-compiler

 Protocol Buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 This is the "protobuf-c" implementation of Protocol Buffers in C.
 .
 This package contains the "protoc-c" code generator that creates C stubs from
 Protocol Buffers .proto files. These stubs must be compiled and linked against
 the libprotobuf-c support library.