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

Steven Michael Robbins smr at alioth.debian.org
Sun Feb 28 04:31:13 UTC 2010


Author: smr
Date: 2010-02-28 04:31:11 +0000 (Sun, 28 Feb 2010)
New Revision: 14573

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Install libboost_test_exec_monitor.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2010-02-07 02:58:58 UTC (rev 14572)
+++ boost/trunk/debian/changelog	2010-02-28 04:31:11 UTC (rev 14573)
@@ -1,3 +1,9 @@
+boost1.42 (1.42.0-2) unstable; urgency=low
+
+  * rules: Add test_exec_monitor.  Closes: #539350.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 27 Feb 2010 22:04:09 -0600
+
 boost1.42 (1.42.0-1) unstable; urgency=low
 
   * New upstream.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2010-02-07 02:58:58 UTC (rev 14572)
+++ boost/trunk/debian/rules	2010-02-28 04:31:11 UTC (rev 14573)
@@ -23,7 +23,7 @@
 boost_lib_math := math_c99 math_c99f math_tr1 math_tr1f
 boost_lib_math_long_double := math_c99l math_tr1l
 boost_lib_serialization := serialization wserialization
-boost_lib_test := prg_exec_monitor unit_test_framework
+boost_lib_test := prg_exec_monitor test_exec_monitor unit_test_framework
 
 # These are special cases for suffixes.  Generally come from --xpythonid, so begin with a dash.
 boost_suffixes_python := $(addprefix -py,$(subst .,,$(shell pyversions -rv)))




More information about the pkg-boost-commits mailing list