diff options
author | Colin Watson <cjwatson@debian.org> | 2006-12-13 03:01:37 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-12-13 03:01:37 +0000 |
commit | 9ae0a67626fd9492faa3fc1487d3ffdd04b5c8c9 (patch) | |
tree | 275b8c770f83bcb571dcc446596e86c5ff6e4675 | |
parent | 418b09765243d274fa326639dc34961acb9792d7 (diff) |
* Drop versioning on ssh/ssh-krb5 Replaces, as otherwise it isn't
sufficient to replace conffiles (closes: #402804).
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b3b620f53..f68d8c832 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -5,6 +5,10 @@ openssh (1:4.3p2-8) UNRELEASED; urgency=low | |||
5 | icon extension from .desktop file (closes: | 5 | icon extension from .desktop file (closes: |
6 | https://launchpad.net/bugs/27152). | 6 | https://launchpad.net/bugs/27152). |
7 | 7 | ||
8 | [ Colin Watson ] | ||
9 | * Drop versioning on ssh/ssh-krb5 Replaces, as otherwise it isn't | ||
10 | sufficient to replace conffiles (closes: #402804). | ||
11 | |||
8 | -- Colin Watson <cjwatson@debian.org> Mon, 11 Dec 2006 15:04:44 +0000 | 12 | -- Colin Watson <cjwatson@debian.org> Mon, 11 Dec 2006 15:04:44 +0000 |
9 | 13 | ||
10 | openssh (1:4.3p2-7) unstable; urgency=medium | 14 | openssh (1:4.3p2-7) unstable; urgency=medium |
diff --git a/debian/control b/debian/control index 0f77b73db..49c105f03 100644 --- a/debian/control +++ b/debian/control | |||
@@ -10,7 +10,7 @@ Package: openssh-client | |||
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd | 11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd |
12 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 12 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) |
13 | Replaces: ssh (<< 1:3.8.1p1-9), ssh-krb5 (<< 1:4.3p2-7) | 13 | Replaces: ssh, ssh-krb5 |
14 | Suggests: ssh-askpass, xbase-clients | 14 | Suggests: ssh-askpass, xbase-clients |
15 | Provides: rsh-client, ssh-client | 15 | Provides: rsh-client, ssh-client |
16 | Description: Secure shell client, an rlogin/rsh/rcp replacement | 16 | Description: Secure shell client, an rlogin/rsh/rcp replacement |
@@ -40,7 +40,7 @@ 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 (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 42 | 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) |
43 | Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11), ssh-krb5 (<< 1:4.3p2-7) | 43 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 |
44 | Suggests: ssh-askpass, xbase-clients, rssh, molly-guard | 44 | Suggests: ssh-askpass, xbase-clients, rssh, molly-guard |
45 | Provides: ssh-server | 45 | Provides: ssh-server |
46 | Description: Secure shell server, an rshd replacement | 46 | Description: Secure shell server, an rshd replacement |