Package: lam-runtime
Version: 7.1.2-1
Debian Version: etch
To replace the patch from Ryo IGARASHI, the Depends: line should
depend on ssh-client and ssh-server (not only ssh-server).
Attached is a new patch.
Jeremy
--
Jeremy S. Brand
[EMAIL PROTECTED] +1.925.296.5686
Unix Systems Administrator - U.S. Department of Energy
Joint Genome Institute http://www.jgi.doe.gov
Lawrence Berkeley National Lab http://www.lbl.gov
PGP Fingerprint 1F4F 6404 9D23 D71F E6B4 51BF 2834 93CD C537 954C
--- lam-7.1.2/debian/control.orig 2007-04-13 17:12:15.458528924 +0900
+++ lam-7.1.2/debian/control 2007-04-13 17:12:31.343526947 +0900
@@ -54,7 +54,7 @@
Conflicts: lam1-runtime,lam
Replaces: lam1-runtime,lam
Pre-Depends: dpkg (>= 1.6.8)
-Depends: ${shlibs:Depends},ssh | rsh-client,ssh | rsh-server,debconf | debconf-2.0
+Depends: ${shlibs:Depends},ssh-client | rsh-client,ssh-server | rsh-server,debconf | debconf-2.0
Description: LAM runtime environment for executing parallel programs
LAM (Local Area Multicomputer) is an open source implementation of the
Message Passing Interface (MPI) standard.