diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..2fe062623 --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,45 @@ | |||
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, libgnome-dev, groff, debhelper (>=1.1.17), sharutils | ||
6 | Standards-Version: 3.5.2 | ||
7 | Uploaders: Colin Watson <cjwatson@debian.org> | ||
8 | |||
9 | Package: ssh | ||
10 | Architecture: any | ||
11 | Depends: ${shlibs:Depends}, libpam-modules (>= 0.72-9), debconf, adduser | ||
12 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, debconf (<<0.2.17), debconf-tiny (<<0.2.17), sftp, rsh-client (<<0.16.1-1) | ||
13 | Suggests: ssh-askpass, xbase-clients, dpkg (>=1.8.3.1), dnsutils | ||
14 | Provides: rsh-client | ||
15 | Description: Secure rlogin/rsh/rcp replacement (OpenSSH) | ||
16 | This is the portable version of OpenSSH, a free implementation of | ||
17 | the Secure Shell protocol as specified by the IETF secsh working | ||
18 | group. | ||
19 | . | ||
20 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
21 | and for executing commands on a remote machine. | ||
22 | It provides secure encrypted communications between two untrusted | ||
23 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
24 | ports can also be forwarded over the secure channel. | ||
25 | It is intended as a replacement for rlogin, rsh and rcp, and can be | ||
26 | used to provide applications with a secure communication channel. | ||
27 | . | ||
28 | -------------------------------------------------------------------- | ||
29 | . | ||
30 | In some countries, particularly Russia, Iraq, and Pakistan, it may | ||
31 | be illegal to use any encryption at all without a special permit. | ||
32 | |||
33 | Package: ssh-askpass-gnome | ||
34 | Section: x11 | ||
35 | Priority: optional | ||
36 | Architecture: any | ||
37 | Depends: ${shlibs:Depends}, ssh (>=1:1.2pre7-4) | ssh-krb5 | ||
38 | Provides: ssh-askpass | ||
39 | Description: under X, asks user for a passphrase for ssh-add | ||
40 | This has been split out of the main ssh package, so that the ssh will | ||
41 | not need to depend upon the Gnome libraries. | ||
42 | . | ||
43 | You probably want the ssh-askpass package instead, but this is | ||
44 | provided to add to your choice and/or confusion. | ||
45 | |||