The simple attached patch replaces the fixed Build-Depends on libmpich1.0-dev with one on mpi-default-dev. However, it won't be of use until fftw also makes this transition (#571446). A versioned Build-Depends on an updated fftw package will likely be necessary, once it's available.
-- Nicholas Breen nbr...@ofb.net
diff -Nru xmds-1.6.6.orig//debian/control xmds-1.6.6//debian/control --- xmds-1.6.6.orig//debian/control 2011-05-09 17:22:01.000000000 -0700 +++ xmds-1.6.6//debian/control 2011-05-10 13:46:20.950307699 -0700 @@ -4,7 +4,7 @@ Maintainer: Debian Scientific Computing Team <pkg-scicomp-de...@lists.alioth.debian.org> Uploaders: Christian T. Steigies <c...@debian.org> Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, fftw-dev, - libfftw3-dev, libmpich1.0-dev, octave3.2-headers, autoconf, quilt + libfftw3-dev, mpi-default-dev, octave3.2-headers, autoconf, quilt Standards-Version: 3.9.1 Homepage: http://xmds.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/ @@ -12,7 +12,7 @@ Package: xmds Architecture: any -Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, libmpich1.0-dev, +Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, mpi-default-dev, ${misc:Depends} Suggests: ${octave:Depends} Description: eXtensible Multi-Dimensional Simulator diff -Nru xmds-1.6.6.orig//debian/rules xmds-1.6.6//debian/rules --- xmds-1.6.6.orig//debian/rules 2011-05-09 17:22:01.000000000 -0700 +++ xmds-1.6.6//debian/rules 2011-05-10 13:46:07.707116603 -0700 @@ -14,7 +14,6 @@ DEB_CONFIGURE_EXTRA_FLAGS = \ --enable-fftw3 \ --enable-mpi \ - --with-mpi-path=/usr/lib/mpich \ --with-mpi-compiler=mpicxx DEB_COMPRESS_EXCLUDE = .xmds