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

Steven Michael Robbins smr at alioth.debian.org
Sun Jun 12 05:40:26 UTC 2011


Author: smr
Date: 2011-06-12 05:40:26 +0000 (Sun, 12 Jun 2011)
New Revision: 14651

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Suggest a python interpreter.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2011-05-10 03:30:26 UTC (rev 14650)
+++ boost/trunk/debian/changelog	2011-06-12 05:40:26 UTC (rev 14651)
@@ -1,3 +1,10 @@
+boost1.46 (1.46.1-6) unstable; urgency=low
+
+  * control(libboost-mpi-python1.46.1, libboost-python1.46.1): Suggests a
+    python interpreter.  Closes: #620775.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 12 Jun 2011 00:37:42 -0500
+
 boost1.46 (1.46.1-5) unstable; urgency=low
 
   * patches/openssl-no-ssl2.patch.  New (thanks, Lubo~ Dole~el).  Throw

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2011-05-10 03:30:26 UTC (rev 14650)
+++ boost/trunk/debian/control	2011-06-12 05:40:26 UTC (rev 14651)
@@ -360,6 +360,7 @@
 Architecture: any
 Section: python
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Suggests: python, python3
 Breaks: ${python:Breaks}
 Conflicts: libboost-mpi-python1.40.0,
  libboost-mpi-python1.41.0,
@@ -375,6 +376,8 @@
  techniques to maintain maximal efficiency.
  .
  This package provides Python Bindings to the C++ interface.
+ .
+ One of the python interpreter packages is required to use the bindings.
 
 Package: libboost-mpi-python1.46-dev
 Homepage: http://www.boost.org/doc/html/mpi/python.html
@@ -427,6 +430,7 @@
 Architecture: any
 Section: python
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Suggests: python, python3
 Breaks: ${python:Breaks}
 Description: Boost.Python Library 
  This package forms part of the Boost C++ Libraries collection.
@@ -441,6 +445,9 @@
  Subclassing extension types in Python, Overriding virtual functions
  in Python, Member function Overloading, Automatic wrapping of
  numeric operators among others.
+ .
+ One of the python interpreter packages is required to use the
+ created extensions.
 
 Package: libboost-python1.46-dev
 Homepage: http://www.boost.org/libs/python/




More information about the pkg-boost-commits mailing list