[pkg-boost-commits] r15053 - in /boost/trunk/debian: changelog rules

xnox at users.alioth.debian.org xnox at users.alioth.debian.org
Thu Oct 26 09:16:28 UTC 2017


Author: xnox
Date: Thu Oct 26 09:16:27 2017
New Revision: 15053

URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=15053
Log:
coroutine2 is no longer excludable library, adjust debian/rules.

Modified:
    boost/trunk/debian/changelog
    boost/trunk/debian/rules

Modified: boost/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/changelog?rev=15053&op=diff
==============================================================================
--- boost/trunk/debian/changelog	(original)
+++ boost/trunk/debian/changelog	Thu Oct 26 09:16:27 2017
@@ -1,3 +1,9 @@
+boost1.65.1 (1.65.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * coroutine2 is no longer excludable library, adjust debian/rules.
+
+ -- Dimitri John Ledkov <xnox at ubuntu.com>  Thu, 26 Oct 2017 10:14:47 +0100
+
 boost1.65.1 (1.65.1+dfsg-1) unstable; urgency=medium
 
   [ Steve M. Robbins ]

Modified: boost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/rules?rev=15053&op=diff
==============================================================================
--- boost/trunk/debian/rules	(original)
+++ boost/trunk/debian/rules	Thu Oct 26 09:16:27 2017
@@ -2,7 +2,7 @@
 
 # Boost libraries for which we want separate packages
 # context is conditionally compiled because it is not supported yet on several architectures
-# coroutine, coroutine2, and fiber depend on context, so they are also conditionally compiled
+# coroutine, and fiber depend on context, so they are also conditionally compiled
 boost_libs := atomic chrono container date-time exception filesystem	\
               graph graph-parallel iostreams locale log math mpi	\
               mpi-python numpy program-options python random regex	\
@@ -361,7 +361,7 @@
 ifeq ($(BUILD_CONTEXT), yes)
 boost_libs += context coroutine fiber
 else
-JAM_WITHOUT += --without-context --without-coroutine --without-coroutine2 --without-fiber
+JAM_WITHOUT += --without-context --without-coroutine --without-fiber
 endif
 
 ifeq ($(BUILD_LONG_DOUBLE), yes)




More information about the pkg-boost-commits mailing list