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

smr at alioth.debian.org smr at alioth.debian.org
Fri Apr 4 16:02:18 UTC 2008


Author: smr
Date: 2008-04-04 16:02:17 +0000 (Fri, 04 Apr 2008)
New Revision: 14190

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Add python-dev to libboost-python-dev depends.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-03-31 23:46:16 UTC (rev 14189)
+++ boost/trunk/debian/changelog	2008-04-04 16:02:17 UTC (rev 14190)
@@ -1,3 +1,10 @@
+boost (1.34.1-11) unstable; urgency=low
+
+  * debian/control: Add python-dev to libboost-python-dev depends.
+    Closes: #473973.
+
+ -- Steve M. Robbins <smr at debian.org>  Fri, 04 Apr 2008 11:01:05 -0500
+
 boost (1.34.1-10) unstable; urgency=low
 
   * debian/libboost-python-dev.postinst:

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-03-31 23:46:16 UTC (rev 14189)
+++ boost/trunk/debian/control	2008-04-04 16:02:17 UTC (rev 14190)
@@ -222,8 +222,7 @@
 Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-python1.34.1 (= ${binary:Version})
-Suggests: python2.4-dev, python2.5-dev
+Depends: libboost-dev (= ${binary:Version}), libboost-python1.34.1 (= ${binary:Version}), python-dev
 Replaces: libboost-dev (<< 1.31.0-3)
 Description: Boost.Python Library development files
  Part of the Boost C++ Libraries collection.
@@ -239,8 +238,9 @@
  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.
+ This package allows development of a Python interface for all current
+ versions of Python in Debian.  Code using this library will need also
+ one of the Python development packages.
 
 Package: libboost-regex1.34.1
 Homepage: http://www.boost.org/libs/regex/




More information about the pkg-boost-commits mailing list