summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 45 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 37899eb3c..9296e079f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,46 @@ Source: openssh
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Matthew Vernon <matthew@debian.org> 4Maintainer: Matthew Vernon <matthew@debian.org>
5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, groff, debhelper (>=1.1.17), sharutils 5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, groff, debhelper (>= 2), sharutils
6Standards-Version: 3.6.1 6Standards-Version: 3.6.1
7Uploaders: Colin Watson <cjwatson@debian.org> 7Uploaders: Colin Watson <cjwatson@debian.org>
8 8
9Package: ssh 9Package: openssh-client
10Architecture: any 10Architecture: any
11Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0) 11Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0)
12Conflicts: sftp, rsh-client (<<0.16.1-1)
13Replaces: ssh (<< 1:3.8.1p1-9)
14Suggests: ssh-askpass, xbase-clients
15Provides: rsh-client, ssh-client
16Description: Secure shell client, an rlogin/rsh/rcp replacement
17 This is the portable version of OpenSSH, a free implementation of
18 the Secure Shell protocol as specified by the IETF secsh working
19 group.
20 .
21 Ssh (Secure Shell) is a program for logging into a remote machine
22 and for executing commands on a remote machine.
23 It provides secure encrypted communications between two untrusted
24 hosts over an insecure network. X11 connections and arbitrary TCP/IP
25 ports can also be forwarded over the secure channel.
26 It is intended as a replacement for rlogin, rsh and rcp, and can be
27 used to provide applications with a secure communication channel.
28 .
29 This package provides the ssh client.
30 .
31 --------------------------------------------------------------------
32 .
33 In some countries it may be illegal to use any encryption at all
34 without a special permit.
35
36Package: openssh-server
37Priority: optional
38Architecture: any
39Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version})
12Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) 40Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1)
41Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11)
13Suggests: ssh-askpass, xbase-clients 42Suggests: ssh-askpass, xbase-clients
14Provides: rsh-client 43Provides: ssh-server
15Description: Secure rlogin/rsh/rcp replacement (OpenSSH) 44Description: Secure shell server, an rshd replacement
16 This is the portable version of OpenSSH, a free implementation of 45 This is the portable version of OpenSSH, a free implementation of
17 the Secure Shell protocol as specified by the IETF secsh working 46 the Secure Shell protocol as specified by the IETF secsh working
18 group. 47 group.
@@ -25,18 +54,27 @@ Description: Secure rlogin/rsh/rcp replacement (OpenSSH)
25 It is intended as a replacement for rlogin, rsh and rcp, and can be 54 It is intended as a replacement for rlogin, rsh and rcp, and can be
26 used to provide applications with a secure communication channel. 55 used to provide applications with a secure communication channel.
27 . 56 .
28 This package provides both the ssh client and the sshd server. 57 This package provides the sshd server.
29 . 58 .
30 -------------------------------------------------------------------- 59 --------------------------------------------------------------------
31 . 60 .
32 In some countries it may be illegal to use any encryption at all 61 In some countries it may be illegal to use any encryption at all
33 without a special permit. 62 without a special permit.
34 63
64Package: ssh
65Priority: optional
66Architecture: all
67Depends: openssh-client, openssh-server
68Description: Secure shell client and server (transitional package)
69 This is a transitional package depending on both the OpenSSH client and
70 the OpenSSH server, which are now in separate packages. You may remove
71 it once the upgrade is complete and nothing depends on it.
72
35Package: ssh-askpass-gnome 73Package: ssh-askpass-gnome
36Section: gnome 74Section: gnome
37Priority: optional 75Priority: optional
38Architecture: any 76Architecture: any
39Depends: ${shlibs:Depends}, ssh (>=1:1.2pre7-4) | ssh-krb5 77Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5
40Replaces: ssh (<< 1:3.5p1-3) 78Replaces: ssh (<< 1:3.5p1-3)
41Provides: ssh-askpass 79Provides: ssh-askpass
42Description: under X, asks user for a passphrase for ssh-add 80Description: under X, asks user for a passphrase for ssh-add