[ubuntu/karmic] boost1.35 1.35.0-10ubuntu1 (Accepted)

Andreas Wenning awen at awen.dk
Mon May 11 01:05:19 BST 2009


boost1.35 (1.35.0-10ubuntu1) karmic; urgency=low

  * Merge from debian unstable, Closes LP: #373962, remaining changes:
    - debian/rules:
      - Revert "build bjam with -Werror" introduced recently in Debian,
        since it fails all over the place with gcc 4.3 (ignored function
        return values).
      - Removed python 2.4 requests and added 2.6
    - debian/control:
      - Have libboost1.35-dev Provides: libboost-dev, to aid with the 1.34
        -> 1.35 transition (LP #297152)
      - Removed 2.4 and added 2.6 to XS-Python-Version
    - Extend debian/patches/sp_counted_base.patch to also apply to sparc to fix
      undefined reference to `__sync_fetch_and_add_4' build errors
    - debian/rtupdate: Update for python2.6.
  * Add debian/patches/gcc-4.4.patch with missing include for GCC 4.4.
  * Edit debian/patches/0001-boost.mpl-gcc-4.4-fixes.patch to add missing
    fixes from final commit https://svn.boost.org/trac/boost/changeset/49257
  * debian/rules: Install pyste into /usr/share/pyshared/pyste.

boost1.35 (1.35.0-10) unstable; urgency=low

  * rtupdate: Do not die if called for an unknown python version, just
    remove existing symlinks.  Closes: #517203.

  * control (libboost1.35-dev): Move -doc from recommends to suggests.
    Closes: #517399.

boost1.35 (1.35.0-9) experimental; urgency=low

  * patches/0001-boost.mpl-gcc-4.4-fixes.patch: New.  Fixes preprocessor
    usage.  Closes: #505109.

Date: Sun, 10 May 2009 21:53:18 +0200
Changed-By: Andreas Wenning <awen at awen.dk>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Jonathan Riddell <jriddell at ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/boost1.35/1.35.0-10ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 10 May 2009 21:53:18 +0200
Source: boost1.35
Binary: libboost1.35-dbg libboost1.35-dev libboost1.35-doc libboost-date-time1.35.0 libboost-date-time1.35-dev libboost-filesystem1.35.0 libboost-filesystem1.35-dev libboost-graph1.35.0 libboost-graph1.35-dev libboost-iostreams1.35.0 libboost-iostreams1.35-dev libboost-program-options1.35.0 libboost-program-options1.35-dev libboost-python1.35.0 libboost-python1.35-dev libboost-regex1.35.0 libboost-regex1.35-dev libboost-serialization1.35.0 libboost-serialization1.35-dev libboost-signals1.35.0 libboost-signals1.35-dev libboost-system1.35.0 libboost-system1.35-dev libboost-test1.35.0 libboost-test1.35-dev libboost-thread1.35.0 libboost-thread1.35-dev libboost-wave1.35.0 libboost-wave1.35-dev
Architecture: source
Version: 1.35.0-10ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andreas Wenning <awen at awen.dk>
Description: 
 libboost-date-time1.35-dev - set of date-time libraries based on generic programming concepts
 libboost-date-time1.35.0 - set of date-time libraries based on generic programming concepts
 libboost-filesystem1.35-dev - filesystem operations (portable paths, iteration over directories
 libboost-filesystem1.35.0 - filesystem operations (portable paths, iteration over directories
 libboost-graph1.35-dev - generic graph components and algorithms in C++
 libboost-graph1.35.0 - generic graph components and algorithms in C++
 libboost-iostreams1.35-dev - Boost.Iostreams Library development files
 libboost-iostreams1.35.0 - Boost.Iostreams Library
 libboost-program-options1.35-dev - program options library for C++
 libboost-program-options1.35.0 - program options library for C++
 libboost-python1.35-dev - Boost.Python Library development files
 libboost-python1.35.0 - Boost.Python Library
 libboost-regex1.35-dev - regular expression library for C++
 libboost-regex1.35.0 - regular expression library for C++
 libboost-serialization1.35-dev - serialization library for C++
 libboost-serialization1.35.0 - serialization library for C++
 libboost-signals1.35-dev - managed signals and slots library for C++
 libboost-signals1.35.0 - managed signals and slots library for C++
 libboost-system1.35-dev - Operating system (e.g. diagnostics support) library
 libboost-system1.35.0 - Operating system (e.g. diagnostics support) library
 libboost-test1.35-dev - components for writing and executing test suites
 libboost-test1.35.0 - components for writing and executing test suites
 libboost-thread1.35-dev - portable C++ multi-threading
 libboost-thread1.35.0 - portable C++ multi-threading
 libboost-wave1.35-dev - C99/C++ preprocessor library
 libboost-wave1.35.0 - C99/C++ preprocessor library
 libboost1.35-dbg - Boost C++ Libraries with debug symbols
 libboost1.35-dev - Boost C++ Libraries development files
 libboost1.35-doc - Boost.org libraries documentation
Closes: 505109 517203 517399
Launchpad-Bugs-Fixed: 373962
Changes: 
 boost1.35 (1.35.0-10ubuntu1) karmic; urgency=low
 .
   * Merge from debian unstable, Closes LP: #373962, remaining changes:
     - debian/rules:
       - Revert "build bjam with -Werror" introduced recently in Debian,
         since it fails all over the place with gcc 4.3 (ignored function
         return values).
       - Removed python 2.4 requests and added 2.6
     - debian/control:
       - Have libboost1.35-dev Provides: libboost-dev, to aid with the 1.34
         -> 1.35 transition (LP #297152)
       - Removed 2.4 and added 2.6 to XS-Python-Version
     - Extend debian/patches/sp_counted_base.patch to also apply to sparc to fix
       undefined reference to `__sync_fetch_and_add_4' build errors
     - debian/rtupdate: Update for python2.6.
   * Add debian/patches/gcc-4.4.patch with missing include for GCC 4.4.
   * Edit debian/patches/0001-boost.mpl-gcc-4.4-fixes.patch to add missing
     fixes from final commit https://svn.boost.org/trac/boost/changeset/49257
   * debian/rules: Install pyste into /usr/share/pyshared/pyste.
 .
 boost1.35 (1.35.0-10) unstable; urgency=low
 .
   * rtupdate: Do not die if called for an unknown python version, just
     remove existing symlinks.  Closes: #517203.
 .
   * control (libboost1.35-dev): Move -doc from recommends to suggests.
     Closes: #517399.
 .
 boost1.35 (1.35.0-9) experimental; urgency=low
 .
   * patches/0001-boost.mpl-gcc-4.4-fixes.patch: New.  Fixes preprocessor
     usage.  Closes: #505109.
Checksums-Sha1: 
 391d8a5507b68f7d7f8f8d82bed384b7a0dd2807 2145 boost1.35_1.35.0-10ubuntu1.dsc
 66f320f806089ecf6cce69bb83f1f40d8e1ba925 86749 boost1.35_1.35.0-10ubuntu1.diff.gz
Checksums-Sha256: 
 5282e5efd82e11b294269223cf42d0286e5413201a3557a18ad3e270c8dec906 2145 boost1.35_1.35.0-10ubuntu1.dsc
 1e503f06b70dc771b5a8d0c7bef0051366149a73b632a3092611a3ccf6284705 86749 boost1.35_1.35.0-10ubuntu1.diff.gz
Files: 
 b98cdee2c6daffa81e7e9c9f07642e66 2145 libs optional boost1.35_1.35.0-10ubuntu1.dsc
 ea2002bc43e928ae5801ca647e8dbc5d 86749 libs optional boost1.35_1.35.0-10ubuntu1.diff.gz
Original-Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoHa1QACgkQpQbm1N1NUIiLkQCeNaH1v4jrAtLvQMXBpGcmfSGg
jpAAoIi7zdG8AfUs92LKzQLQLD1tOlGZ
=MyiK
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list