summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-05 19:32:25 +0000
committerColin Watson <cjwatson@debian.org>2016-12-05 19:32:25 +0000
commitcad91cd4010148a0ece507507e649717cfd7369c (patch)
tree67ece66e5a9ac4474a4493e7391cbcf46c0ee64e /debian/control
parent4221c467e552d176f4edd31791cb1c8d1c0e46e8 (diff)
Apply "wrap-and-sort -atf debian/control".
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control112
1 files changed, 83 insertions, 29 deletions
diff --git a/debian/control b/debian/control
index e53a00d25..98361086f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,46 @@ Source: openssh
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> 4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), libssl1.0-dev | libssl-dev (<< 1.1.0~), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 9~), dh-exec, libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg-dev (>= 1.16.1~), dh-autoreconf, autotools-dev, dh-systemd (>= 1.4), libaudit-dev [linux-any], libsystemd-dev [linux-any] 5Build-Depends: autotools-dev,
6 debhelper (>= 9~),
7 dh-autoreconf,
8 dh-exec,
9 dh-systemd (>= 1.4),
10 dpkg-dev (>= 1.16.1~),
11 libaudit-dev [linux-any],
12 libedit-dev,
13 libgtk2.0-dev,
14 libkrb5-dev | heimdal-dev,
15 libpam0g-dev | libpam-dev,
16 libselinux1-dev [linux-any],
17 libssl1.0-dev | libssl-dev (<< 1.1.0~),
18 libsystemd-dev [linux-any],
19 libwrap0-dev | libwrap-dev,
20 zlib1g-dev (>= 1:1.2.3),
6Standards-Version: 3.9.8 21Standards-Version: 3.9.8
7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> 22Uploaders: Colin Watson <cjwatson@debian.org>,
23 Matthew Vernon <matthew@debian.org>,
8Homepage: http://www.openssh.com/ 24Homepage: http://www.openssh.com/
9Vcs-Git: https://anonscm.debian.org/git/pkg-ssh/openssh.git 25Vcs-Git: https://anonscm.debian.org/git/pkg-ssh/openssh.git
10Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ssh/openssh.git 26Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ssh/openssh.git
11 27
12Package: openssh-client 28Package: openssh-client
13Architecture: any 29Architecture: any
14Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd 30Depends: adduser (>= 3.10),
15Recommends: xauth 31 dpkg (>= 1.7.0),
16Conflicts: sftp 32 passwd,
17Replaces: ssh, ssh-krb5 33 ${misc:Depends},
18Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere 34 ${shlibs:Depends},
19Provides: rsh-client, ssh-client 35Recommends: xauth,
36Conflicts: sftp,
37Replaces: ssh,
38 ssh-krb5,
39Suggests: keychain,
40 libpam-ssh,
41 monkeysphere,
42 ssh-askpass,
43Provides: rsh-client,
44 ssh-client,
20Multi-Arch: foreign 45Multi-Arch: foreign
21Description: secure shell (SSH) client, for secure access to remote machines 46Description: secure shell (SSH) client, for secure access to remote machines
22 This is the portable version of OpenSSH, a free implementation of 47 This is the portable version of OpenSSH, a free implementation of
@@ -44,7 +69,9 @@ Description: secure shell (SSH) client, for secure access to remote machines
44Package: openssh-client-ssh1 69Package: openssh-client-ssh1
45Priority: extra 70Priority: extra
46Architecture: any 71Architecture: any
47Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client (= ${binary:Version}) 72Depends: openssh-client (= ${binary:Version}),
73 ${misc:Depends},
74 ${shlibs:Depends},
48Multi-Arch: foreign 75Multi-Arch: foreign
49Description: secure shell (SSH) client for legacy SSH1 protocol 76Description: secure shell (SSH) client for legacy SSH1 protocol
50 This is the portable version of OpenSSH, a free implementation of 77 This is the portable version of OpenSSH, a free implementation of
@@ -73,13 +100,32 @@ Description: secure shell (SSH) client for legacy SSH1 protocol
73Package: openssh-server 100Package: openssh-server
74Priority: optional 101Priority: optional
75Architecture: any 102Architecture: any
76Pre-Depends: ${misc:Pre-Depends} 103Pre-Depends: ${misc:Pre-Depends},
77Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server 104Depends: adduser (>= 3.9),
78Recommends: xauth, ncurses-term, libpam-systemd, ${openssh-server:Recommends} 105 dpkg (>= 1.9.0),
79Conflicts: ssh-socks, ssh2, sftp 106 libpam-modules (>= 0.72-9),
80Replaces: ssh, ssh-krb5 107 libpam-runtime (>= 0.76-14),
81Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere 108 lsb-base (>= 4.1+Debian3),
82Provides: ssh-server 109 openssh-client (= ${binary:Version}),
110 openssh-sftp-server,
111 procps,
112 ${misc:Depends},
113 ${shlibs:Depends},
114Recommends: libpam-systemd,
115 ncurses-term,
116 xauth,
117 ${openssh-server:Recommends},
118Conflicts: sftp,
119 ssh-socks,
120 ssh2,
121Replaces: ssh,
122 ssh-krb5,
123Suggests: molly-guard,
124 monkeysphere,
125 rssh,
126 ssh-askpass,
127 ufw,
128Provides: ssh-server,
83Multi-Arch: foreign 129Multi-Arch: foreign
84Description: secure shell (SSH) server, for secure access from remote machines 130Description: secure shell (SSH) server, for secure access from remote machines
85 This is the portable version of OpenSSH, a free implementation of 131 This is the portable version of OpenSSH, a free implementation of
@@ -105,11 +151,13 @@ Description: secure shell (SSH) server, for secure access from remote machines
105Package: openssh-sftp-server 151Package: openssh-sftp-server
106Priority: optional 152Priority: optional
107Architecture: any 153Architecture: any
108Depends: ${shlibs:Depends}, ${misc:Depends} 154Depends: ${misc:Depends},
109Recommends: openssh-server | ssh-server 155 ${shlibs:Depends},
110Breaks: openssh-server (<< 1:6.5p1-5) 156Recommends: openssh-server | ssh-server,
111Replaces: openssh-server (<< 1:6.5p1-5) 157Breaks: openssh-server (<< 1:6.5p1-5),
112Enhances: openssh-server, ssh-server 158Replaces: openssh-server (<< 1:6.5p1-5),
159Enhances: openssh-server,
160 ssh-server,
113Description: secure shell (SSH) sftp server module, for SFTP access from remote machines 161Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
114 This is the portable version of OpenSSH, a free implementation of 162 This is the portable version of OpenSSH, a free implementation of
115 the Secure Shell protocol as specified by the IETF secsh working 163 the Secure Shell protocol as specified by the IETF secsh working
@@ -138,8 +186,10 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote
138Package: ssh 186Package: ssh
139Priority: extra 187Priority: extra
140Architecture: all 188Architecture: all
141Pre-Depends: dpkg (>= 1.17.5) 189Pre-Depends: dpkg (>= 1.17.5),
142Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) 190Depends: openssh-client (>= ${binary:Version}),
191 openssh-server (>= ${binary:Version}),
192 ${misc:Depends},
143Description: secure shell client and server (metapackage) 193Description: secure shell client and server (metapackage)
144 This metapackage is a convenient way to install both the OpenSSH client 194 This metapackage is a convenient way to install both the OpenSSH client
145 and the OpenSSH server. It provides nothing in and of itself, so you 195 and the OpenSSH server. It provides nothing in and of itself, so you
@@ -149,7 +199,9 @@ Package: ssh-krb5
149Section: oldlibs 199Section: oldlibs
150Priority: extra 200Priority: extra
151Architecture: all 201Architecture: all
152Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) 202Depends: openssh-client (>= ${binary:Version}),
203 openssh-server (>= ${binary:Version}),
204 ${misc:Depends},
153Description: secure shell client and server (transitional package) 205Description: secure shell client and server (transitional package)
154 This is a transitional package depending on the regular Debian OpenSSH 206 This is a transitional package depending on the regular Debian OpenSSH
155 client and server, which now support GSSAPI natively. It will add the 207 client and server, which now support GSSAPI natively. It will add the
@@ -160,9 +212,11 @@ Package: ssh-askpass-gnome
160Section: gnome 212Section: gnome
161Priority: optional 213Priority: optional
162Architecture: any 214Architecture: any
163Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 215Depends: openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5,
164Replaces: ssh (<< 1:3.5p1-3) 216 ${misc:Depends},
165Provides: ssh-askpass 217 ${shlibs:Depends},
218Replaces: ssh (<< 1:3.5p1-3),
219Provides: ssh-askpass,
166Description: interactive X program to prompt users for a passphrase for ssh-add 220Description: interactive X program to prompt users for a passphrase for ssh-add
167 This has been split out of the main openssh-client package so that 221 This has been split out of the main openssh-client package so that
168 openssh-client does not need to depend on GTK+. 222 openssh-client does not need to depend on GTK+.
@@ -175,7 +229,7 @@ Package-Type: udeb
175Section: debian-installer 229Section: debian-installer
176Priority: optional 230Priority: optional
177Architecture: any 231Architecture: any
178Depends: ${shlibs:Depends} 232Depends: ${shlibs:Depends},
179XB-Installer-Menu-Item: 99999 233XB-Installer-Menu-Item: 99999
180Description: secure shell client for the Debian installer 234Description: secure shell client for the Debian installer
181 This is the portable version of OpenSSH, a free implementation of 235 This is the portable version of OpenSSH, a free implementation of
@@ -189,7 +243,7 @@ Package-Type: udeb
189Section: debian-installer 243Section: debian-installer
190Priority: optional 244Priority: optional
191Architecture: any 245Architecture: any
192Depends: ${shlibs:Depends} 246Depends: ${shlibs:Depends},
193Description: secure shell server for the Debian installer 247Description: secure shell server for the Debian installer
194 This is the portable version of OpenSSH, a free implementation of 248 This is the portable version of OpenSSH, a free implementation of
195 the Secure Shell protocol as specified by the IETF secsh working 249 the Secure Shell protocol as specified by the IETF secsh working