Package: fftw
Version: 2.1.3-16
Severity: serious
Tags: patch

fftw fails to build because its build-dependency on mpich cannot be
satisfied:

>  -> Considering  mpich
>    -> Trying mpich
>        -> Cannot install mpich; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Package mpich has no installation candidate
> Package mpich is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Could not satisfy build-dependency.
> E: pbuilder-satisfydepends failed.

The attached patch makes it depend on libmpich1.0-dev instead, which
fixes this problem.

-- 
Matt
diff -u fftw-2.1.3/debian/control fftw-2.1.3/debian/control
--- fftw-2.1.3/debian/control
+++ fftw-2.1.3/debian/control
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: James A. Treacy <[EMAIL PROTECTED]>
 Standards-Version: 3.5.8.0
-Build-Depends: mpich, g77
+Build-Depends: libmpich1.0-dev, g77
 
 Package: fftw2
 Architecture: any

Attachment: signature.asc
Description: Digital signature

Reply via email to