Package: netpipe
Followup-For: Bug #323744

In addition to the change of mpich package names, netpipe must also be
rebuilt for the mpich C++ transition, since the shared library package
has changed names.

The patch previously submitted on this bug is incomplete; it leaves the
binary package still depending on mpich, which no longer exists.  It
should instead depend on mpich-bin.  Attached is a fixed patch.

Please try to upload a new version as soon as possible, as all of mpich's
dependencies have to be transitioned for mpich to move into testing.

Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
--- netpipe-3.6.2/debian/control.orig   2005-08-30 22:53:36.000000000 -0700
+++ netpipe-3.6.2/debian/control        2005-08-30 22:54:23.000000000 -0700
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Camm Maguire <[EMAIL PROTECTED]>
-Build-Depends: lam4-dev, mpich, pvm-dev,debhelper ( >= 4 )
+Build-Depends: lam4-dev, libmpich1.0-dev, pvm-dev,debhelper ( >= 4 )
 Standards-Version: 3.6.1
 
 Package: netpipe-tcp
@@ -51,7 +51,7 @@
 
 Package: netpipe-mpich
 Architecture: any
-Depends: mpich, ${shlibs:Depends}
+Depends: mpich-bin, ${shlibs:Depends}
 Description: A network performance tool using MPICH MPI
  NetPIPE is a protocol independent performance tool that encapsulates
  the best of ttcp and netperf and visually represents the network

Reply via email to