diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..8d8f30fe4 --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,114 @@ | |||
1 | Source: openssh | ||
2 | Section: net | ||
3 | Priority: standard | ||
4 | Maintainer: Matthew Vernon <matthew@debian.org> | ||
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc] | ||
6 | Standards-Version: 3.6.2 | ||
7 | Uploaders: Colin Watson <cjwatson@debian.org> | ||
8 | |||
9 | Package: openssh-client | ||
10 | Architecture: any | ||
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0) | ||
12 | Conflicts: sftp, rsh-client (<<0.16.1-1), ssh-krb5 | ||
13 | Replaces: ssh (<< 1:3.8.1p1-9) | ||
14 | Suggests: ssh-askpass, xbase-clients | ||
15 | Provides: rsh-client, ssh-client | ||
16 | Description: 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, scp and sftp clients, the ssh-agent | ||
30 | and ssh-add programs to make public key authentication more convenient, | ||
31 | and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. | ||
32 | . | ||
33 | -------------------------------------------------------------------- | ||
34 | . | ||
35 | In some countries it may be illegal to use any encryption at all | ||
36 | without a special permit. | ||
37 | |||
38 | Package: openssh-server | ||
39 | Priority: optional | ||
40 | Architecture: any | ||
41 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version}) | ||
42 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 | ||
43 | Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11) | ||
44 | Suggests: ssh-askpass, xbase-clients, rssh | ||
45 | Provides: ssh-server | ||
46 | Description: Secure shell server, an rshd replacement | ||
47 | This is the portable version of OpenSSH, a free implementation of | ||
48 | the Secure Shell protocol as specified by the IETF secsh working | ||
49 | group. | ||
50 | . | ||
51 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
52 | and for executing commands on a remote machine. | ||
53 | It provides secure encrypted communications between two untrusted | ||
54 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
55 | ports can also be forwarded over the secure channel. | ||
56 | It is intended as a replacement for rlogin, rsh and rcp, and can be | ||
57 | used to provide applications with a secure communication channel. | ||
58 | . | ||
59 | This package provides the sshd server. | ||
60 | . | ||
61 | -------------------------------------------------------------------- | ||
62 | . | ||
63 | In some countries it may be illegal to use any encryption at all | ||
64 | without a special permit. | ||
65 | |||
66 | Package: ssh | ||
67 | Priority: extra | ||
68 | Architecture: all | ||
69 | Depends: openssh-client, openssh-server | ||
70 | Description: Secure shell client and server (transitional package) | ||
71 | This is a transitional package depending on both the OpenSSH client and | ||
72 | the OpenSSH server, which are now in separate packages. You may remove | ||
73 | it once the upgrade is complete and nothing depends on it. | ||
74 | |||
75 | Package: ssh-askpass-gnome | ||
76 | Section: gnome | ||
77 | Priority: optional | ||
78 | Architecture: any | ||
79 | Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | ||
80 | Replaces: ssh (<< 1:3.5p1-3) | ||
81 | Provides: ssh-askpass | ||
82 | Description: under X, asks user for a passphrase for ssh-add | ||
83 | This has been split out of the main ssh package, so that the ssh will | ||
84 | not need to depend upon the Gnome libraries. | ||
85 | . | ||
86 | You probably want the ssh-askpass package instead, but this is | ||
87 | provided to add to your choice and/or confusion. | ||
88 | |||
89 | Package: openssh-client-udeb | ||
90 | Section: debian-installer | ||
91 | Priority: optional | ||
92 | Architecture: any | ||
93 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
94 | XB-Installer-Menu-Item: 999 | ||
95 | Description: Secure shell client for the Debian installer | ||
96 | This is the portable version of OpenSSH, a free implementation of | ||
97 | the Secure Shell protocol as specified by the IETF secsh working | ||
98 | group. | ||
99 | . | ||
100 | This package provides the ssh client for use in debian-installer. | ||
101 | |||
102 | Package: openssh-server-udeb | ||
103 | Section: debian-installer | ||
104 | Priority: optional | ||
105 | Architecture: any | ||
106 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
107 | Description: Secure shell server for the Debian installer | ||
108 | This is the portable version of OpenSSH, a free implementation of | ||
109 | the Secure Shell protocol as specified by the IETF secsh working | ||
110 | group. | ||
111 | . | ||
112 | This package provides the sshd server for use in debian-installer. | ||
113 | Since it is expected to be used in specialized situations (e.g. S/390 | ||
114 | installs with no console), it does not provide any configuration. | ||