summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-09-30 01:19:42 +0100
committerColin Watson <cjwatson@debian.org>2014-09-30 01:19:42 +0100
commit1f45fcf89129a4da7f433193ca75b689491a6081 (patch)
tree1fa154f13335c8a6d2cf6e1f73b8620fdda635bc /debian/control
parentabb6494a09c1de88cd90e3a12934713d04a35ea6 (diff)
Don't link /usr/share/doc/ssh to openssh-client, as this is not safe between Architecture: all and Architecture: any binary packages (closes: #763375).
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 3fe3a4ad3..cbc767cc0 100644
--- a/debian/control
+++ b/debian/control
@@ -101,6 +101,7 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote
101Package: ssh 101Package: ssh
102Priority: extra 102Priority: extra
103Architecture: all 103Architecture: all
104Pre-Depends: dpkg (>= 1.17.5)
104Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) 105Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version})
105Description: secure shell client and server (metapackage) 106Description: secure shell client and server (metapackage)
106 This metapackage is a convenient way to install both the OpenSSH client 107 This metapackage is a convenient way to install both the OpenSSH client