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

Steven Michael Robbins smr at alioth.debian.org
Mon Nov 28 02:34:17 UTC 2011


Author: smr
Date: 2011-11-28 02:34:17 +0000 (Mon, 28 Nov 2011)
New Revision: 14675

Modified:
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Add package for Boost.Timer.

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2011-11-28 02:32:30 UTC (rev 14674)
+++ boost/trunk/debian/control	2011-11-28 02:34:17 UTC (rev 14675)
@@ -49,6 +49,7 @@
  libboost-system1.48-dev,
  libboost-test1.48-dev,
  libboost-thread1.48-dev,
+ libboost-timer1.48-dev,
  libboost-wave1.48-dev,
  xsltproc,
  doxygen,
@@ -98,6 +99,7 @@
  libboost-system1.48-dev, 
  libboost-test1.48-dev, 
  libboost-thread1.48-dev, 
+ libboost-timer1.48-dev, 
  libboost-wave1.48-dev
 Description: Boost C++ Libraries development files (ALL)
  The Boost web site provides free, peer-reviewed, portable C++ source
@@ -870,6 +872,42 @@
  own machine state including program instruction counter and
  registers.
 
+Package: libboost-timer1.48.0
+Homepage: http://www.boost.org/libs/timer/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++ wall clock and CPU process timers
+ 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.
+
+Package: libboost-timer1.48-dev
+Homepage: http://www.boost.org/libs/timer/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.48-dev (= ${binary:Version}),
+ libboost-timer1.48.0 (= ${binary:Version})
+Description: C++ wall clock and CPU process timers
+ 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.
+
 Package: libboost-wave1.48.0
 Homepage: http://www.boost.org/libs/wave/
 Architecture: any

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2011-11-28 02:32:30 UTC (rev 14674)
+++ boost/trunk/debian/rules	2011-11-28 02:34:17 UTC (rev 14675)
@@ -20,7 +20,7 @@
 	mpi mpi-python						       \
 	program-options python regex random serialization signals      \
 	system test						       \
-	thread wave
+	thread timer wave
 
 # these are special cases, where /usr/lib name differs from Boost library name
 boost_lib_math := math_c99 math_c99f math_tr1 math_tr1f




More information about the pkg-boost-commits mailing list