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

Steven Michael Robbins smr at alioth.debian.org
Fri Mar 22 04:47:12 UTC 2013


Author: smr
Date: 2013-03-22 04:47:12 +0000 (Fri, 22 Mar 2013)
New Revision: 14757

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Make libboost-mpi-python depend on mpi-default-bin.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2013-03-22 04:27:27 UTC (rev 14756)
+++ boost/trunk/debian/changelog	2013-03-22 04:47:12 UTC (rev 14757)
@@ -6,8 +6,11 @@
     chrono/duration.hpp and apache2/httpd.h (thanks, Kirill Spitsin).
     Closes: #703325.
 
- -- Steve M. Robbins <smr at debian.org>  Thu, 21 Mar 2013 23:27:01 -0500
+  * control: Make libboost-mpi-python depend on mpi-default-bin so that
+    mpirun is available.  Closes: #691635.
 
+ -- Steve M. Robbins <smr at debian.org>  Thu, 21 Mar 2013 23:46:40 -0500
+
 boost1.53 (1.53.0-2) unstable; urgency=low
 
   * rules: Build with hardening flags.

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2013-03-22 04:27:27 UTC (rev 14756)
+++ boost/trunk/debian/control	2013-03-22 04:47:12 UTC (rev 14757)
@@ -618,7 +618,7 @@
 Homepage: http://www.boost.org/doc/html/mpi/python.html
 Architecture: any
 Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, mpi-default-bin
 Suggests: python, python3
 Breaks: ${python:Breaks}
 Conflicts: libboost-mpi-python1.40.0,




More information about the pkg-boost-commits mailing list