diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-12 12:46:36 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-12 12:46:36 +0000 |
commit | 9fc1dfa4ea2310b4fcc835bc0b2bb3903bdb2810 (patch) | |
tree | 2a2f26ba7dec8a7b5f88364dd5536804a96ee706 /debian/control | |
parent | 54ee8007e8f03583d54c175da2cf2a8fc2123e5c (diff) |
Drop some very old Conflicts and Replaces
Drop some very old Conflicts and Replaces (ssh (<< 1:3.8.1p1-9), rsh-client
(<< 0.16.1-1), ssh-krb5 (<< 1:4.3p2-7), ssh-nonfree (<< 2), and
openssh-client (<< 1:3.8.1p1-11)). These all relate to pre-etch versions,
for which we no longer have maintainer script code, and per policy they
would have to become Breaks nowadays anyway.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 78746affe..62d14ee4f 100644 --- a/debian/control +++ b/debian/control | |||
@@ -13,7 +13,7 @@ Package: openssh-client | |||
13 | Architecture: any | 13 | Architecture: any |
14 | Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd | 14 | Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd |
15 | Recommends: xauth | 15 | Recommends: xauth |
16 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 16 | Conflicts: sftp |
17 | Replaces: ssh, ssh-krb5 | 17 | Replaces: ssh, ssh-krb5 |
18 | Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere | 18 | Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere |
19 | Provides: rsh-client, ssh-client | 19 | Provides: rsh-client, ssh-client |
@@ -47,8 +47,8 @@ Architecture: any | |||
47 | Pre-Depends: ${misc:Pre-Depends} | 47 | Pre-Depends: ${misc:Pre-Depends} |
48 | Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps | 48 | Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps |
49 | Recommends: xauth, ncurses-term, ${openssh-server:Recommends} | 49 | Recommends: xauth, ncurses-term, ${openssh-server:Recommends} |
50 | 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) | 50 | Conflicts: ssh-socks, ssh2, sftp |
51 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | 51 | Replaces: ssh, ssh-krb5 |
52 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere | 52 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere |
53 | Provides: ssh-server | 53 | Provides: ssh-server |
54 | Multi-Arch: foreign | 54 | Multi-Arch: foreign |