[SCM] Packaging for python-scientific branch, experimental, updated. debian/2.8-4-34-ga97c403

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun Apr 21 13:57:47 UTC 2013


The following commit has been merged in the experimental branch:
commit d09e99337c7c4e53d63cdda11cd4dc868ddf5a19
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Apr 21 12:47:27 2013 +0200

    fix the conflict with the older python-netcdf
    
    a few files were moved from python-netcdf to python-scientific

diff --git a/debian/control b/debian/control
index 1051444..7f94d91 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: extra
 Build-Depends: debhelper (>= 9),
                libmpich2-dev,
                libnetcdf-dev,
-               libopenmpi-dev [amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc],
+               libopenmpi-dev,
                python-all-dev,
                python-numpy
 Standards-Version: 3.9.4
@@ -23,6 +23,7 @@ Recommends: pyro,
             python-tk
 Suggests: python-scientific-doc
 Provides: ${python:Provides}
+Replaces: python-netcdf (<< 2.9.2-1)
 Description: Python modules useful for scientific computing
  ScientificPython is a collection of Python modules that are
  useful for scientific computing. Most modules are rather general,
@@ -83,8 +84,9 @@ Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
          openmpi-bin,
-         python-mpi (>= ${source:Version}),
+         python-mpi (>= ${source:Version})
 Provides: mpipython
 Description: MPI-enhanced Python interpreter (OpenMPI based version)
  The package provides a python interpreter with MPI (Message Passing Interface,
  message-based parallel programming) support.
+

-- 
Packaging for python-scientific



More information about the debian-science-commits mailing list