[pkg-boost-commits] r14690 - boost-defaults/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Wed Dec 21 01:57:11 UTC 2011
Author: smr
Date: 2011-12-21 01:57:10 +0000 (Wed, 21 Dec 2011)
New Revision: 14690
Modified:
boost-defaults/trunk/debian/changelog
boost-defaults/trunk/debian/control
Log:
Revert defaults back to 1.46.1 until build issues cleared up.
Modified: boost-defaults/trunk/debian/changelog
===================================================================
--- boost-defaults/trunk/debian/changelog 2011-12-20 06:52:59 UTC (rev 14689)
+++ boost-defaults/trunk/debian/changelog 2011-12-21 01:57:10 UTC (rev 14690)
@@ -1,3 +1,10 @@
+boost-defaults (1.48.0.2) unstable; urgency=low
+
+ * Revert to 1.46.1 until some build issues are worked out. See
+ http://lists.debian.org/debian-release/2011/12/msg00263.html.
+
+ -- Steve M. Robbins <smr at debian.org> Tue, 20 Dec 2011 19:53:12 -0600
+
boost-defaults (1.48.0.1) unstable; urgency=low
* Set default Boost to 1.48.0.
Modified: boost-defaults/trunk/debian/control
===================================================================
--- boost-defaults/trunk/debian/control 2011-12-20 06:52:59 UTC (rev 14689)
+++ boost-defaults/trunk/debian/control 2011-12-21 01:57:10 UTC (rev 14690)
@@ -4,7 +4,7 @@
Priority: optional
Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>
-Build-Depends: debhelper (>= 8), libboost1.48-dev (>= 1.48.0)
+Build-Depends: debhelper (>= 8), libboost1.46-dev (>= 1.46.1)
Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost-defaults/trunk
Standards-Version: 3.9.2
@@ -13,21 +13,26 @@
Architecture: any
Section: debug
Priority: extra
-Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.48-dbg
-Description: Boost C++ Libraries with debug symbols (default version)
- This package forms part of the Boost C++ Libraries collection.
+Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.46-dbg
+Description: Boost C++ Libraries with debug symbols
+ The Boost web site provides free, peer-reviewed, portable C++ source
+ libraries. The emphasis is on libraries which work well with the C++
+ Standard Library. One goal is to establish "existing practice" and
+ provide reference implementations so that the Boost libraries are
+ suitable for eventual standardization. Some of the libraries have
+ already been proposed for inclusion in the C++ Standards Committee's
+ upcoming C++ Standard Library Technical Report.
.
These libraries are built with debug symbols. They are useful to debug
programs which use Boost. These must be used also at build/link time.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost1.48-dev
-Suggests: libboost-doc
+Depends: ${misc:Depends}, libboost1.46-dev
Description: Boost C++ Libraries development files (default version)
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
@@ -37,43 +42,32 @@
already been proposed for inclusion in the C++ Standards Committee's
upcoming C++ Standard Library Technical Report.
.
- This package provides headers and the auxiliary tools bjam, Boost.Build,
- bcp, inspect, boostbook and quickbook.
- .
- For the following subprojects separate packages exist: chrono, date-time,
- filesystem, graph, iostreams, locale, math, mpi, program_options, python,
- regex, serialization, signals, system, test, thread, timer, and wave.
- .
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-all-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libboost-dev,
- libboost-chrono-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-graph-dev,
libboost-graph-parallel-dev,
libboost-iostreams-dev,
- libboost-locale-dev,
libboost-math-dev,
libboost-mpi-dev,
libboost-mpi-python-dev,
libboost-program-options-dev,
libboost-python-dev,
- libboost-random-dev,
libboost-regex-dev,
libboost-serialization-dev,
libboost-signals-dev,
libboost-system-dev,
libboost-test-dev,
libboost-thread-dev,
- libboost-timer-dev,
libboost-wave-dev
-Description: Boost C++ Libraries development files (ALL) (default version)
+Description: Boost C++ Libraries development files (ALL, default version)
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. One goal is to establish "existing practice" and
@@ -86,14 +80,13 @@
including all separately-packaged libraries.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-doc
-Homepage: http://www.boost.org/libs/
Architecture: all
Section: doc
-Depends: ${misc:Depends}, libboost1.48-doc
-Description: Boost.org libraries documentation (default version)
+Depends: ${misc:Depends}, libboost1.46-doc
+Description: Boost C++ Libraries documentation (default version)
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. One goal is to establish "existing practice" and
@@ -102,79 +95,29 @@
already been proposed for inclusion in the C++ Standards Committee's
upcoming C++ Standard Library Technical Report.
.
- This is documentation for the boost libraries in HTML format.
- Some pages point to header files provided in the corresponding -dev package,
- so it is suggested to install the latter as well.
- .
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
-Package: libboost-chrono-dev
-Homepage: http://www.boost.org/libs/chrono/
-Architecture: any
-Section: libdevel
-Depends: ${misc:Depends}, libboost-chrono1.48-dev
-Description: C++ representation of time duration, time point, and clocks (default version)
- This package forms part of the Boost C++ Libraries collection.
- .
- The Boost.Chrono library provides:
- .
- * A means to represent time durations: managed by the generic
- duration class . Examples of time durations include days, minutes,
- seconds and nanoseconds, which can be represented with a fixed number
- of clock ticks per unit. All of these units of time duration are
- united with a generic interface by the duration facility.
- * A type for representing points in time: time_point. A time_point
- represents an epoch plus or minus a duration. The library leaves
- epochs unspecified. A time_point is associated with a clock.
- * Several clocks, some of which may not be available on a
- particular platform: system_clock, steady_clock and
- high_resolution_clock. A clock is a pairing of a time_point and
- duration, and a function which returns a time_point representing now.
- .
- To make the timing facilities more generally useful, Boost.Chrono
- provides a number of clocks that are thin wrappers around the
- operating system's time APIs, thereby allowing the extraction of wall
- clock time, user CPU time, system CPU time spent by the process:
- .
- * process_real_cpu_clock, captures wall clock CPU time spent by the
- current process.
- * process_user_cpu_clock, captures user-CPU time
- spent by the current process.
- * process_system_cpu_clock, captures
- system-CPU time spent by the current process.
- * A tuple-like class
- process_cpu_clock, that captures real, user-CPU, and system-CPU
- process times together.
- * A thread_clock thread steady clock giving
- the time spent by the current thread (when supported by a platform).
- .
- Lastly, Boost.Chrono includes typeof registration for duration and
- time_point to permit using emulated auto with C++03 compilers.
- .
- This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
-
Package: libboost-date-time-dev
Homepage: http://www.boost.org/libs/date_time/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-date-time1.48-dev
-Description: set of date-time libraries based on generic programming concepts (default version)
+Depends: ${misc:Depends}, libboost-date-time1.46-dev
+Description: date-time libraries based on generic programming (default version)
This package forms part of the Boost C++ Libraries collection.
.
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-filesystem-dev
Homepage: http://boost.org/libs/filesystem/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-filesystem1.48-dev
-Description: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version)
+Depends: ${misc:Depends}, libboost-filesystem1.46-dev
+Description: filesystem operations in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
The Boost Filesystem Library provides portable facilities to query and
@@ -182,13 +125,13 @@
facilitate portable script-like operations from within C++ programs.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-graph-dev
Homepage: http://www.boost.org/libs/graph/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-graph1.48-dev
+Depends: ${misc:Depends}, libboost-graph1.46-dev
Description: generic graph components and algorithms in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -199,13 +142,13 @@
importance to encourage reuse of graph algorithms and data structures.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-graph-parallel-dev
Homepage: http://www.boost.org/libs/graph_parallel/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-graph-parallel1.48-dev
+Depends: ${misc:Depends}, libboost-graph-parallel1.46-dev
Description: generic graph components and algorithms in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -217,59 +160,28 @@
BGL should be easy to parallelize with the parallel BGL.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-iostreams-dev
Homepage: http://www.boost.org/libs/iostreams/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-iostreams1.48-dev
+Depends: ${misc:Depends}, libboost-iostreams1.46-dev
Description: Boost.Iostreams Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
- Boost.Iostreams are a collection of concepts and a set of templates
+ Boost.Iostreams are a collection of concepts and set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
-Package: libboost-locale-dev
-Homepage: http://www.boost.org/libs/math/
-Architecture: any
-Section: libdevel
-Depends: ${misc:Depends}, libboost-locale1.48-dev
-Description: C++ facilities for localization (default version)
- This package forms part of the Boost C++ Libraries collection.
- .
- Boost.Locale gives powerful tools for development of cross platform
- localized software - the software that talks to user in its language.
- .
- * Correct case conversion, case folding and normalization.
- * Collation (sorting), including support for 4 Unicode collation
- levels.
- * Date, time, timezone and calendar manipulations, formatting
- and parsing, including transparent support for calendars other than
- Gregorian.
- * Boundary analysis for characters, words, sentences and
- line-breaks.
- * Number formatting, spelling and parsing.
- * Monetary formatting and parsing.
- * Powerful message formatting (string translation) including
- support for plural forms, using GNU catalogs.
- * Character set conversion.
- * Transparent support for 8-bit character sets like Latin1
- * Support for char and wchar_t
- * Experimental support for C++0x char16_t and char32_t strings and streams.
- .
- This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
-
Package: libboost-math-dev
Homepage: http://www.boost.org/libs/math/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-math1.48-dev
+Depends: ${misc:Depends}, libboost-math1.46-dev
Description: Boost.Math Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -285,13 +197,13 @@
mathematical special functions.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-mpi-dev
Homepage: http://www.boost.org/doc/html/mpi.html
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-mpi1.48-dev
+Depends: ${misc:Depends}, libboost-mpi1.46-dev
Description: C++ interface to the Message Passing Interface (MPI) (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -302,14 +214,14 @@
techniques to maintain maximal efficiency.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-mpi-python-dev
-Homepage: http://www.boost.org/doc/html/mpi/python.html
+Homepage: http://www.boost.org/doc/html/mpi.html
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-mpi-python1.48-dev
-Description: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version)
+Depends: ${misc:Depends}, libboost-mpi1.46-dev
+Description: Python interface to the Message Passing Interface (MPI) (default version)
This package forms part of the Boost C++ Libraries collection.
.
The Boost.MPI library provides a C++ interface to MPI that
@@ -321,13 +233,13 @@
This package provides Python Bindings to the C++ interface.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-program-options-dev
Homepage: http://www.boost.org/libs/program_options/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-program-options1.48-dev
+Depends: ${misc:Depends}, libboost-program-options1.46-dev
Description: program options library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -336,13 +248,13 @@
command line and config file.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-python-dev
Homepage: http://www.boost.org/libs/python/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-python1.48-dev
+Depends: ${misc:Depends}, libboost-python1.46-dev
Description: Boost.Python Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -367,13 +279,13 @@
one of the Python development packages.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-random-dev
Homepage: http://www.boost.org/libs/random/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-random1.48-dev
+Depends: ${misc:Depends}, libboost-random1.46-dev
Description: Boost Random Number Library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -382,13 +294,13 @@
having useful properties, such as uniform distribution.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-regex-dev
Homepage: http://www.boost.org/libs/regex/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-regex1.48-dev
+Depends: ${misc:Depends}, libboost-regex1.46-dev
Description: regular expression library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -404,13 +316,13 @@
libraries can not do.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-serialization-dev
Homepage: http://www.boost.org/libs/serialization/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-serialization1.48-dev
+Depends: ${misc:Depends}, libboost-serialization1.46-dev
Description: serialization library for C++ (default version)
This package forms part of the Boost C++ Libraries collection,
containing the following functionalities:
@@ -427,13 +339,13 @@
archive: to refer to a specific rendering of this stream of bytes.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-signals-dev
Homepage: http://www.boost.org/libs/signals/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-signals1.48-dev
+Depends: ${misc:Depends}, libboost-signals1.46-dev
Description: managed signals and slots library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -444,13 +356,13 @@
"emitted."
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-system-dev
Homepage: http://www.boost.org/libs/system/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-system1.48-dev
+Depends: ${misc:Depends}, libboost-system1.46-dev
Description: Operating system (e.g. diagnostics support) library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -463,13 +375,13 @@
associated error_category.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-test-dev
Homepage: http://www.boost.org/libs/test/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-test1.48-dev
+Depends: ${misc:Depends}, libboost-test1.46-dev
Description: components for writing and executing test suites (default version)
This package forms part of the Boost C++ Libraries collection. The
library contains several components.
@@ -479,13 +391,13 @@
* Unit test framework to simplify writing test cases.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
Package: libboost-thread-dev
Homepage: http://www.boost.org/libs/thread/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-thread1.48-dev
+Depends: ${misc:Depends}, libboost-thread1.46-dev
Description: portable C++ multi-threading (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -495,33 +407,13 @@
registers.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
-Package: libboost-timer-dev
-Homepage: http://www.boost.org/libs/timer/
-Architecture: any
-Section: libdevel
-Depends: ${misc:Depends}, libboost-timer1.48-dev
-Description: C++ wall clock and CPU process timers (default version)
- This package forms part of the Boost C++ Libraries collection.
- .
- Portable C++ timer classes that answer the question "How long does my
- C++ code take to run?" with as little as one #include and one
- additional line of code.
- .
- Class cpu_timer measures wall clock time, user CPU process time, and
- system CPU process time. Class auto_cpu_timer is a refinement of
- cpu_timer that automatically reports the elapsed times when an
- auto_cpu_timer object is destroyed.
- .
- This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
-
Package: libboost-wave-dev
Homepage: http://www.boost.org/libs/wave/
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libboost-wave1.48-dev
+Depends: ${misc:Depends}, libboost-wave1.46-dev
Description: C99/C++ preprocessor library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -531,4 +423,4 @@
the well known idioms of the Standard Template Library (STL).
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.48).
+ Boost version (currently 1.46).
More information about the pkg-boost-commits
mailing list