boost1.37 1.37.0-3 source package in Ubuntu
Changelog
boost1.37 (1.37.0-3) unstable; urgency=low * patches/series: Add add-disable-long-double.patch to the series. * rules: Suppress building long-double math libraries (math_c99l & math_tr1l) on hppa, arm, armel, mips, and mipsel. Closes: #508962. boost1.37 (1.37.0-2) unstable; urgency=low * control: Add Bcs-Browser and Vcs-Svn information. * copyright: Update with the help of licensecheck, modified to detect the Boost Software License; c.f. debian/licensecheck.diff. * patches/atomic_count_gcc.patch: New. GCC version >= 4.2 has moved <bits/atomic.h> to <ext/atomic.h>. * patches/jam-hardening.patch: New. Fix warnings generated by hardening options, -D_FORTIFY_SOURCE=2 and -Wformat-security. Thanks to Kees Cook for the patch. Closes: #505734. * patches/atomic_count.patch: New. Exclude armel, m68k, and sparc from atomic_count_sync case since they do not have __sync functions (http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Atomic-Builtins.html). * patches/math-c99.patch: New. Fix detection of long-double math functions such as log1pl() and expm1l(). Upstream changeset 50055. * patches/kfreebsd-jam.patch: New. Include <unistd.h> for all GLIBC systems; fixes a build failure for kFreeBSD. Thanks to Petr Salinger for the patch. Closes: #506736. * patches/system-error-code.patch: New. Restore function get_posix_category(). Closes: #503917. Thanks to Deng Xiyue for researching the fix. * patches/sp_counted_base.patch: New. Add armel, m68k, and sparc to list of architectures that cannot use sp_counted_base_sync (they do not have __sync functions). * rules: The above patch means these architectures (and arm, which is already accounted for in sp_counted_base.hpp) fall through to sp_counted_base_spin, so we no longer need to specify BOOST_SP_USE_PTHREADS. boost1.37 (1.37.0-1) unstable; urgency=low * New upstream. Closes: #504475. * patches/test-child-exit-t1723.patch: * patches/kfreebsd-poll-symbols.patch: * patches/gcc43-spirit-1617.patch: Remove, applied upstream. * check-interdep.sh: * documention-files: * example-files: Update for new version. * control: * rules: Update version variables for 1.37. Do not build single-threaded libraries. Do not create symlinks that are decorated with toolset name (i.e. "gcc43"). * rtupdate: Test for link target existence, since we no longer build single-threaded libraries. * debian/rules: Include debug symbols in libboost-dbg. Thanks for Tim Ansell for the patch. Closes: #495812. * control: Increase build-dep to debhelper >= 7. * compat: Set to level 7. Level 4 or better required for debug symbols fix. boost1.36 (1.36.0-2) unstable; urgency=low * debian/patches/endian.patch: New. Include <endian.h> unconditionally on all Debian systems. boost1.36 (1.36.0-1) unstable; urgency=low * New upstream version. Closes: #495179. - patches/serialisation-utility-include.patch: - patches/serialization-intrinsic64.patch: - patches/sp_counted_base.patch: Remove. Applied upstream. * patches/gcc43-date_time.patch: * patches/gcc43-spirit-1617.patch: * patches/gcc43-path_name_check.patch: New. Fixes for GCC 4.3 issues. * patches/gcc-4.3.patch: Remove. Most of this was applied upstream; remainder is now in gcc43-date_time.patch. * control: * rules: Add packages for Boost.Math. * copyright: Convert to UTF-8. boost1.35 (1.35.0-8) experimental; urgency=low * debian/patches/jam-wall-clean.patch: Additional changes to expand.c, hash.c to remove warnings from amd64 & s390. * libboost-python1.35-dev: Add preferred alternative dependency "python (>= 2.5)", since elementtree is included in Python 2.5 and later. Fix from Martin Pitt <email address hidden>. Closes: #494791. boost1.35 (1.35.0-7) experimental; urgency=low * debian/patches/avoid-PATH_MAX.patch: Define symbol _GNU_SOURCE in order that get_current_dir_name() is declared. Should fix the build failure #494346. * debian/patches/jam-wall-clean.patch: Patch jam sources to build cleanly with -Wall. * debian/rules: Build with -Wall -Werror. boost1.35 (1.35.0-6) experimental; urgency=low [ Steve M. Robbins ] * Uploading to experimental to avoid messing with the Etch freeze. * debian/control: Set Standards-Version to 3.8.0; no changes required. * debian/rules: Set gcc_version to gcc43 for the upstream-compatible symlinks. * debian/patches/gcc-4.3.patch: Qualify typedef in boost/gil/bit_aligned_pixel_reference.hpp. Closes: #485512. * debian/patches/serialisation-utility-include.patch: New. Apply suggested patch, from upstream http://svn.boost.org/trac/boost/ticket/1822. Closes: #491225. * debian/patches/sp_counted_base.patch: New. Avoid using sp_counted_base_sync.hpp on ARM and HPPA, as those architectures do not support atomic builtin __sync_fetch_and_add. Closes: #485434. * debian/patches/kfreebsd-poll-symbols.patch: New. Work around kFreeBSD defining POLL_ERR and POLL_HUP as the same value. Closes: #492786. * debian/patches/avoid-PATH_MAX.patch: New. Use get_current_dir_name() to avoid static string of size PATH_MAX as that symbol is unavailable in hurd-i386. Closes: #487343. * debian/patches/test-child-exit-t1723.patch: New. Ignore child process if return status is zero (normal); fix for Boost ticket 1723. * debian/patches/python2.5-elementtree.patch: New. Use cElementTree from xml.etree, if available (python 2.5). Closes: #489022. [ Domenico Andreoli ] * debian/rules: perform parallel builds as per $DEB_BUILD_OPTIONS boost1.35 (1.35.0-5) unstable; urgency=low * debian/rules: Build using -DBOOST_SP_USE_PTHREADS for armel. boost1.35 (1.35.0-4) unstable; urgency=low * debian/rules: Fix syntax error creating user-config.jam; the final semicolon needs a space before it. Closes: #481971. boost1.35 (1.35.0-3) unstable; urgency=low * debian/patches/serialization-intrinsic64.patch: New. Patch from upstream to fix build problem with GCC 4.3 on 64-bit systems. * debian/rules: The gcc module of bjam no longer honours <define>, so use <compileflags>-D_REENTRANT in user-config.jam. * debian/rules: Build using -DBOOST_SP_USE_PTHREADS for: hppa, sparc, and arm. boost1.35 (1.35.0-2) unstable; urgency=low * debian/control: Add missing dependencies. Closes: #480948. date_time depends on serialization filesystem depends on system graph depends on serialization test iostreams depends on regex regex depends on thread thread depends on date_time wave depends on filesystem serialization multi_index [libboost-dev] depends on serialization boost1.35 (1.35.0-1) unstable; urgency=low * New upstream version. Closes: #473752. debian/documentation-files: debian/patches: Adjust to new version. debian/control: Remove depenency of libboost-dev on libboost-serialization-dev as noted in (1.34.1-7). Closes: #478782. * debian/control: Substitute 1.34.1 --> 1.35.0 on all library package names. Change source to boost1.35 so that packages will coexist in archive with 1.34.1 versions. Add version string to all packages including -dev and -doc. Add conflicts with previous packages. Add packages libboost-system1.35.0 and libboost-system1.35-dev. * debian/patches/library-naming.patch: New. Remove toolset and boost version from library names. * debian/rtupdate: Remove logic for links with toolset name. * debian/rules: Adjust SOVERSION, SHLIBS_VERSION, and boost_version to new version. Remove DEBIAN_SUFFIX. Add system to boost_libs. Adjust link functions: - Create compatibility links with toolset and boost version, rather than simplified name links. - Don't create gcc41 compatibility links. - Don't create Boost.Python compatibility links. Add "link=shared,static" to all jam invocations, including "jam install". Don't need to copy more/css_0 to -doc package. Add rules for new system library * debian/control: * debian/rules: Don't build with g++-4.2 explicitly. Closes: #463288. * debian/libboost-doc.doc-base: Change Section from obsolete Apps/Programming to Programming/C++. Replace leading spaces of Abstract continuation lines by a single space. The latter means "display verbatim", which is not desired. * debian/control: Build-depend on debhelper (>= 6.0.7) to ensure dh_lintian available. * debian/rules: Use dh_lintian to install lintian-overrides. Create all lintian-overrides files in debian/rules. * debian/libboost-dev.lintian-overrides: * debian/libboost-dbg.lintian-overrides: * debian/libboost-python-dev.lintian-overrides: * debian/libboost-doc.lintian-overrides: Delete. * debian/control: Remove package bcp. * debian/rules: Package /usr/bin/bcp and its manpage in libboost1.35-dev. * debian/control: Remove package pyste. * debian/rules: Package /usr/bin/pyste and its manpage in libboost-python1.35-dev. boost (1.34.1-11) unstable; urgency=low * debian/control: Add python-dev to libboost-python-dev depends. Closes: #473973. boost (1.34.1-10) unstable; urgency=low * debian/libboost-python-dev.postinst: * debian/libboost-python-dbg.postinst: Change from "which pyversions && ..." (which fails if pyversions not available) to "if which pyversions ...". Closes: #473607. * debian/patches/date_time_date_formatting_hpp: Update patch to also format fractional seconds with classic locale (thanks, Jean Pierre LeJacq). Also reported upstream as ticket/1726. Closes: #473177. boost (1.34.1-9) unstable; urgency=low * debian/control: * debian/rules: Set up to use Quilt for maintaining patches. * boost/numeric/ublas/matrix.hpp: * boost/numeric/ublas/matrix_sparse.hpp: Revert. These originated in the merge of 1.33.1 (change 13900) and appear to be erroneous. * Reverted all other diffs outside of debian/ and created the following set of quilt patches: - debian/patches/regex-vulnerability.patch - debian/patches/suppress-compiler-warnings.patch - debian/patches/function-template-thread-safety.patch - debian/patches/bjam-no-strict-aliasing.patch - debian/patches/gcc-4.3.patch * Remove obsolete patch files: - debian/patches/03-st_mt.patch - debian/patches/02-is_incrementable1331.patch - debian/patches/01-ublas1331.patch - debian/patches/05_regex_fixes.patch - debian/patches/04-ublas_warnings.patch * boost/date_time/date_facet.hpp: Qualify special_values_parser<>, to build with GCC 4.3; patch added to gcc-4.3.patch (thanks, Anibal Avelar). Closes: #468061. * boost/spirit/phoenix/operators.hpp: Include <climits>, to build with GCC 4.3; patch added to gcc-4.3.patch (thanks, Dominic Hargreaves). Closes: #470080. * boost/date_time/date_formatting.hpp: Format year with classic locale to force correct formatting; new patch date_time_date_formatting_hpp (thanks, Jean Pierre LeJacq). Also reported upstream as ticket/1674. Closes: #469771. * debian/libboost-doc.doc-base: Change document ID from "Boost" to "boost". Apparently dh_installdocs got picky about no upper-case letters in doc IDs. Closes: #471284. * debian/patches/gcc-4.3.patch: Include relevant patches from Boost ticket tracker, issues: 1570, 1615, and 1617. * debian/control: Update to standards version 2.7.3 (no changes). * debian/pyste.1: New. Manual page for pyste. * debian/rules: Install pyste man page. Bump SHLIBS_VERSION to 1.34.1-8. Closes: #472571. * debian/bcp.1: Replace initial ' by .\" to avoid warnings from "man". boost (1.34.1-8) unstable; urgency=low * debian/rules: Replace all use of $(PWD) and `pwd` by $(CURDIR); clears up lintian warning debian-rules-uses-pwd. * debian/control: Move the homepage lines from the extended descriptions to a proper header; clears up lintian warning description-contains-homepage. * tools/jam/src/build.jam: Build using -fno-strict-aliasing, to avoid a segfault. Patch obtained from upstream changeset 41036; c.f. bug #367825 and boost ticket 977 (http://svn.boost.org/trac/boost/ticket/977). * debian/rules: Do not build bjam with CC=gcc-4.1. * debian/control: Do not build-depend on gcc-4.1. Closes: #463287. * debian/control: Change Build-Depends from "python-dev | python-all-dev, python2.4-dev" to simply "python-all-dev"; this brings in all current Python -dev packages. Update python-support required version from 0.3 to 0.6, following README of current python-support package. Remove "python2.4-dev" from dependency of libboost-python-dev; add python2.4-dev and python2.5-dev to its Suggests line since users of this package may need any of the currently-supported Python development packages. * debian/rules: Introduce a suffix on library names, intended to handle the -py24 and -py25 suffices added using --buildid. This requires some new functions, and updates to existing functions: mk_base_name, mk_full_name, mk_compat_name, mk_xxx_files, mk_files, and mk_debhelper_files. Add lines for Python 2.4 and 2.5 to user-config.jam file and build each python version explicitly. Factor code to remove generated debhelper files from clean to new rule clean-debhelper, called from both clean and install rules. Install debian/rtupdate files, ensure the -py24 and -py25 libraries are installed and remove those without suffices. Remove unnecessary use of dh_python. Closes: #445381, #425881, #466820. * debian/rtupdate: New. Updates or removes symlinks for link libraries, depending on the default Python runtime version. * debian/libboost-dbg.postinst: New. Call rtupdate to create symlinks. * debian/libboost-python-dev.postinst: New. Call rtupdate to create symlinks. * debian/libboost-dbg.prerm: New. Call rtupdate to remove symlinks. * debian/libboost-python-dev.prerm: New. Call rtupdate to remove symlinks. * debian/README.Debian: * debian/libboost-python-dev.README.Debian: * debian/Notes: Add notes about multiple Python runtime support, remove some obsolete notes. boost (1.34.1-7) unstable; urgency=low * debian/control (libboost-dev): Move libboost-serialization-dev from Recommends to Depends since ptr_vector needs it. Closes: 457654, 465720. Note that the next version of the Pointer Container Library uses a non-intrusive implementation of serialization, decoupling the libraries [http://thread.gmane.org/gmane.comp.lib.boost.devel/169668]. This change can be reverted when the new upstream is packaged. * debian/documentation-files: Updated as per procedure in debian/Notes. Closes: #338106. * debian/rules (libboost-doc): Also copy in all doc directories. boost (1.34.1-6) unstable; urgency=low [Fixes for GCC 4.3] * boost/regex/v4/cpp_regex_traits.hpp: * boost/test/test_tools.hpp: Add #include <climits> to pick up definition of CHAR_BIT (thanks, Jiri Palecek). Closes: #444359. * boost/python/detail/def_helper.hpp: Change keywords<0> to detail::keywords<0>, avoiding a "changes meaning" error. Patch from upstream SVN. * Verified that tagpy builds. Closes: #444359. * Verified that twinkle builds (after fixing #465187). Closes: #454815. * Verified that kdeedu builds (had to omit uninstallable libfacile-ocaml-dev build-dep). Closes: #463464. boost (1.34.1-5) unstable; urgency=medium [ Domenico Andreoli ] * Re-synchronized with friends from Ubuntu (thanks Jamie Strandboge). - got fixes for CVE-2008-0171 and CVE-2008-0172. Closes: #461236. * debian/patches/05_regex_fixes.patch: fix for basic_regex_parser() in boost/regex/v4/basic_regex_parser.hpp to return error on invalid repetition of next state * References CVE-2008-0171 CVE-2008-0172 http://svn.boost.org/trac/boost/changeset/42674 http://svn.boost.org/trac/boost/changeset/42745 [ Steve Robbins ] * boost/function/function_base.hpp: * boost/function/function_template.hpp: Replace with SVN head version to fix boost http://svn.boost.org/trac/boost/ticket/1260. Closes: #458743. boost (1.34.1-4) unstable; urgency=low * Merged Steve Langasek's -2.1 and -2.2 changes into the experimental -3 version. boost (1.34.1-2.2) unstable; urgency=low * Non-maintainer upload. * Change libicu-dev dependency in addition to the build-dependency. Closes: #456844. * Add back build dependency on gcc-4.1, since bjam currently segfaults with gcc-4.2; this is superseded already in 1.34.1-3 in experimental. Closes: #456915. boost (1.34.1-2.1) unstable; urgency=low * Non-maintainer upload. * Build-depend on libicu-dev instead of libicu36-dev for the icu library transition. Closes: #454605. * Bump the Build-Depends from g++-4.1 to g++-4.2, and add backwards-compatibility "-gcc41" symlinks for all libraries to avoid gratuitous ABI breakage for the rebuild since the gcc version doesn't change the ABI, contrary to upstream assertion. Bump the shlibs to match. * Add shlibs to libboost-dbg package, for compatibility with new dpkg-shlibdeps behavior. boost (1.34.1-3) experimental; urgency=low * ABI change: switched back to gcc 4.2 * bjam is built using gcc 4.1 (closes: #367825). * libboost-dev now recommends all the other libboost-*-dev packages (closes: #443160). boost (1.34.1-2) unstable; urgency=low [ Steve Robbins ] * Build with gcc 4.1 and python 2.4 (closes: #426871). [ Domenico Andreoli ] * Fixed gcc 4.1 vs. gcc 4.2 confusion on hppa (closes: #436446). * Debug libraries and their symlinks are back in libboost-dbg. * bjam is built using gcc 4.1 also in the case it is not the default gcc version. boost (1.34.1-1) experimental; urgency=low * New upstream release (closes: #436091). * Moved date_time.hpp to libboost-date-time-dev (closes: #434370). * Removed libboost-dbg package. Debug libraries are now installed in their respective libboost-* packages. * Reworked libraries installation to binary packages. * README.Debian now explains how programs should link to the Boost libraries both the portable and the Debian-specific way. Closes: #429533, #424038, #425264, #428419, #431502, #425992. boost (1.34.1~rc1-1) experimental; urgency=low * New upstream release candidate. * Drop ${Source-Version} substvar from rules. * Moved boost/filesystem.hpp to libboost-filesystem-dev (closes: #428179). * Build with g++ 4.2 (g++ 4.1 is still used for bjam). * Updated README to reflect the new naming scheme for libraries linking. boost (1.34.0-1) unstable; urgency=low * New upstream release. * libboost-doc is properly created and filled, also on hppa (closes: #406883). boost (1.34.0~rc2-2) experimental; urgency=low * Re-applied workaround for toolchain bug on hppa (closes: #416496). * Partially synchronized with Ubuntu: - removed "python |" as alternative build dependency - libboost-python-dev now depends on python2.5-dev boost (1.34.0~rc2-1) experimental; urgency=low * Removed debian-specific virtual destructors of polymorphic_iarchive and polymorphic_oarchive. see http://lists.boost.org/Archives/boost/2006/09/110979.php. * Bumped shlibs to (>= 1.34.0~rc2-1), ABI might be changed since the first introduction of 1.34.0 snapshot from CVS almost a year ago. boost (1.34.0~beta1-2) experimental; urgency=low * libboost-serialization-dev now depends on libboost-serialization1.34.0, libboost-wave-dev on libboost-wave1.34.0. * Build depends on g++-4.1 (>= 4.1.2). boost (1.34.0~beta1-1) experimental; urgency=low * New upstream beta release. * Boost.Python is built using python 2.5. boost (1.33.1+1.34.0-cvs20070326-1) experimental; urgency=low * New upstream snapshot version. * Added missing shared library packages of Boost.Serialization and Boost.Wave. Closes: #410157. * No unqualified .so symlinks are now provided, only -st.so/-mt.so are available. Closes: #356705. boost (1.33.1+1.34.0-cvs20070221-1) experimental; urgency=low * New upstream snapshot version. * Improved the build process. * Now both st/mt variants are installed as well as their new symlinks to ease the linking. No, we still have not pkg-config support. boost (1.33.1+1.34.0-cvs20060531-1) experimental; urgency=low * New upstream snapshot version. * CSS file for HTML documentation is now correctly installed. Closes: #358986. * Standards-Version is now set to 3.7.2. boost (1.33.1-10) unstable; urgency=medium * boost/detail/sp_counted_base_gcc_ia64.hpp, boost/detail/sp_counted_base_gcc_ppc.hpp: added missing constraints on inline assembly. Closes: #405599. Patch courtesy of Aaron M. Ucko <email address hidden>, from upstream CVS. boost (1.33.1-9ubuntu2) feisty; urgency=low * Remove "python |" as alternative build dependency. boost (1.33.1-9ubuntu1) feisty; urgency=low * Build using python2.5. * Fix build failure on 64bit archs with python2.5. boost (1.33.1-9) unstable; urgency=low * boost/property_map_iterator.hpp: added missing namespace. Closes: #397654. boost (1.33.1-8) unstable; urgency=low * Synchronized with Ubuntu. * libboost-regex-dev now depends on libicu36-dev. boost (1.33.1-7ubuntu1) edgy; urgency=low * debian/patches/05-fix_signals.patch: - patch from upsteam CVS, fixes Boost.Signals to work properly across shared library boundaries with certain compiler options. (Closes Ubuntu: #62202) boost (1.33.1-7) unstable; urgency=low * Re-added build dependency on python2.4-dev. * Build dependency on libicu36-dev is now allowed and preferred over libicu34-dev. boost (1.33.1-6) unstable; urgency=low * Packaged Pyste. Closes: #189839. * Package libboost-dbg has now priority extra. boost (1.33.1-5) unstable; urgency=low * CSS file for HTML documentation is now correctly installed. Closes: #358986. * Added missing header in boost/bind.hpp. Closes: #376747. * Fixed some unused parameter warnings. Closes: #372800. * Fixed some typos in source code. Closes: #378016. Patch courtesy of Roger Leigh. boost (1.33.1-4) unstable; urgency=low * Graph library is built with -mlong-calls on hppa too. boost (1.33.1-3) unstable; urgency=low * Fixed licensing of Graph library. Closes: #349209. Patch from upstream CVS repository, courtesy of Doug Gregor. * Fixed build process of Graph library. Closes: #326089. * Shared library packages do not install the empty /usr/include/boost directory any more. Closes: #344599. * Added manpage for bcp. Closes: #348523. * Static version of Thread library is also installed. Closes: #357986. boost (1.33.1-2) unstable; urgency=low [ Christophe Prud'homme ] * Bug fix: "libboost-wave-dev: Dependency on libboost-filesystem-dev missing", thanks to Martin v . Löwis (Closes: #346367). [ Domenico Andreoli ] * boost/graph/topological_sort.hpp: removed name of unused parameter to prevent long compiler warning. Closes: #347519. * Applied patch from upstream CVS to fix parsing of valid options with a common root. Closes: #345714. * libboost-python-dev now correctly depends on python2.4-dev. boost (1.33.1-1) experimental; urgency=low * New upstream release. * debian/control, debian/rules: switched to python 2.4. * debian/control: removed build dependency on g++ 3.4. Closes: #342958. boost (1.33.0-5) unstable; urgency=low * Re-uploaded with the right maintainer, the Debian Boost Team. boost (1.33.0-4) unstable; urgency=low * debian/control, debian/rules: renamed DSO packages to '*c2a'. Closes: #339154. boost (1.33.0-3) unstable; urgency=low * debian/documentation-files: regenerate. * Applied patch from 1.33.1 to unbreak ublas. * Applied patch from 1.33.1 to unbreak is_incrementable with g++ 4.0.2. * Applied patch to remove warnings when compiling ublas with -Wall, patch sent upstream. * Single-threaded libraries are provided as well, thanks to Waba. Closes: #335594. * hppa and m68k build with gcc 3.4. Closes: #319232, #334959. boost (1.33.0-2) unstable; urgency=low * The Debian Boost Team now maintains the package. * Added packages for Boost.Iostreams and Boost.Wave libraries. Closes: #324833. * Added package for bcp utility. Closes: #333530. * boost/tuple/detail/tuple_basic.hpp: removed name of unused parameter. Closes: #327167. * debian/rules: enabled UNICODE support for Boost.Regex. Closes: #333703. boost (1.33.0-1) unstable; urgency=low * New usptream version. Closes: #322674. * debian/rules: static library of program_options is now distributed. Closes: #320973, #322269. * boost/graph/adjacency_list.hpp: fixed compiler warnings. Closes: #322386. * debian/documentation-files: updated. Closes: #322579. * Fixed FTBFS on GNU/kFreeBSD. Closes: #320677. boost (1.32.0+1.33.0-cvs20050727-1) unstable; urgency=low * Updated the snapshot version. Closes: #319966. * Fixed shlibs version. boost (1.32.0+1.33.0-cvs20050720-3) unstable; urgency=low * Added build dependency on zlib1g-dev. boost (1.32.0+1.33.0-cvs20050720-2) unstable; urgency=low * Added build dependency on libbz2-dev. boost (1.32.0+1.33.0-cvs20050720-1) unstable; urgency=low * New upstream snapshot version. Closes: #318139, #318995, #306696. - fixed invalid include files in test library. Closes: #296804. - removed extraneous empty directory in package libboost-graph1.33.0. Closes: #309361. * debian/control: libboost-graph1.33.0 suggests graphviz. Closes: #309363. * debian/control: libboost-graph-dev only recommends libboost-graph1.33.0. Closes: #309360. * boost/archive/detail/interface_iarchive.hpp, boost/archive/detail/interface_oarchive.hpp: fixed compiler warning. Closes: #308291. boost (1.32.0-6.1) unstable; urgency=medium * Non-maintainer upload. * Medium-urgency upload for RC bugfix. * Rebuild against g++-4.0 for the C++ ABI transition, adding "c2" to the name of each of the library packages and conflicting with the old versions. boost (1.32.0-6) unstable; urgency=low * debian/control: libboost-serialization-dev now replaces libboost-dev properly. boost (1.32.0-5) unstable; urgency=low * debian/control: libboost-dev now suggests also libboost-program-options-dev and libboost-serialization-dev. * debian/control, debian/rules: added package libboost-serialization-dev. closes: #292596. boost (1.32.0-4) unstable; urgency=low * debian/rules: symbolic link to HTML/boost documentation directory is now properly installed. Closes: #290333. * boost/test/detail/wrap_stringstream.hpp: fixed workaround (from upstream CVS). Closes: #300330. boost (1.32.0-2) unstable; urgency=low * debian/rules: debug libraries are now really installed in package libboost-dbg. boost (1.32.0-1) experimental; urgency=low * New upstream version. Closes: #282871. - boost/pool/detail/pool_construct.inc and boost/pool/detail/pool_construct_simple.inc are correctly installed by package libboost-dev. Closes: #284076. * debian/control, debian/rules: added package libboost-dbg. Closes: #279883. * debian/control, debian/rules: added packages for Boost.Program_options. boost (1.31.0-9) unstable; urgency=low * More things fixed for indirect_traits in boost/detail. boost (1.31.0-8) unstable; urgency=low * Moved indirect_traits to boost/detail. Fixed things here and there (from upstream CVS). Closes: #278889. * boost/numeric/ublas/banded.hpp: fixed gcc-3.4 compilation error. Closes: #276652. * tools/regression/run_tests.sh: fix setting of BOOST_BUILD_PATH. * debian/control: flex is used instead of flex-old. boost (1.31.0-7) unstable; urgency=medium * boost/spirit/core/assert.hpp: fixed typo in BOOST_SPIRIT_ASSERT macro definition (from upstream CVS). Closes: #267991. * libs/graph/src/Makefile: uses -O3 instead of -O to work around gcc-3.3 bug #248207 on amd64. Closes: #270156. * Added random_device.cpp as example file of libboost-dev package and added a note in libboost-dev's README.Debian. Closes: #261719. boost (1.31.0-6) unstable; urgency=low * debian/rules: removed package bjam as it is now built from a separate source package, boost-jam. * boost/iterator/iterator_adaptor.hpp: removed the useless inclusion of is_xxx.hpp (from upstream CVS). * debian/control: libboost-dev does not depend on libboost-python-dev any more. * boost/date_time/posix_time/ptime.hpp: Add constructor from special_values type; upstream bug fix (http://lists.boost.org/MailArchives/boost-users/msg06801.php) boost (1.31.0-5) unstable; urgency=low * libs/python/build/Jamfile: boost-python shared library is now linked to libpython2.3. Closes: #243089. * boost/graph/isomorphism.hpp: changed type of u1 and u2 in edge_cmp from vertex1_t to int (from upstream CVS). boost/graph/detail/adjacency_list.hpp: fixed bug with regards to in_edge_list for undirected graphs (from upstream CVS). Closes: #245390. * boost/format/internals.hpp: changed format_item::truncate_ 's type from int to streamsize (from upstream CVS). Closes: #247643. boost (1.31.0-4) unstable; urgency=low * debian/control: libboost-python-dev now replaces old libboost-dev. Closes: #243432. boost (1.31.0-3) unstable; urgency=low * debian/control: libboost-dev depends on libboost-python-dev. A few header files include headers in <boost/python/detail/...>, for some strange reason. Closes: #242714, #242801. * debian/control: libboost-dev suggests all the libboost-*-dev packages. Closes: #242335. * debian/rules: proper bjam man page is created. * Move <boost/python.hpp> to libboost-python-dev package. boost (1.31.0-2) unstable; urgency=low * Added symlinks in -dev packages to ease linking of programs which use Boost libraries. * Added symlink to allow dynamic linking to boost-filesystem shared library. * Updated Debian standards version to 3.6.1. boost (1.31.0-1) unstable; urgency=low * New upstream version. Closes: #231951, #236016. - builds with Python 2.3. Closes: #206083. - new bjam package (thanks, Vladimir Prus) - new package for shared libboost-filesystem * libs/date_time/doc/class_date.html: Fix doc typo. Closes: #223236. boost (1.30.2-3) unstable; urgency=low * debian/rules: Build "<threading>multi" libraries. Thanks to Domenico Andreoli for the patch. * README.Debian: Document -D_REENTRANT required for threaded applications. boost (1.30.2-2) unstable; urgency=low * debian/control(Uploaders): Add Domenico Andreoli. * debian/rules: libs/graph/src/Makefile: Define _REENTRANT, per policy 10.2. boost (1.30.2-1) unstable; urgency=low * New upstream version. Closes: #211715. * boost/numeric/interval/detail/c99_rounding_control.hpp: fix typo. Closes: #203358. * boost/filesystem/exception.hpp: * libs/filesystem/src/exception.cpp: Add implementation of who(), path1(), and path2(). (Thanks, Benjamin Dauvergne). Closes: #196830. boost (1.30.0-4) unstable; urgency=low * boost/math/quaternion.hpp: Apply supplied patch to fix a GCC 3.3 compile problem. (Thanks, Marcelo E. Magallon). Closes: #199270. * libboost-doc: - Fix broken links. Closes: #199646. - Use symlink to /usr/include/boost, rather than duplicating header files. Suggest libboost-dev. Closes: #174979, #175444. - Include libs/*/examples not already included in HTML. Closes: #191704. boost (1.30.0-3) unstable; urgency=low * boost/config/compiler/gcc.hpp: Do not warn about GCC 3.3. Closes: #193862. * boost/python/object/make_ptr_instance.hpp: Add typename keyword, suggested by Dave Abrahams posting referenced in bug report (thanks, Ben Burton). Closes: #198524. * boost/python/converter/as_to_python_function.hpp: Qualify function call; workaround for apparent bug in GCC 3.3. (Thanks, Romain Lerallut). Closes: #192481. boost (1.30.0-2) unstable; urgency=low * debian/rules: Move httrack call to binary-indep. Closes: #187740. boost (1.30.0-1) unstable; urgency=low * New upstream. Closes: #186256. * debian/copyright: Include copyright and license statement for each library. Closes: #183153. boost (1.29.0-3) unstable; urgency=low * Migrate to GCC 3.2. Closes: #167030, #176269. - Do not build with stlport. boost (1.29.0-2) unstable; urgency=low * debian/rules: Install Boost.Test static libs. Closes: #167106. * boost/pool/singleton_pool.hpp: Apply supplied patch (thanks Alexander Kjeldaas). Closes: #167198. boost (1.29.0-1) unstable; urgency=low * New upstream version. Closes: #164830. boost (1.28.0-4) unstable; urgency=low * Build with python 2.2. Closes: #159533. The shared lib ABI changes, but the soname cannot, so introduce conflicting/replacing package for libboost-python. boost (1.28.0-3) unstable; urgency=low * libs/graph/src/Makefile: build using -I/usr/include/stlport. Closes: #150002. * debian/control: change section of -doc package to match ftp overrides. boost (1.28.0-2) unstable; urgency=low * libs/graph/src/Makefile: revert patch to that used in 1.27.0-4, so that the shared libs are also built with optimization. Closes: #148056. boost (1.28.0-1) unstable; urgency=low * New upstream version. * Set YACC= in debian/rules to inhibit regenerating jam parser source. This makes for smaller debian diffs (thanks, David Abrahams). * Drop the examples package. Code examples are in the doc package. boost (1.27.0-4) unstable; urgency=low * libs/graph/src/Makefile: build graph lib with optimization. * control: Do not build-depend on libstlport4.5-dbg, nor on texinfo. * Split docs into new libboost-doc package, suggested by libboost-dev. The -doc package replaces /usr/share/doc-base/Boost from the former -dev package. Complete the list of documentation files. Closes: #143128. * debian/README.Debian: add note for newbies (thanks, Laurent Bonnaud). Closes: #142634. boost (1.27.0-3) unstable; urgency=low * Build shared library packages. - build graph lib with -fPIC. Closes: #133259. boost (1.27.0-2) unstable; urgency=low * boost/detail/atomic_count.hpp: Do not use atomic_count_linux.hpp; the latter mistakenly uses <asm/atomic.h> which turns out to be a bad idea. * libs/graph/src/Makefile: do not use "-g" flag; some of the symbols are so large as to upset the assembler on the alpha. boost (1.27.0-1) unstable; urgency=low * New upstream version. boost (1.26.0-4) unstable; urgency=low * control(source): build-depend on libstlport4.5-dev. * control(libboost-dev): depend on libstlport4.5-dev. - new stlport package just got into the archive * control(libboost-examples): remove dependency on libboost-dev. - depending on arch "any" package will hold it up until the latter is built on all arches. * document reason for depending on STLPort. Closes: #131516. boost (1.26.0-3) unstable; urgency=low * control: change libboost-regex-dgb package to priority extra, to agree with ftp override file. * Don't build dir_it library, as it is not part of Boost. - don't build-depend on unzip. Closes: #130290. boost (1.26.0-2) unstable; urgency=low * boost/detail/limits.hpp: determine endianness using <endian.h> Thanks to Daniel Jacobowitz for the tip. boost (1.26.0-1) unstable; urgency=low * New maintainer. Closes: #123483. * New upstream version. Closes: #117106, #107802. * Build-depend on flex, bison, and texinfo. Closes: #98979. * Ship all the boost headers, including all of boost/pending. Closes: #108922, #108925. * Fixed up the descriptions. Closes: #97947, #109193, #124899, #124900, #124901, #125620, #125621. * Register docs with doc-base. Closes: #99396. boost (1.21.1-1) unstable; urgency=low * First upstream version. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 22 Dec 2008 14:46:28 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Jaunty
- Original maintainer:
- Debian Boost Team
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
boost1.37_1.37.0.orig.tar.gz | 34.6 MiB | 222816baed23e460dcdec299d5621be5e83285369a02205dcab8d7ee4cbaa883 |
boost1.37_1.37.0-3.diff.gz | 186.7 KiB | 6760a785b9c0563495387842eec0372307c846c246f7b7130aa5786608514376 |
boost1.37_1.37.0-3.dsc | 2.1 KiB | 9071af02ed994893582cf4623e6804829892d753170387114c192018e1f64e8d |
Binary packages built by this source
- libboost-date-time1.37-dev: No summary available for libboost-date-time1.37-dev in ubuntu jaunty.
No description available for libboost-
date-time1. 37-dev in ubuntu jaunty.
- libboost-date-time1.37.0: No summary available for libboost-date-time1.37.0 in ubuntu jaunty.
No description available for libboost-
date-time1. 37.0 in ubuntu jaunty.
- libboost-filesystem1.37-dev: No summary available for libboost-filesystem1.37-dev in ubuntu jaunty.
No description available for libboost-
filesystem1. 37-dev in ubuntu jaunty.
- libboost-filesystem1.37.0: No summary available for libboost-filesystem1.37.0 in ubuntu jaunty.
No description available for libboost-
filesystem1. 37.0 in ubuntu jaunty.
- libboost-graph1.37-dev: No summary available for libboost-graph1.37-dev in ubuntu jaunty.
No description available for libboost-
graph1. 37-dev in ubuntu jaunty.
- libboost-graph1.37.0: No summary available for libboost-graph1.37.0 in ubuntu jaunty.
No description available for libboost-
graph1. 37.0 in ubuntu jaunty.
- libboost-iostreams1.37-dev: No summary available for libboost-iostreams1.37-dev in ubuntu jaunty.
No description available for libboost-
iostreams1. 37-dev in ubuntu jaunty.
- libboost-iostreams1.37.0: No summary available for libboost-iostreams1.37.0 in ubuntu jaunty.
No description available for libboost-
iostreams1. 37.0 in ubuntu jaunty.
- libboost-math1.37-dev: No summary available for libboost-math1.37-dev in ubuntu jaunty.
No description available for libboost-
math1.37- dev in ubuntu jaunty.
- libboost-math1.37.0: No summary available for libboost-math1.37.0 in ubuntu jaunty.
No description available for libboost-math1.37.0 in ubuntu jaunty.
- libboost-program-options1.37-dev: No summary available for libboost-program-options1.37-dev in ubuntu jaunty.
No description available for libboost-
program- options1. 37-dev in ubuntu jaunty.
- libboost-program-options1.37.0: No summary available for libboost-program-options1.37.0 in ubuntu jaunty.
No description available for libboost-
program- options1. 37.0 in ubuntu jaunty.
- libboost-python1.37-dev: No summary available for libboost-python1.37-dev in ubuntu jaunty.
No description available for libboost-
python1. 37-dev in ubuntu jaunty.
- libboost-python1.37.0: No summary available for libboost-python1.37.0 in ubuntu jaunty.
No description available for libboost-
python1. 37.0 in ubuntu jaunty.
- libboost-regex1.37-dev: No summary available for libboost-regex1.37-dev in ubuntu jaunty.
No description available for libboost-
regex1. 37-dev in ubuntu jaunty.
- libboost-regex1.37.0: No summary available for libboost-regex1.37.0 in ubuntu jaunty.
No description available for libboost-
regex1. 37.0 in ubuntu jaunty.
- libboost-serialization1.37-dev: No summary available for libboost-serialization1.37-dev in ubuntu jaunty.
No description available for libboost-
serialization1. 37-dev in ubuntu jaunty.
- libboost-serialization1.37.0: No summary available for libboost-serialization1.37.0 in ubuntu jaunty.
No description available for libboost-
serialization1. 37.0 in ubuntu jaunty.
- libboost-signals1.37-dev: No summary available for libboost-signals1.37-dev in ubuntu jaunty.
No description available for libboost-
signals1. 37-dev in ubuntu jaunty.
- libboost-signals1.37.0: No summary available for libboost-signals1.37.0 in ubuntu jaunty.
No description available for libboost-
signals1. 37.0 in ubuntu jaunty.
- libboost-system1.37-dev: No summary available for libboost-system1.37-dev in ubuntu jaunty.
No description available for libboost-
system1. 37-dev in ubuntu jaunty.
- libboost-system1.37.0: No summary available for libboost-system1.37.0 in ubuntu jaunty.
No description available for libboost-
system1. 37.0 in ubuntu jaunty.
- libboost-test1.37-dev: No summary available for libboost-test1.37-dev in ubuntu jaunty.
No description available for libboost-
test1.37- dev in ubuntu jaunty.
- libboost-test1.37.0: No summary available for libboost-test1.37.0 in ubuntu jaunty.
No description available for libboost-test1.37.0 in ubuntu jaunty.
- libboost-thread1.37-dev: No summary available for libboost-thread1.37-dev in ubuntu jaunty.
No description available for libboost-
thread1. 37-dev in ubuntu jaunty.
- libboost-thread1.37.0: No summary available for libboost-thread1.37.0 in ubuntu jaunty.
No description available for libboost-
thread1. 37.0 in ubuntu jaunty.
- libboost-wave1.37-dev: No summary available for libboost-wave1.37-dev in ubuntu jaunty.
No description available for libboost-
wave1.37- dev in ubuntu jaunty.
- libboost-wave1.37.0: No summary available for libboost-wave1.37.0 in ubuntu jaunty.
No description available for libboost-wave1.37.0 in ubuntu jaunty.
- libboost1.37-dbg: No summary available for libboost1.37-dbg in ubuntu jaunty.
No description available for libboost1.37-dbg in ubuntu jaunty.
- libboost1.37-dev: No summary available for libboost1.37-dev in ubuntu jaunty.
No description available for libboost1.37-dev in ubuntu jaunty.
- libboost1.37-doc: No summary available for libboost1.37-doc in ubuntu jaunty.
No description available for libboost1.37-doc in ubuntu jaunty.