[Pkg-octave-commit] [SCM] Debian packaging for octave-openmpi-ext branch, master, updated. debian/1.0.2-1-2-g136e2cb

Sébastien Villemot sebastien.villemot at ens.fr
Tue Jul 3 14:50:16 UTC 2012


The following commit has been merged in the master branch:
commit 1662a7548e4eb767b05bf5016b5f427899bd8f54
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Tue Jul 3 13:54:43 2012 +0000

    Explicitly Build-Depends on libopenmpi-dev and Build-Conflicts with libmpich2-dev, since the package is not compatible with the latter

diff --git a/debian/control b/debian/control
index 61eceaf..a0ac03e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Sébastien Villemot <sebastien.villemot at ens.fr>,
            Thomas Weber <tweber at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1),
-               mpi-default-dev, dh-exec, dpkg-dev (>= 1.16.1)
+               libopenmpi-dev, dh-exec, dpkg-dev (>= 1.16.1)
+Build-Conflicts: libmpich2-dev
 Standards-Version: 3.9.3
 Homepage: http://octave.sourceforge.net/openmpi_ext/
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-openmpi-ext.git
@@ -15,7 +16,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-openmpi-ext.git
 Package: octave-openmpi-ext
 Architecture: any
 Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
-Recommends: mpi-default-bin
+Recommends: openmpi-bin
 Description: Octave toolbox for parallel computing using MPI
  This package brings parallel computing capabilities to Octave by providing a
  convenient interface to OpenMPI primitives. This is achieved using simple MPI

-- 
Debian packaging for octave-openmpi-ext



More information about the Pkg-octave-commit mailing list