diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1d527aa7c..4f1e2e392 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -15,6 +15,8 @@ openssh (1:4.2p1-1) UNRELEASED; urgency=low | |||
15 | - Many bugfixes and improvements to connection multiplexing. | 15 | - Many bugfixes and improvements to connection multiplexing. |
16 | - Don't pretend to accept $HOME (closes: #208648). | 16 | - Don't pretend to accept $HOME (closes: #208648). |
17 | * debian/rules: Resynchronise CFLAGS with that generated by configure. | 17 | * debian/rules: Resynchronise CFLAGS with that generated by configure. |
18 | * openssh-client and openssh-server conflict with pre-split ssh to avoid | ||
19 | problems when ssh is left un-upgraded (closes: #324695). | ||
18 | 20 | ||
19 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Sep 2005 13:35:17 +0100 | 21 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Sep 2005 13:35:17 +0100 |
20 | 22 | ||
diff --git a/debian/control b/debian/control index 8d8f30fe4..3ba6b4606 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), ssh-krb5 | 12 | Conflicts: ssh (<< 1:3.8.1p1-9), 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), ssh-krb5 | 42 | Conflicts: ssh (<< 1:3.8.1p1-9), 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 |