Mercurial > dropbear
annotate 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 |
rev | line source |
---|---|
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
1 Source: dropbear |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
2 Section: net |
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
3 Priority: optional |
522 | 4 Maintainer: Matt Johnston <[email protected]> |
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
5 Build-Depends: libz-dev |
469
8c2d2edadf2a
Update to debian 0.50-4 diff
Matt Johnston <matt@ucc.asn.au>
parents:
263
diff
changeset
|
6 Standards-Version: 3.7.3.0 |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
7 |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
8 Package: dropbear |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
9 Architecture: any |
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
10 Depends: ${shlibs:Depends} |
469
8c2d2edadf2a
Update to debian 0.50-4 diff
Matt Johnston <matt@ucc.asn.au>
parents:
263
diff
changeset
|
11 Suggests: openssh-client, runit |
522 | 12 Conflicts: dropbear-server, dropbear-client, dropbear-common, dropbear-scp |
263 | 13 Description: lightweight SSH2 server and client |
14 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 | |
16 secure enough for general use. | |
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
17 . |
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
18 It implements most required features of the SSH 2 protocol, and other |
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
19 features such as X11 and authentication agent forwarding. |
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
20 . |
522 | 21 This packages provides Dropbear client and server as a single binary. |
22 . | |
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
23 See http://matt.ucc.asn.au/dropbear/dropbear.html |
522 | 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. |