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

Steven Michael Robbins smr at alioth.debian.org
Fri Jul 10 03:50:21 UTC 2009


Author: smr
Date: 2009-07-10 03:50:20 +0000 (Fri, 10 Jul 2009)
New Revision: 14458

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Add only non-default versions of python to user-config.jam

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-07-03 06:52:19 UTC (rev 14457)
+++ boost/trunk/debian/changelog	2009-07-10 03:50:20 UTC (rev 14458)
@@ -14,7 +14,10 @@
     built by upstream default (1 shared and 1 static variant).  System
     layout no longer has any decoration; i.e., neither -mt nor -mt-d.  Use
     bootstrap.sh to build bjam and configure boost; use "bjam install" to
-    install all files into debian/tmp.
+    install all files into debian/tmp.  Bootstrap creates the file
+    project-config.jam including a line naming the default python, so
+    remove rule to add the default python to user-config.jam; add only
+    non-default versions of python.
   
   * libboost-dbg.postinst.in:
   * libboost-dbg.prerm.in: Remove.  No longer shipping "-d" variants of
@@ -24,7 +27,7 @@
   * rtupdate: There is no longer separate single and multi-threaded
     libraries to take care of.
 
- -- Steve M. Robbins <smr at debian.org>  Fri, 03 Jul 2009 01:51:28 -0500
+ -- Steve M. Robbins <smr at debian.org>  Thu, 09 Jul 2009 22:50:17 -0500
 
 boost1.38 (1.38.0-7) unstable; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-07-03 06:52:19 UTC (rev 14457)
+++ boost/trunk/debian/rules	2009-07-10 03:50:20 UTC (rev 14458)
@@ -137,7 +137,6 @@
 
 MPI_CONFIG = "using mpi ;"
 PYTHON_CONFIG1 = "using python : 2.4 : /usr ;"
-PYTHON_CONFIG2 = "using python : 2.5 : /usr ;"
 
 exampledir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/examples
 htmldir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/HTML
@@ -154,7 +153,6 @@
 	echo $(TOOLSET_CONFIG) > $@
 	echo $(MPI_CONFIG)     >> $@
 	echo $(PYTHON_CONFIG1) >> $@
-	echo $(PYTHON_CONFIG2) >> $@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN) $(bjam) user-config.jam




More information about the pkg-boost-commits mailing list