comparison debian/control @ 549:7f552ea5bf72 maemo

merge of '3450609f92928775614418f40dd44ed5393d9de4' and '6a58c90036c543b4d992489843a999156f665e61'
author Matt Johnston <matt@ucc.asn.au>
date Wed, 01 Jul 2009 05:14:51 +0000
parents 9f5e2616c064
children
comparison
equal deleted inserted replaced
548:b0668a7f76d9 549:7f552ea5bf72
1 Source: dropbear 1 Source: dropbear
2 Section: net 2 Section: user/network
3 Priority: optional 3 Priority: optional
4 Maintainer: Matt Johnston <[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 Section: user/network
13 Conflicts: dropbear-server, dropbear-client, dropbear-keyutils, dropbear-scp
14 XB-Maemo-Display-Name: Dropbear SSH Client and Server
13 Description: lightweight SSH2 server and client 15 Description: lightweight SSH2 server and client
14 dropbear is a SSH 2 server and client designed to be small enough to 16 dropbear is a SSH 2 server and client designed to be small enough to
15 be used in small memory environments, while still being functional and 17 be used in small memory environments, while still being functional and
16 secure enough for general use. 18 secure enough for general use.
17 . 19 .
18 It implements most required features of the SSH 2 protocol, and other 20 It implements most required features of the SSH 2 protocol, and other
19 features such as X11 and authentication agent forwarding. 21 features such as X11 and authentication agent forwarding.
20 . 22 .
21 This packages provides Dropbear client and server as a single binary. 23 This package provides Dropbear client and server as a single binary,
24 as well as key utilities and SCP.
22 . 25 .
23 See http://matt.ucc.asn.au/dropbear/dropbear.html 26 See http://matt.ucc.asn.au/dropbear/dropbear.html
24 27
25 Package: dropbear-server 28 Package: dropbear-server
26 Architecture: any 29 Architecture: any
27 Depends: ${shlibs:Depends}, dropbear-common 30 Depends: ${shlibs:Depends}
31 Section: user/network
32 Conflicts: dropbear, dropbear-keyutils
33 Provides: dropbear-keyutils
28 Recommends: dropbear-scp 34 Recommends: dropbear-scp
35 XB-Maemo-Display-Name: Dropbear SSH Server
29 Description: lightweight SSH2 server 36 Description: lightweight SSH2 server
30 dropbear is a SSH 2 server and client designed to be small enough to 37 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 38 be used in small memory environments, while still being functional and
32 secure enough for general use. 39 secure enough for general use.
33 . 40 .
34 It implements most required features of the SSH 2 protocol, and other 41 It implements most required features of the SSH 2 protocol, and other
35 features such as X11 and authentication agent forwarding. 42 features such as X11 and authentication agent forwarding.
36 . 43 .
44 This package provides only the Dropbear server.
45 .
37 See http://matt.ucc.asn.au/dropbear/dropbear.html 46 See http://matt.ucc.asn.au/dropbear/dropbear.html
38 47
39 Package: dropbear-client 48 Package: dropbear-client
40 Architecture: any 49 Architecture: any
50 Conflicts: dropbear
51 Section: user/network
41 Depends: ${shlibs:Depends} 52 Depends: ${shlibs:Depends}
42 Recommends: dropbear-common, dropbear-scp 53 Recommends: dropbear-scp
54 Suggests: dropbear-keyutils
55 XB-Maemo-Display-Name: Dropbear SSH Client
43 Description: lightweight SSH2 client 56 Description: lightweight SSH2 client
44 dropbear is a SSH 2 server and client designed to be small enough to 57 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 58 be used in small memory environments, while still being functional and
46 secure enough for general use. 59 secure enough for general use.
47 . 60 .
48 It implements most required features of the SSH 2 protocol, and other 61 It implements most required features of the SSH 2 protocol, and other
49 features such as X11 and authentication agent forwarding. 62 features such as X11 and authentication agent forwarding.
50 . 63 .
64 This package provides only the Dropbear client.
65 .
51 See http://matt.ucc.asn.au/dropbear/dropbear.html 66 See http://matt.ucc.asn.au/dropbear/dropbear.html
52 67
53 Package: dropbear-common 68 Package: dropbear-keyutils
54 Architecture: any 69 Architecture: any
70 Conflicts: dropbear, dropbear-server
71 Section: user/network
72 XB-Maemo-Display-Name: Dropbear SSH Key Utils
55 Depends: ${shlibs:Depends} 73 Depends: ${shlibs:Depends}
56 Description: lightweight SSH2, key management utilities 74 Description: lightweight SSH2, key management utilities
57 dropbear is a SSH 2 server and client designed to be small enough to 75 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 76 be used in small memory environments, while still being functional and
59 secure enough for general use. 77 secure enough for general use.
63 . 81 .
64 See http://matt.ucc.asn.au/dropbear/dropbear.html 82 See http://matt.ucc.asn.au/dropbear/dropbear.html
65 83
66 Package: dropbear-scp 84 Package: dropbear-scp
67 Architecture: any 85 Architecture: any
86 Section: user/network
87 Conflicts: dropbear
88 XB-Maemo-Display-Name: Dropbear SCP
68 Depends: ${shlibs:Depends} 89 Depends: ${shlibs:Depends}
69 Description: lightweight SSH2 scp 90 Description: lightweight SSH2 scp
70 dropbear is a SSH 2 server and client designed to be small enough to 91 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 92 be used in small memory environments, while still being functional and
72 secure enough for general use. 93 secure enough for general use.