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

Steven Michael Robbins smr at alioth.debian.org
Tue May 28 07:11:29 UTC 2013


Author: smr
Date: 2013-05-28 07:11:29 +0000 (Tue, 28 May 2013)
New Revision: 14768

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Add dependencies required for Boost.Thread.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2013-05-14 06:58:22 UTC (rev 14767)
+++ boost/trunk/debian/changelog	2013-05-28 07:11:29 UTC (rev 14768)
@@ -1,3 +1,12 @@
+boost1.53 (1.53.0-5) UNRELEASED; urgency=low
+
+  * control: Boost.Thread depends on some non header-only libraries:
+    System, Chrono, and DateTime.  The latter was already present, but
+    dependencies for libboost-thread1.53-dev updated to include
+    libboost-chrono1.53-dev and libboost-system1.53-dev.  Closes: #706648.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 25 May 2013 21:44:41 -0500
+
 boost1.53 (1.53.0-4) unstable; urgency=low
 
   * rules: Add 'context' to list of libraries when Boost.Context is

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2013-05-14 06:58:22 UTC (rev 14767)
+++ boost/trunk/debian/control	2013-05-28 07:11:29 UTC (rev 14768)
@@ -969,7 +969,9 @@
 Section: libdevel
 Depends: ${misc:Depends},
  libboost1.53-dev (= ${binary:Version}),
+ libboost-chrono1.53-dev (= ${binary:Version}),
  libboost-date-time1.53-dev (= ${binary:Version}),
+ libboost-system1.53-dev (= ${binary:Version}),
  libboost-thread1.53.0 (= ${binary:Version})
 Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev, libboost-thread1.49-dev, libboost-thread1.50-dev, libboost-thread1.52-dev
 Description: portable C++ multi-threading




More information about the pkg-boost-commits mailing list