Rev 151 | Rev 154 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 151 | Rev 153 | ||
|---|---|---|---|
| 1 | Source: lsh-utils |
1 | Source: lsh-utils |
| 2 | Section: net |
2 | Section: net |
| 3 | Priority: optional |
3 | Priority: optional |
| 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 5 | Uploaders: Stefan Pfetzing <dreamind@dreamind.de> |
5 | Uploaders: Stefan Pfetzing <dreamind@dreamind.de> |
| 6 | Standards-Version: 3.9.8 |
6 | Standards-Version: 4.1.3. |
| 7 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9.20160709), dh-autoreconf, automake, |
7 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9.20160709), dh-autoreconf, automake, |
| 8 | libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.4~), nettle-bin, |
8 | libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.4~), nettle-bin, |
| 9 | texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev, |
9 | texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev, |
| 10 | libpam0g-dev | libpam-dev, libreadline-dev, m4 |
10 | libpam0g-dev | libpam-dev, libreadline-dev, m4 |
| 11 | Homepage: http://www.lysator.liu.se/~nisse/lsh/ |
11 | Homepage: http://www.lysator.liu.se/~nisse/lsh/ |
| 12 | 12 | ||
| 13 | Package: lsh-utils |
13 | Package: lsh-utils |
| 14 | Architecture: any |
14 | Architecture: any |
| 15 | Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
|
15 | Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
|
| 16 | Suggests: lsh-server, lsh-client, lsh-doc |
16 | Suggests: lsh-server, lsh-client, lsh-doc |
| 17 | Description: Secure Shell v2 (SSH2) protocol utilities |
17 | Description: Secure Shell v2 (SSH2) protocol utilities |
| 18 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
18 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
| 19 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
19 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
| 20 | . |
20 | . |
| 21 | This package contains the lsh utilities. This includes programs such |
21 | This package contains the lsh utilities. This includes programs such |
| 22 | as lsh-keygen, lsh-writekey (both programs for public/private key |
22 | as lsh-keygen, lsh-writekey (both programs for public/private key |
| 23 | generation), lsh-authorize (for automatic remote key authentication), |
23 | generation), lsh-authorize (for automatic remote key authentication), |
| 24 | ssh-conv (utilities for converting between various public and private |
24 | ssh-conv (utilities for converting between various public and private |
| 25 | key formats), and a number of other utilities for use with both the |
25 | key formats), and a number of other utilities for use with both the |
| 26 | lsh server and client. |
26 | lsh server and client. |
| 27 | . |
27 | . |
| 28 | In some countries it may be illegal to use any encryption at all |
28 | In some countries it may be illegal to use any encryption at all |
| 29 | without a special permit. |
29 | without a special permit. |
| 30 | 30 | ||
| 31 | Package: lsh-server |
31 | Package: lsh-server |
| 32 | Architecture: any |
32 | Architecture: any |
| 33 | Provides: ssh-server |
33 | Provides: ssh-server |
| 34 | Depends: lsh-utils (= ${binary:Version}),
|
34 | Depends: lsh-utils (= ${binary:Version}),
|
| 35 | lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
|
35 | lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
|
| 36 | Suggests: lsh-client | openssh-client, lsh-doc |
36 | Suggests: lsh-client | openssh-client, lsh-doc |
| 37 | Description: Secure Shell v2 (SSH2) protocol server |
37 | Description: Secure Shell v2 (SSH2) protocol server |
| 38 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
38 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
| 39 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
39 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
| 40 | . |
40 | . |
| 41 | This package contains the lsh server, lshd. This package is required |
41 | This package contains the lsh server, lshd. This package is required |
| 42 | to allow SSH2 logins to the local machine. |
42 | to allow SSH2 logins to the local machine. |
| 43 | . |
43 | . |
| 44 | In some countries it may be illegal to use any encryption |
44 | In some countries it may be illegal to use any encryption |
| 45 | at all without a special permit. |
45 | at all without a special permit. |
| 46 | 46 | ||
| 47 | Package: lsh-client |
47 | Package: lsh-client |
| 48 | Architecture: any |
48 | Architecture: any |
| 49 | Depends: nettle-bin, lsh-utils (= ${binary:Version}),
|
49 | Depends: nettle-bin, lsh-utils (= ${binary:Version}),
|
| 50 | ${shlibs:Depends}, ${misc:Depends}
|
50 | ${shlibs:Depends}, ${misc:Depends}
|
| 51 | Breaks: lsh-utils (<< 2.0.4-dfsg-1) |
51 | Breaks: lsh-utils (<< 2.0.4-dfsg-1) |
| 52 | Replaces: lsh-utils (<< 2.0.4-dfsg-1) |
52 | Replaces: lsh-utils (<< 2.0.4-dfsg-1) |
| 53 | Suggests: lsh-doc |
53 | Suggests: lsh-doc |
| 54 | Description: Secure Shell v2 (SSH2) protocol client |
54 | Description: Secure Shell v2 (SSH2) protocol client |
| 55 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
55 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
| 56 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
56 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
| 57 | . |
57 | . |
| 58 | This package contains the lsh client used to log in to a remote lsh |
58 | This package contains the lsh client used to log in to a remote lsh |
| 59 | or SSH2 server. |
59 | or SSH2 server. |
| 60 | . |
60 | . |
| 61 | In some countries it may be illegal to use any encryption |
61 | In some countries it may be illegal to use any encryption |
| 62 | at all without a special permit. |
62 | at all without a special permit. |
| 63 | 63 | ||
| 64 | Package: lsh-doc |
64 | Package: lsh-doc |
| 65 | Architecture: all |
65 | Architecture: all |
| 66 | Section: doc |
66 | Section: doc |
| 67 | Depends: ${misc:Depends}
|
67 | Depends: ${misc:Depends}
|
| 68 | Suggests: lsh-utils, lsh-server, lsh-client |
68 | Suggests: lsh-utils, lsh-server, lsh-client |
| 69 | Conflicts: lsh-utils (<< 1.0.2-3) |
69 | Conflicts: lsh-utils (<< 1.0.2-3) |
| 70 | Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1) |
70 | Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1) |
| 71 | Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1) |
71 | Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1) |
| 72 | Description: Secure Shell v2 (SSH2) documentation |
72 | Description: Secure Shell v2 (SSH2) documentation |
| 73 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
73 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
| 74 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
74 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
| 75 | . |
75 | . |
| 76 | This package contains the lsh documentation, including info |
76 | This package contains the lsh documentation, including info |
| 77 | pages and manpages about the various protocols which lsh uses, |
77 | pages and manpages about the various protocols which lsh uses, |
| 78 | as well as various documents about lsh internals, protocols, |
78 | as well as various documents about lsh internals, protocols, |
| 79 | and general lsh development. |
79 | and general lsh development. |
| 80 | . |
80 | . |
| 81 | In some countries it may be illegal to use any encryption |
81 | In some countries it may be illegal to use any encryption |
| 82 | at all without a special permit. |
82 | at all without a special permit. |