protobuf-c 0.14-1ubuntu1 source package in Ubuntu

Changelog

protobuf-c (0.14-1ubuntu1) saucy; urgency=low

  * debian/rules:
    - Update config.sub/guess in dh_autoreconf to fix build on arm64.
    - Drop custom rules, as it was just doing a subet of dh_autoreconf.
 -- William Grant <email address hidden>   Wed, 16 Oct 2013 22:29:26 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
protobuf-c_0.14.orig.tar.gz 495.5 KiB c9a1c39518145a11918f4ac79666b0966815da77eb5e412b4ca7901532afb59d
protobuf-c_0.14-1ubuntu1.debian.tar.gz 4.4 KiB fe246541388bbf4099d03e54e6ffe3084699cb80e503410b8db1bcc5a78dbe0a
protobuf-c_0.14-1ubuntu1.dsc 2.0 KiB fae8e52c798c8f9423213b3937f305387fc963fa9946944449d3c71704f04f3e

Available diffs

View changes file

Binary packages built by this source

libprotobuf-c0: No summary available for libprotobuf-c0 in ubuntu saucy.

No description available for libprotobuf-c0 in ubuntu saucy.

libprotobuf-c0-dev: No summary available for libprotobuf-c0-dev in ubuntu saucy.

No description available for libprotobuf-c0-dev in ubuntu saucy.

protobuf-c-compiler: protocol buffers C compiler

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think 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 C implementation of protocol buffers.
 .
 This package contains a compiler that generates C stubs from protocol
 buffer schemas. These stubs must be compiled and linked against
 libprotobuf-c.