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

smr at alioth.debian.org smr at alioth.debian.org
Sat Mar 22 15:27:49 UTC 2008


Author: smr
Date: 2008-03-22 15:27:48 +0000 (Sat, 22 Mar 2008)
New Revision: 14168

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Preparation for building Boost.Python on multiple Python runtimes;
update the dependencies: 
1. build-dep on python-all-dev
2. libboost-python-dev: remove python2.4-dev from dependency,
   add python2.4-dev and python2.5-dev as Suggests.



Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-03-02 08:45:25 UTC (rev 14167)
+++ boost/trunk/debian/changelog	2008-03-22 15:27:48 UTC (rev 14168)
@@ -13,8 +13,17 @@
   * debian/rules: Do not build bjam with CC=gcc-4.1.
   * debian/control: Do not build-depend on gcc-4.1.  Closes: #463287.
 
- -- Steve M. Robbins <smr at debian.org>  Mon, 18 Feb 2008 16:13:32 -0600
+  * debian/control: Change Build-Depends from "python-dev |
+    python-all-dev, python2.4-dev" to simply "python-all-dev"; this brings
+    in all current Python -dev packages.  Update python-support required
+    version from 0.3 to 0.6, following README of current python-support
+    package.  Remove "python2.4-dev" from dependency of
+    libboost-python-dev; add python2.4-dev and python2.5-dev to its
+    Suggests line since users of this package may need any of the
+    currently-supported Python development packages.
 
+ -- Steve M. Robbins <smr at debian.org>  Sat, 22 Mar 2008 10:25:19 -0500
+
 boost (1.34.1-7) unstable; urgency=low
 
   * debian/control (libboost-dev): Move libboost-serialization-dev from

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-03-02 08:45:25 UTC (rev 14167)
+++ boost/trunk/debian/control	2008-03-22 15:27:48 UTC (rev 14168)
@@ -4,7 +4,8 @@
 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, libicu-dev, python-dev | python-all-dev, python2.4-dev, python-support (>= 0.3), g++-4.2
+Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6), g++-4.2
+XS-Python-Version: 2.4 2.5
 Standards-Version: 3.7.2
 
 Package: bcp
@@ -222,7 +223,8 @@
 Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-python1.34.1 (= ${binary:Version}), python2.4-dev
+Depends: libboost-dev (= ${binary:Version}), libboost-python1.34.1 (= ${binary:Version})
+Suggests: python2.4-dev, python2.5-dev
 Replaces: libboost-dev (<< 1.31.0-3)
 Description: Boost.Python Library development files
  Part of the Boost C++ Libraries collection.
@@ -237,6 +239,9 @@
  Subclassing extension types in Python, Overriding virtual functions
  in Python, Member function Overloading, Automatic wrapping of
  numeric operators among others.
+ .
+ Code using this library will need also one of the suggested python
+ development packages.
 
 Package: libboost-regex1.34.1
 Homepage: http://www.boost.org/libs/regex/




More information about the pkg-boost-commits mailing list