diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-12 20:15:57 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-12 20:15:57 +0000 |
commit | c40ca492b1feb1c1adca9d6516fef28abe48a469 (patch) | |
tree | 482e10027614aba51072a343aefbe06fbfad2872 /debian/control | |
parent | f8f24ce6060be1bb566a627b661b695b18901287 (diff) |
* Use ${binary:Version} rather than ${Source-Version} in openssh-server ->
openssh-client dependency.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4c1c47b7b..f89c9bfed 100644 --- a/debian/control +++ b/debian/control | |||
@@ -36,7 +36,7 @@ Description: secure shell client, an rlogin/rsh/rcp replacement | |||
36 | Package: openssh-server | 36 | Package: openssh-server |
37 | Priority: optional | 37 | Priority: optional |
38 | Architecture: any | 38 | Architecture: any |
39 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version}), lsb-base (>= 3.0-6) | 39 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 3.0-6) |
40 | Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 40 | Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) |
41 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | 41 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 |
42 | Suggests: ssh-askpass, xbase-clients, rssh, molly-guard | 42 | Suggests: ssh-askpass, xbase-clients, rssh, molly-guard |