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

Domenico Andreoli cavok at costa.debian.org
Tue Dec 6 16:30:58 UTC 2005


Author: cavok
Date: 2005-12-06 16:30:58 +0000 (Tue, 06 Dec 2005)
New Revision: 13901

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

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2005-12-06 16:16:19 UTC (rev 13900)
+++ boost/trunk/debian/changelog	2005-12-06 16:30:58 UTC (rev 13901)
@@ -2,8 +2,10 @@
 
   * New upstream release.
 
- -- Domenico Andreoli <cavok at debian.org>  Tue,  6 Dec 2005 12:11:11 +0100
+  * debian/control, debian/rules: switched to python 2.4.
 
+ -- Domenico Andreoli <cavok at debian.org>  Tue,  6 Dec 2005 17:30:14 +0100
+
 boost (1.33.0-5) unstable; urgency=low
 
   * Re-uploaded with the right maintainer, the Debian Boost Team.

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2005-12-06 16:16:19 UTC (rev 13900)
+++ boost/trunk/debian/control	2005-12-06 16:30:58 UTC (rev 13901)
@@ -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, python2.3-dev, zlib1g-dev, libbz2-dev, libicu34-dev, gcc-3.4 [hppa], gcc-3.4 [m68k], g++-3.4 [hppa], g++-3.4 [m68k]
+Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, python2.4-dev, zlib1g-dev, libbz2-dev, libicu34-dev, gcc-3.4 [hppa], gcc-3.4 [m68k], g++-3.4 [hppa], g++-3.4 [m68k]
 Standards-Version: 3.6.2
 
 Package: bcp

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2005-12-06 16:16:19 UTC (rev 13900)
+++ boost/trunk/debian/rules	2005-12-06 16:30:58 UTC (rev 13901)
@@ -48,7 +48,7 @@
 	-sGCC=$(GCC) \
 	-sGXX=$(GXX) \
 	-sHAVE_ICU=1 \
-	-sPYTHON_VERSION=2.3 \
+	-sPYTHON_VERSION=2.4 \
 	-sPYTHON_ROOT=/usr
 
 $(bjam):




More information about the pkg-boost-commits mailing list