Package: lam-runtime
Version: 7.1.2-1
Severity: normal
Tags: patch
The lam-runtime package depend on "ssh | rsh-server" for ssh-server feature.
However, openssh-server provides "ssh-server", not "ssh". The ssh package
is now a transitional package for both openssh-server and openssh-client
packages, but due to lam-runtime, I cannot remove ssh package.
The attached patch is for debian/control file.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.18-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages lam-runtime depends on:
ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii dpkg 1.13.25 package maintenance system for Deb
ii lam4c2 7.1.2-1 Shared libraries used by LAM paral
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-21 GCC support library
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii openssh-client [rsh-client] 1:4.3p2-9 Secure shell client, an rlogin/rsh
ii ssh 1:4.3p2-9 Secure shell client and server (tr
lam-runtime recommends no packages.
-- debconf information:
lam-runtime/lam3:
* lam-runtime/lam4:
--- 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 | 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.