Source: gpivtools Severity: normal Tags: patch The last update to python-scientific replaced the lampython and mpichpython packages with openmpipython and mpich2python, which will be the two actively maintained MPI implementations going forward. The attached patch updates the Depends: field in debian/control accordingly, and adds "mpipython" to the beginning of the list, which is a virtual package that openmpipython and mpich2python both Provide -- this should help keep gpivtools-mpi from accidentally becoming uninstallable (as it unfortunately is now!) if those Python packages change again in the future.
Thanks, -- Nicholas Breen nbr...@ofb.net -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gpivtools-0.6.0.orig/debian/control gpivtools-0.6.0/debian/control --- gpivtools-0.6.0.orig/debian/control 2011-10-23 19:06:34.000000000 -0700 +++ gpivtools-0.6.0/debian/control 2011-10-23 19:13:06.648618383 -0700 @@ -47,8 +47,8 @@ Package: gpivtools-mpi Architecture: any -Depends: ${shlibs:Depends}, libgpiv-mpi3, mpi-default-bin, lampython | mpichpython, - python-scientific +Depends: ${shlibs:Depends}, libgpiv-mpi3, mpi-default-bin, + mpipython | openmpipython | mpich2python, python-scientific Replaces: gpivtools Conflicts: gpivtools Recommends: plotmtv, imagemagick