[ubuntu/trusty-proposed] protobuf 2.5.0-5ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Wed Jan 29 00:25:15 UTC 2014
protobuf (2.5.0-5ubuntu1) trusty; urgency=medium
* Merge from Debian unstable, remaining changes:
- Fix linking with -lpthread
- Move default-jdk to Build-Depends-Indep, also for cross-build
compatibility.
* Dropped all other changes, included in Debian.
protobuf (2.5.0-5) unstable; urgency=medium
* Upload to unstable.
* Note that the experimental C++ backend in python-protobuf has been
disabled.
protobuf (2.5.0-4) experimental; urgency=medium
* Rewrite the platform detection logic in .../platform-macros.h to be more
tolerant of all Debian architectures.
* Switch from autotools-dev to dh-autoreconf.
protobuf (2.5.0-3) experimental; urgency=medium
* Fix FTBFS on mips, due to missing detection of that architecture in
.../platform-macros.h.
* Fix FTBFS on ia64, powerpc, and sparc, where the default gcc version is
too old to compile the new __atomic*() intrinsics, by Build-Depending on
gcc-4.8, g++-4.8.
protobuf (2.5.0-2) experimental; urgency=low
* Fix FTBFS on "unsupported" architectures due to upstream issue 488:
- https://code.google.com/p/protobuf/issues/detail?id=488
Patch from Stanislav Ochotnicky (Red Hat).
protobuf (2.5.0-1) experimental; urgency=low
[ Micah Anderson ]
* New upstream version. (Closes: #704731.)
* Update debian/watch.
* Refresh patches.
[ Colin Watson ]
* Use the autotools-dev dh addon to update config.guess/config.sub for
arm64. (Closes: #725976.)
[ Steve Langasek ]
* 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, for cross-build
compatibility.
* (Closes: #726083.)
[ Robert S. Edmonds ]
* Upload to experimental.
* Bump ABI version from 7 to 8.
* Bump Standards-Version to 3.9.4.
* Convert from python-support to dh-python.
* Drop support for python2.6.
* python-protobuf: switch back to the pure Python implementation, as
upstream appears to no longer be maintaining the current C++ based Python
binding. See the following upstream issues for details:
- https://code.google.com/p/protobuf/issues/detail?id=434
- https://code.google.com/p/protobuf/issues/detail?id=503
Date: Tue, 28 Jan 2014 17:57:39 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/protobuf/2.5.0-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 28 Jan 2014 17:57:39 +0000
Source: protobuf
Binary: libprotobuf8 libprotobuf-lite8 libprotobuf-dev libprotoc8 libprotoc-dev protobuf-compiler python-protobuf libprotobuf-java
Architecture: source
Version: 2.5.0-5ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
libprotobuf-dev - protocol buffers C++ library (development files)
libprotobuf-java - Java bindings for protocol buffers
libprotobuf-lite8 - protocol buffers C++ library (lite version)
libprotobuf8 - protocol buffers C++ library
libprotoc-dev - protocol buffers compiler library (development files)
libprotoc8 - protocol buffers compiler library
protobuf-compiler - compiler for protocol buffer definition files
python-protobuf - Python bindings for protocol buffers
Closes: 703628 704731 725976 726083
Changes:
protobuf (2.5.0-5ubuntu1) trusty; urgency=medium
.
* Merge from Debian unstable, remaining changes:
- Fix linking with -lpthread
- Move default-jdk to Build-Depends-Indep, also for cross-build
compatibility.
* Dropped all other changes, included in Debian.
.
protobuf (2.5.0-5) unstable; urgency=medium
.
* Upload to unstable.
* Note that the experimental C++ backend in python-protobuf has been
disabled.
.
protobuf (2.5.0-4) experimental; urgency=medium
.
* Rewrite the platform detection logic in .../platform-macros.h to be more
tolerant of all Debian architectures.
* Switch from autotools-dev to dh-autoreconf.
.
protobuf (2.5.0-3) experimental; urgency=medium
.
* Fix FTBFS on mips, due to missing detection of that architecture in
.../platform-macros.h.
* Fix FTBFS on ia64, powerpc, and sparc, where the default gcc version is
too old to compile the new __atomic*() intrinsics, by Build-Depending on
gcc-4.8, g++-4.8.
.
protobuf (2.5.0-2) experimental; urgency=low
.
* Fix FTBFS on "unsupported" architectures due to upstream issue 488:
- https://code.google.com/p/protobuf/issues/detail?id=488
Patch from Stanislav Ochotnicky (Red Hat).
.
protobuf (2.5.0-1) experimental; urgency=low
.
[ Micah Anderson ]
* New upstream version. (Closes: #704731.)
* Update debian/watch.
* Refresh patches.
.
[ Colin Watson ]
* Use the autotools-dev dh addon to update config.guess/config.sub for
arm64. (Closes: #725976.)
.
[ Steve Langasek ]
* 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, for cross-build
compatibility.
* (Closes: #726083.)
.
[ Robert S. Edmonds ]
* Upload to experimental.
* Bump ABI version from 7 to 8.
* Bump Standards-Version to 3.9.4.
* Convert from python-support to dh-python.
* Drop support for python2.6.
* python-protobuf: switch back to the pure Python implementation, as
upstream appears to no longer be maintaining the current C++ based Python
binding. See the following upstream issues for details:
- https://code.google.com/p/protobuf/issues/detail?id=434
- https://code.google.com/p/protobuf/issues/detail?id=503
Checksums-Sha1:
69cc04794fbe2bff927fea65f522ad58f826ca20 2585 protobuf_2.5.0-5ubuntu1.dsc
7f6ea7bc1382202fb1ce8c6933f1ef8fea0c0148 2401901 protobuf_2.5.0.orig.tar.gz
4470b5799a2a6e66cfaf0ae80803ff9827b56ebf 20372 protobuf_2.5.0-5ubuntu1.debian.tar.gz
Checksums-Sha256:
fb33d28c3fd7722e7274dda986193faa90a4ca230e2ed4d601c6941319199cde 2585 protobuf_2.5.0-5ubuntu1.dsc
c55aa3dc538e6fd5eaf732f4eb6b98bdcb7cedb5b91d3b5bdcf29c98c293f58e 2401901 protobuf_2.5.0.orig.tar.gz
8bd5b325b42a89b9ab8c791cecbecee9d6adcd5653dc8673c78fc5969aeeb778 20372 protobuf_2.5.0-5ubuntu1.debian.tar.gz
Files:
5e95cd2f012a7ac0f548bf5877293c13 2585 devel optional protobuf_2.5.0-5ubuntu1.dsc
b751f772bdeb2812a2a8e7202bf1dae8 2401901 devel optional protobuf_2.5.0.orig.tar.gz
036051d36c05168e98d1e0a8fef5dc92 20372 devel optional protobuf_2.5.0-5ubuntu1.debian.tar.gz
Original-Maintainer: Iustin Pop <iustin at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCAAGBQJS6DQLAAoJEFaNMPMhshM9sE4P/2ixAtQqg/mETDK3MSQLnSQX
/fz4mAATNbMcnY5vIkVxPOWLIvSwroW+CpjJwP8WcLEUqvbIXElUv7YDEzH9qDT1
akTYjatwK/JKDsuEKDzGmMTdKB/4ElSumn4NipVczTDjiWqnqdmrze1TyJtc7rc8
f6HCNcf9xL/gFVQuqHaAduZ5I04qmv7Wy4xUZlA5jC/iyfWOSy8EJayrvR53KRy0
QbHdDmEV5Xup6yI9Zjr2aw+/7LuUeCUVnD+BmhBgOwGKHeQvRPuh/bq9AmN5RQDd
du+7Me43tnrEmQLCuJ/ojY1fmkQz7n/LzkKB/XwVQxQFsJAX65RNQ1qbZbXnYAO6
bnmKHG1TbscBGG1ese6pQ3r1VRATnUKNjA76I2cGUnjwgmULvLwHc3DvtaDLfCnA
HevUXKUQ/c2vMtEyg4OCH/55Hrpi4riLuHKCZRqC8MAdV1Sl197CBJ9Hlpg3QO3b
51u3kchwlgodr4860Dd+HZeWIlLgJPFdHjo+mz3msnGv2hesexMuOLk5Tde5YLi+
ubKjYV5+mIqDK/zt49xKP+i/AcKEBmp5Kld4NObgNyZJX+vYGvJbt4FSJpCi9HQl
PPdxYpqtnd5a0JcOUGSUpV8fqfn1yx20xb/8oVgXu3hCJogAno1W7qRrPOGOIdmR
2FjcfXhnU13nY3Fj/m/x
=qpUK
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list