protobuf 2.4.1-3ubuntu3 source package in Ubuntu
Changelog
protobuf (2.4.1-3ubuntu3) trusty; urgency=low * Don't recommend protobuf-compiler from the bindings, it's not used and this doesn't need to be pulled in at runtime. Closes: #703628. * Mark protobuf-compiler Multi-Arch: foreign; the output of this command is architecture-independent source, we don't need the version of the compiler to match the target arch. * Bump to debhelper compat 9, so that our libs get installed to the multiarch locations. * Mark the library packages Multi-Arch: same. * Fix debian/rules to support cross-building of the python bindings. * Build-depend on libpython-dev (not python-dev) and python:any (not python), for cross-build compatibility. * Move default-jdk to Build-Depends-Indep, also for cross-build compatibility. -- Steve Langasek <email address hidden> Fri, 22 Nov 2013 17:45:39 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
protobuf_2.4.1.orig.tar.gz | 1.8 MiB | eac6969b617f397247e805267da2b0db3ff9e5a9163b123503a192fbb5776567 |
protobuf_2.4.1-3ubuntu3.debian.tar.gz | 16.4 KiB | cc3e3d7737e424713b2fc930ee0e4772cdc65484a4c2c1fc27ae43c8de46c05d |
protobuf_2.4.1-3ubuntu3.dsc | 2.5 KiB | 2f2cfb3f05a7532eafe75298a00810c3ae2acd39d6f6fe611eec61813b3258a4 |
Available diffs
Binary packages built by this source
- libprotobuf-dev: protocol buffers C++ library (development files)
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.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the development headers and static libraries needed for
writing C++ applications.
- libprotobuf-java: Java bindings for protocol buffers
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.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Java bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Java classes, and then the modules in this package will allow
you to use those classes in your programs.
- libprotobuf-lite7: No summary available for libprotobuf-lite7 in ubuntu trusty.
No description available for libprotobuf-lite7 in ubuntu trusty.
- libprotobuf7: No summary available for libprotobuf7 in ubuntu trusty.
No description available for libprotobuf7 in ubuntu trusty.
- libprotoc-dev: protocol buffers compiler library (development files)
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.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the development headers and static library needed for
writing protobuf compilers.
- libprotoc7: No summary available for libprotoc7 in ubuntu trusty.
No description available for libprotoc7 in ubuntu trusty.
- protobuf-compiler: compiler for protocol buffer definition files
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.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the protocol buffer compiler that is used for
translating from .proto files (containing the definitions) to the language
binding for the supported languages.
- python-protobuf: Python bindings for protocol buffers
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.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Python bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Python classes, and then the modules in this package will allow
you to use those classes in your programs.