diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3bf40137a..c1a01a636 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:4.1p1-4) UNRELEASED; urgency=low | ||
2 | |||
3 | * openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5 | ||
4 | only conflicts with ssh (closes: #312475). | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Wed, 8 Jun 2005 12:11:25 +0100 | ||
7 | |||
1 | openssh (1:4.1p1-3) unstable; urgency=low | 8 | openssh (1:4.1p1-3) unstable; urgency=low |
2 | 9 | ||
3 | * Upload to unstable. | 10 | * Upload to unstable. |
diff --git a/debian/control b/debian/control index 76f02ec30..4e7cfd1b1 100644 --- a/debian/control +++ b/debian/control | |||
@@ -9,7 +9,7 @@ Uploaders: Colin Watson <cjwatson@debian.org> | |||
9 | Package: openssh-client | 9 | Package: openssh-client |
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0) | 11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0) |
12 | Conflicts: sftp, rsh-client (<<0.16.1-1) | 12 | Conflicts: sftp, rsh-client (<<0.16.1-1), ssh-krb5 |
13 | Replaces: ssh (<< 1:3.8.1p1-9) | 13 | Replaces: ssh (<< 1:3.8.1p1-9) |
14 | Suggests: ssh-askpass, xbase-clients | 14 | Suggests: ssh-askpass, xbase-clients |
15 | Provides: rsh-client, ssh-client | 15 | Provides: rsh-client, ssh-client |
@@ -39,7 +39,7 @@ Package: openssh-server | |||
39 | Priority: optional | 39 | Priority: optional |
40 | Architecture: any | 40 | Architecture: any |
41 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version}) | 41 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version}) |
42 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) | 42 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 |
43 | Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11) | 43 | Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11) |
44 | Suggests: ssh-askpass, xbase-clients, rssh | 44 | Suggests: ssh-askpass, xbase-clients, rssh |
45 | Provides: ssh-server | 45 | Provides: ssh-server |