summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-12-19 10:51:27 +0000
committerColin Watson <cjwatson@debian.org>2012-12-19 10:51:27 +0000
commit1327f52870f5b4bc5b1b34d4ead9bedd9998b609 (patch)
tree9c2b14365bb97b2cdd62167bdda64447ed60b467 /debian/control
parent6a5fde4bff337bc48ed10303037d4a00a2d53157 (diff)
Give ssh and ssh-krb5 versioned dependencies on openssh-client and
openssh-server, to try to reduce confusion when people run 'apt-get install ssh' or similar and expect that to upgrade everything relevant.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 600d5c915..3359c8b39 100644
--- a/debian/control
+++ b/debian/control
@@ -75,7 +75,7 @@ Description: secure shell (SSH) server, for secure access from remote machines
75Package: ssh 75Package: ssh
76Priority: extra 76Priority: extra
77Architecture: all 77Architecture: all
78Depends: ${misc:Depends}, openssh-client, openssh-server 78Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version})
79Description: secure shell client and server (metapackage) 79Description: secure shell client and server (metapackage)
80 This metapackage is a convenient way to install both the OpenSSH client 80 This metapackage is a convenient way to install both the OpenSSH client
81 and the OpenSSH server. It provides nothing in and of itself, so you 81 and the OpenSSH server. It provides nothing in and of itself, so you
@@ -85,7 +85,7 @@ Package: ssh-krb5
85Section: oldlibs 85Section: oldlibs
86Priority: extra 86Priority: extra
87Architecture: all 87Architecture: all
88Depends: ${misc:Depends}, openssh-client, openssh-server 88Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version})
89Description: secure shell client and server (transitional package) 89Description: secure shell client and server (transitional package)
90 This is a transitional package depending on the regular Debian OpenSSH 90 This is a transitional package depending on the regular Debian OpenSSH
91 client and server, which now support GSSAPI natively. It will add the 91 client and server, which now support GSSAPI natively. It will add the