[pkg-boost-devel] boost-defaults_1.48.0.1_amd64.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Sun Dec 18 01:02:21 UTC 2011


boost-defaults_1.48.0.1.dsc
  to main/b/boost-defaults/boost-defaults_1.48.0.1.dsc
boost-defaults_1.48.0.1.tar.gz
  to main/b/boost-defaults/boost-defaults_1.48.0.1.tar.gz
libboost-all-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-all-dev_1.48.0.1_amd64.deb
(new) libboost-chrono-dev_1.48.0.1_amd64.deb optional libdevel
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).
libboost-date-time-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-date-time-dev_1.48.0.1_amd64.deb
libboost-dbg_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-dbg_1.48.0.1_amd64.deb
libboost-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-dev_1.48.0.1_amd64.deb
libboost-doc_1.48.0.1_all.deb
  to main/b/boost-defaults/libboost-doc_1.48.0.1_all.deb
libboost-filesystem-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-filesystem-dev_1.48.0.1_amd64.deb
libboost-graph-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-graph-dev_1.48.0.1_amd64.deb
libboost-graph-parallel-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-graph-parallel-dev_1.48.0.1_amd64.deb
libboost-iostreams-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-iostreams-dev_1.48.0.1_amd64.deb
(new) libboost-locale-dev_1.48.0.1_amd64.deb optional libdevel
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).
libboost-math-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-math-dev_1.48.0.1_amd64.deb
libboost-mpi-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-mpi-dev_1.48.0.1_amd64.deb
libboost-mpi-python-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-mpi-python-dev_1.48.0.1_amd64.deb
libboost-program-options-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-program-options-dev_1.48.0.1_amd64.deb
libboost-python-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-python-dev_1.48.0.1_amd64.deb
libboost-random-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-random-dev_1.48.0.1_amd64.deb
libboost-regex-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-regex-dev_1.48.0.1_amd64.deb
libboost-serialization-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-serialization-dev_1.48.0.1_amd64.deb
libboost-signals-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-signals-dev_1.48.0.1_amd64.deb
libboost-system-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-system-dev_1.48.0.1_amd64.deb
libboost-test-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-test-dev_1.48.0.1_amd64.deb
libboost-thread-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-thread-dev_1.48.0.1_amd64.deb
(new) libboost-timer-dev_1.48.0.1_amd64.deb optional libdevel
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).
libboost-wave-dev_1.48.0.1_amd64.deb
  to main/b/boost-defaults/libboost-wave-dev_1.48.0.1_amd64.deb
Changes: boost-defaults (1.48.0.1) unstable; urgency=low
 .
  * Set default Boost to 1.48.0.
 .
  * control.in: make libboost-dev suggest libboost-doc.  Closes: #625684.


Override entries for your package:
boost-defaults_1.48.0.1.dsc - source libs
libboost-all-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-date-time-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-dbg_1.48.0.1_amd64.deb - extra debug
libboost-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-doc_1.48.0.1_all.deb - optional doc
libboost-filesystem-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-graph-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-graph-parallel-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-iostreams-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-math-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-mpi-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-mpi-python-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-program-options-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-python-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-random-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-regex-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-serialization-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-signals-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-system-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-test-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-thread-dev_1.48.0.1_amd64.deb - optional libdevel
libboost-wave-dev_1.48.0.1_amd64.deb - optional libdevel

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 625684 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-boost-devel mailing list