comparison debian/control @ 522:8cc0598b0b9a maemo

- Split into separate debs
author Matt Johnston <matt@ucc.asn.au>
date Tue, 18 Nov 2008 12:53:48 +0000
parents 8c2d2edadf2a
children 3c3cef8a32e6
comparison
equal deleted inserted replaced
521:cc2dff9bd671 522:8cc0598b0b9a
1 Source: dropbear 1 Source: dropbear
2 Section: net 2 Section: net
3 Priority: optional 3 Priority: optional
4 Maintainer: Gerrit Pape <[email protected]> 4 Maintainer: Matt Johnston <[email protected]>
5 Build-Depends: libz-dev 5 Build-Depends: libz-dev
6 Standards-Version: 3.7.3.0 6 Standards-Version: 3.7.3.0
7 7
8 Package: dropbear 8 Package: dropbear
9 Architecture: any 9 Architecture: any
10 Depends: ${shlibs:Depends} 10 Depends: ${shlibs:Depends}
11 Suggests: openssh-client, runit 11 Suggests: openssh-client, runit
12 Conflicts: dropbear-server, dropbear-client, dropbear-common, dropbear-scp
12 Description: lightweight SSH2 server and client 13 Description: lightweight SSH2 server and client
13 dropbear is a SSH 2 server and client designed to be small enough to 14 dropbear is a SSH 2 server and client designed to be small enough to
14 be used in small memory environments, while still being functional and 15 be used in small memory environments, while still being functional and
15 secure enough for general use. 16 secure enough for general use.
16 . 17 .
17 It implements most required features of the SSH 2 protocol, and other 18 It implements most required features of the SSH 2 protocol, and other
18 features such as X11 and authentication agent forwarding. 19 features such as X11 and authentication agent forwarding.
19 . 20 .
21 This packages provides Dropbear client and server as a single binary.
22 .
20 See http://matt.ucc.asn.au/dropbear/dropbear.html 23 See http://matt.ucc.asn.au/dropbear/dropbear.html
24
25 Package: dropbear-server
26 Architecture: any
27 Depends: ${shlibs:Depends}, dropbear-common
28 Recommends: dropbear-scp
29 Description: lightweight SSH2 server
30 dropbear is a SSH 2 server and client designed to be small enough to
31 be used in small memory environments, while still being functional and
32 secure enough for general use.
33 .
34 It implements most required features of the SSH 2 protocol, and other
35 features such as X11 and authentication agent forwarding.
36 .
37 See http://matt.ucc.asn.au/dropbear/dropbear.html
38
39 Package: dropbear-client
40 Architecture: any
41 Depends: ${shlibs:Depends}
42 Recommends: dropbear-common, dropbear-scp
43 Description: lightweight SSH2 client
44 dropbear is a SSH 2 server and client designed to be small enough to
45 be used in small memory environments, while still being functional and
46 secure enough for general use.
47 .
48 It implements most required features of the SSH 2 protocol, and other
49 features such as X11 and authentication agent forwarding.
50 .
51 See http://matt.ucc.asn.au/dropbear/dropbear.html
52
53 Package: dropbear-common
54 Architecture: any
55 Depends: ${shlibs:Depends}
56 Description: lightweight SSH2, key management utilities
57 dropbear is a SSH 2 server and client designed to be small enough to
58 be used in small memory environments, while still being functional and
59 secure enough for general use.
60 .
61 This package provides dropbearkey and dropbearconvert programs,
62 for generating keys and converting to/from OpenSSH keys.
63 .
64 See http://matt.ucc.asn.au/dropbear/dropbear.html
65
66 Package: dropbear-scp
67 Architecture: any
68 Depends: ${shlibs:Depends}
69 Description: lightweight SSH2 scp
70 dropbear is a SSH 2 server and client designed to be small enough to
71 be used in small memory environments, while still being functional and
72 secure enough for general use.
73 .
74 This dropbear-scp package provides /usr/bin/scp.