tags 323744 +patch thanks The attached patch changes the Build-Depends from 'mpich' to 'libmpich1.0-dev' in debian/control. This fixes the problem.
Regards Andreas Jochens diff -urN ../tmp-orig/netpipe-3.6.2/debian/control ./debian/control --- ../tmp-orig/netpipe-3.6.2/debian/control 2005-08-29 16:57:12.000000000 +0200 +++ ./debian/control 2005-08-29 16:56:53.000000000 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Camm Maguire <[EMAIL PROTECTED]> -Build-Depends: lam4-dev, mpich, pvm-dev,debhelper ( >= 4 ) +Build-Depends: debhelper, lam4-dev, libmpich1.0-dev, pvm-dev Standards-Version: 3.6.1 Package: netpipe-tcp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

