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

Steven Michael Robbins smr at alioth.debian.org
Fri Mar 22 03:52:57 UTC 2013


Author: smr
Date: 2013-03-22 03:52:57 +0000 (Fri, 22 Mar 2013)
New Revision: 14755

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Ensure --without-context passed during install stage.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2013-03-20 07:21:57 UTC (rev 14754)
+++ boost/trunk/debian/changelog	2013-03-22 03:52:57 UTC (rev 14755)
@@ -1,3 +1,9 @@
+boost1.53 (1.53.0-3) unstable; urgency=low
+
+  * rules: Ensure --without-context passed during install stage, too.
+
+ -- Steve M. Robbins <smr at debian.org>  Thu, 21 Mar 2013 22:52:19 -0500
+
 boost1.53 (1.53.0-2) unstable; urgency=low
 
   * rules: Build with hardening flags.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2013-03-20 07:21:57 UTC (rev 14754)
+++ boost/trunk/debian/rules	2013-03-22 03:52:57 UTC (rev 14755)
@@ -68,7 +68,7 @@
 	dh_compress -Xlibboost$(PKGVERSION)-doc/HTML
 
 override_dh_install:
-	$(JAM) --prefix=$(CURDIR)/debian/tmp/usr install --without-python                        
+	$(JAM) --prefix=$(CURDIR)/debian/tmp/usr $(JAM_WITHOUT) --without-python install
 	for pyver in $(pyversions); do \
 		pyid=`echo $$pyver | tr -d .`; \
 		$(JAM) --prefix=$(CURDIR)/debian/tmp/usr install --with-python --with-mpi --python-buildid=py$$pyid python=$$pyver; \




More information about the pkg-boost-commits mailing list