summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-12-11 23:51:50 +0000
committerColin Watson <cjwatson@debian.org>2019-12-11 23:51:50 +0000
commit8daeaa48e3f7e8d8e1f3afac46e4283d61330334 (patch)
tree90cad9b81b1a80a7fac8a3071cab91ad891a8c30 /debian
parente250ef620fa8f8fb9f252d9806de60dfa0760fa5 (diff)
Mark some more binaries as Multi-Arch: foreign
Mark openssh-sftp-server, openssh-tests, ssh, and ssh-askpass-gnome as Multi-Arch: foreign; none of them provide any architecture-dependent interfaces.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a3c8e3f4..c2627b9dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ openssh (1:8.1p1-2) UNRELEASED; urgency=medium
3 * Drop "Allow flock and ipc syscall for s390 architecture" patch for now; 3 * Drop "Allow flock and ipc syscall for s390 architecture" patch for now;
4 upstream has security concerns with it and it doesn't currently seem to 4 upstream has security concerns with it and it doesn't currently seem to
5 be needed. 5 be needed.
6 * Mark openssh-sftp-server, openssh-tests, ssh, and ssh-askpass-gnome as
7 Multi-Arch: foreign; none of them provide any architecture-dependent
8 interfaces.
6 9
7 -- Colin Watson <cjwatson@debian.org> Tue, 22 Oct 2019 11:08:23 +0100 10 -- Colin Watson <cjwatson@debian.org> Tue, 22 Oct 2019 11:08:23 +0100
8 11
diff --git a/debian/control b/debian/control
index 4d4d020ec..9794ef96a 100644
--- a/debian/control
+++ b/debian/control
@@ -132,6 +132,7 @@ Breaks: openssh-server (<< 1:6.5p1-5),
132Replaces: openssh-server (<< 1:6.5p1-5), 132Replaces: openssh-server (<< 1:6.5p1-5),
133Enhances: openssh-server, 133Enhances: openssh-server,
134 ssh-server, 134 ssh-server,
135Multi-Arch: foreign
135Description: secure shell (SSH) sftp server module, for SFTP access from remote machines 136Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
136 This is the portable version of OpenSSH, a free implementation of 137 This is the portable version of OpenSSH, a free implementation of
137 the Secure Shell protocol as specified by the IETF secsh working 138 the Secure Shell protocol as specified by the IETF secsh working
@@ -168,6 +169,7 @@ Depends: openssh-client (= ${binary:Version}),
168 python3-twisted, 169 python3-twisted,
169 ${misc:Depends}, 170 ${misc:Depends},
170 ${shlibs:Depends}, 171 ${shlibs:Depends},
172Multi-Arch: foreign
171Description: OpenSSH regression tests 173Description: OpenSSH regression tests
172 This package provides OpenSSH's regression test suite. It is mainly 174 This package provides OpenSSH's regression test suite. It is mainly
173 intended for use with the autopkgtest system, though can also be run 175 intended for use with the autopkgtest system, though can also be run
@@ -180,6 +182,7 @@ Pre-Depends: dpkg (>= 1.17.5),
180Depends: openssh-client (>= ${binary:Version}), 182Depends: openssh-client (>= ${binary:Version}),
181 openssh-server (>= ${binary:Version}), 183 openssh-server (>= ${binary:Version}),
182 ${misc:Depends}, 184 ${misc:Depends},
185Multi-Arch: foreign
183Description: secure shell client and server (metapackage) 186Description: secure shell client and server (metapackage)
184 This metapackage is a convenient way to install both the OpenSSH client 187 This metapackage is a convenient way to install both the OpenSSH client
185 and the OpenSSH server. It provides nothing in and of itself, so you 188 and the OpenSSH server. It provides nothing in and of itself, so you
@@ -195,6 +198,7 @@ Depends: openssh-client | ssh (>= 1:1.2pre7-4),
195 ${shlibs:Depends}, 198 ${shlibs:Depends},
196Replaces: ssh (<< 1:3.5p1-3), 199Replaces: ssh (<< 1:3.5p1-3),
197Provides: ssh-askpass, 200Provides: ssh-askpass,
201Multi-Arch: foreign
198Description: interactive X program to prompt users for a passphrase for ssh-add 202Description: interactive X program to prompt users for a passphrase for ssh-add
199 This has been split out of the main openssh-client package so that 203 This has been split out of the main openssh-client package so that
200 openssh-client does not need to depend on GTK+. 204 openssh-client does not need to depend on GTK+.