summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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