[pkg-boost-commits] r14728 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Mon Sep 24 00:18:17 UTC 2012


Author: smr
Date: 2012-09-24 00:18:16 +0000 (Mon, 24 Sep 2012)
New Revision: 14728

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Fix formatting of list in Boost.Chrono description.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2012-06-29 03:53:33 UTC (rev 14727)
+++ boost/trunk/debian/changelog	2012-09-24 00:18:16 UTC (rev 14728)
@@ -1,3 +1,10 @@
+boost1.50 (1.50.0-2) unstable; urgency=low
+
+  * control: Fix list formatting in Boost.Chrono long description.
+    Closes: #687296.
+
+ -- Steve M. Robbins <steve at sumost.ca>  Sun, 23 Sep 2012 19:17:38 -0500
+
 boost1.50 (1.50.0-1) unstable; urgency=low
 
   * Upstream release of 1.50.0.

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2012-06-29 03:53:33 UTC (rev 14727)
+++ boost/trunk/debian/control	2012-09-24 00:18:16 UTC (rev 14728)
@@ -146,18 +146,18 @@
  .
  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 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.
+    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
@@ -165,16 +165,15 @@
  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).
+    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.




More information about the pkg-boost-commits mailing list