Mercurial > dropbear
annotate debian/control @ 524:3c3cef8a32e6 maemo
- Make it do the postinst files etc for dropbear-server
- Improve the NO_START message
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 18 Nov 2008 23:15:24 +0000 |
parents | 8cc0598b0b9a |
children | 15b1e9adf02f |
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 | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
28 Conflicts: dropbear |
522 | 29 Recommends: dropbear-scp |
30 Description: lightweight SSH2 server | |
31 dropbear is a SSH 2 server and client designed to be small enough to | |
32 be used in small memory environments, while still being functional and | |
33 secure enough for general use. | |
34 . | |
35 It implements most required features of the SSH 2 protocol, and other | |
36 features such as X11 and authentication agent forwarding. | |
37 . | |
38 See http://matt.ucc.asn.au/dropbear/dropbear.html | |
39 | |
40 Package: dropbear-client | |
41 Architecture: any | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
42 Conflicts: dropbear |
522 | 43 Depends: ${shlibs:Depends} |
44 Recommends: dropbear-common, dropbear-scp | |
45 Description: lightweight SSH2 client | |
46 dropbear is a SSH 2 server and client designed to be small enough to | |
47 be used in small memory environments, while still being functional and | |
48 secure enough for general use. | |
49 . | |
50 It implements most required features of the SSH 2 protocol, and other | |
51 features such as X11 and authentication agent forwarding. | |
52 . | |
53 See http://matt.ucc.asn.au/dropbear/dropbear.html | |
54 | |
55 Package: dropbear-common | |
56 Architecture: any | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
57 Conflicts: dropbear |
522 | 58 Depends: ${shlibs:Depends} |
59 Description: lightweight SSH2, key management utilities | |
60 dropbear is a SSH 2 server and client designed to be small enough to | |
61 be used in small memory environments, while still being functional and | |
62 secure enough for general use. | |
63 . | |
64 This package provides dropbearkey and dropbearconvert programs, | |
65 for generating keys and converting to/from OpenSSH keys. | |
66 . | |
67 See http://matt.ucc.asn.au/dropbear/dropbear.html | |
68 | |
69 Package: dropbear-scp | |
70 Architecture: any | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
71 Conflicts: dropbear |
522 | 72 Depends: ${shlibs:Depends} |
73 Description: lightweight SSH2 scp | |
74 dropbear is a SSH 2 server and client designed to be small enough to | |
75 be used in small memory environments, while still being functional and | |
76 secure enough for general use. | |
77 . | |
78 This dropbear-scp package provides /usr/bin/scp. |