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

cavok at alioth.debian.org cavok at alioth.debian.org
Wed Jun 6 14:52:00 UTC 2007


Author: cavok
Date: 2007-06-06 14:51:59 +0000 (Wed, 06 Jun 2007)
New Revision: 14083

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
back to python 2.4

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2007-05-31 08:57:24 UTC (rev 14082)
+++ boost/trunk/debian/changelog	2007-06-06 14:51:59 UTC (rev 14083)
@@ -1,3 +1,9 @@
+boost (1.34.0-3) experimental; urgency=low
+
+  * Build with python 2.4 (closes: #426871). 
+
+ -- Domenico Andreoli <cavok at debian.org>  Wed, 06 Jun 2007 00:36:34 +0200
+
 boost (1.34.0-2) experimental; urgency=low
 
   * Build with g++ 4.2 (g++ 4.1 is still used for bjam).

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2007-05-31 08:57:24 UTC (rev 14082)
+++ boost/trunk/debian/control	2007-06-06 14:51:59 UTC (rev 14083)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>, Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu36-dev, python-dev | python-all-dev, python2.5-dev, python-support (>= 0.3), g++-4.1, g++-4.2
+Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu36-dev, python-dev | python-all-dev, python2.4-dev, python-support (>= 0.3), g++-4.1, g++-4.2
 Standards-Version: 3.7.2
 
 Package: bcp
@@ -236,7 +236,7 @@
 Package: libboost-python-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version}), libboost-python1.34.0-gcc-4.2 (=${Source-Version}), python2.5-dev
+Depends: libboost-dev (=${Source-Version}), libboost-python1.34.0-gcc-4.2 (=${Source-Version}), python2.4-dev
 Replaces: libboost-dev (<< 1.31.0-3)
 Description: Boost.Python Library development files
  Part of the Boost C++ Libraries collection.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2007-05-31 08:57:24 UTC (rev 14082)
+++ boost/trunk/debian/rules	2007-06-06 14:51:59 UTC (rev 14083)
@@ -32,7 +32,7 @@
 ifneq ($(DEB_BUILD_ARCH), hppa)
 TOOLSET_CONFIG="using gcc : 4.2 : g++-4.2 : <define>_REENTRANT ;"
 endif
-PYTHON_CONFIG="using python : 2.5 : /usr ;"
+PYTHON_CONFIG="using python : 2.4 : /usr ;"
 
 exampledir = debian/libboost-doc/usr/share/doc/libboost-doc/examples
 htmldir = debian/libboost-doc/usr/share/doc/libboost-doc/HTML
@@ -57,7 +57,7 @@
 	cd tools/regression/build && ../../../$(JAM)
 
 	$(JAM) variant=release,debug threading=single,multi
-	cd libs/python/pyste/install && python2.5 setup.py build
+	cd libs/python/pyste/install && python2.4 setup.py build
 
 	touch build-stamp
 
@@ -68,7 +68,7 @@
 
 	-cd tools && ../$(JAM) clean
 	-$(JAM) clean
-	cd libs/python/pyste/install && python2.5 setup.py clean
+	cd libs/python/pyste/install && python2.4 setup.py clean
 
 	rm -rf libs/python/pyste/install/build
 	rm -rf tools/jam/src/bootstrap




More information about the pkg-boost-commits mailing list