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

Steven Michael Robbins smr at alioth.debian.org
Wed Sep 1 01:24:46 UTC 2010


Author: smr
Date: 2010-09-01 01:24:46 +0000 (Wed, 01 Sep 2010)
New Revision: 14590

Modified:
   boost/trunk/debian/rules
Log:
Update for upstream 1.44.  Change --xpythonid to --python-buildid.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2010-09-01 01:23:00 UTC (rev 14589)
+++ boost/trunk/debian/rules	2010-09-01 01:24:46 UTC (rev 14590)
@@ -9,9 +9,9 @@
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-PKGVERSION = 1.42
-SOVERSION = 1.42.0
-SHLIBS_VERSION = (>= 1.42.0-1)
+PKGVERSION = 1.44
+SOVERSION = 1.44.0
+SHLIBS_VERSION = (>= 1.44.0-1)
 
 # Boost libraries for which we want separate packages
 boost_libs := date-time filesystem graph-parallel graph iostreams math \
@@ -25,7 +25,7 @@
 boost_lib_serialization := serialization wserialization
 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.
+# These are special cases for suffixes.  Generally come from --python-buildid, so begin with a dash.
 boost_suffixes_python := $(addprefix -py,$(subst .,,$(shell pyversions -rv)))
 boost_suffixes_mpi-python := $(boost_suffixes_python)
 
@@ -171,8 +171,8 @@
 	$(JAM) --without-python                        
 	for pyver in $(shell pyversions -rv); do \
 	 	pyid=$$(echo $$pyver | tr -d .); \
-		echo "Building Boost.Python for python version $pyver"; \
-	 	$(JAM) --with-python --with-mpi --xpythonid=py$$pyid python=$$pyver; \
+		echo "Building Boost.Python for python version $$pyver"; \
+	 	$(JAM) --with-python --with-mpi --python-buildid=py$$pyid python=$$pyver; \
 	 	mv stage/lib/mpi.so stage/lib/mpi-py$$pyid.so; \
 	done
 
@@ -231,7 +231,7 @@
 	$(JAM) --prefix=$(CURDIR)/debian/tmp/usr install --without-python                        
 	for pyver in $(shell pyversions -rv); do \
 		pyid=`echo $$pyver | tr -d .`; \
-		$(JAM) --prefix=$(CURDIR)/debian/tmp/usr install --with-python --with-mpi --xpythonid=py$$pyid python=$$pyver; \
+		$(JAM) --prefix=$(CURDIR)/debian/tmp/usr install --with-python --with-mpi --python-buildid=py$$pyid python=$$pyver; \
 	done
 
 	install --mode=755 -D debian/rtupdate debian/tmp/usr/share/python/runtime.d/libboost-python$(PKGVERSION)-dev.rtupdate




More information about the pkg-boost-commits mailing list