Mercurial > dropbear
annotate debian/control @ 525:15b1e9adf02f maemo
- Bump version, add description in control file
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 19 Nov 2008 11:54:21 +0000 |
parents | 3c3cef8a32e6 |
children | b4ed271dc08a |
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 |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
13 XB-Maemo-Display-Name: Dropbear SSH Client and Server |
263 | 14 Description: lightweight SSH2 server and client |
15 dropbear is a SSH 2 server and client designed to be small enough to | |
16 be used in small memory environments, while still being functional and | |
17 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
|
18 . |
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
19 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
|
20 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
|
21 . |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
22 This package provides Dropbear client and server as a single binary, |
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
23 as well as key utilities and SCP. |
522 | 24 . |
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
4
diff
changeset
|
25 See http://matt.ucc.asn.au/dropbear/dropbear.html |
522 | 26 |
27 Package: dropbear-server | |
28 Architecture: any | |
29 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
|
30 Conflicts: dropbear |
522 | 31 Recommends: dropbear-scp |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
32 XB-Maemo-Display-Name: Dropbear SSH Server |
522 | 33 Description: lightweight SSH2 server |
34 dropbear is a SSH 2 server and client designed to be small enough to | |
35 be used in small memory environments, while still being functional and | |
36 secure enough for general use. | |
37 . | |
38 It implements most required features of the SSH 2 protocol, and other | |
39 features such as X11 and authentication agent forwarding. | |
40 . | |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
41 This package provides only the Dropbear server. |
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
42 . |
522 | 43 See http://matt.ucc.asn.au/dropbear/dropbear.html |
44 | |
45 Package: dropbear-client | |
46 Architecture: any | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
47 Conflicts: dropbear |
522 | 48 Depends: ${shlibs:Depends} |
49 Recommends: dropbear-common, dropbear-scp | |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
50 XB-Maemo-Display-Name: Dropbear SSH Client |
522 | 51 Description: lightweight SSH2 client |
52 dropbear is a SSH 2 server and client designed to be small enough to | |
53 be used in small memory environments, while still being functional and | |
54 secure enough for general use. | |
55 . | |
56 It implements most required features of the SSH 2 protocol, and other | |
57 features such as X11 and authentication agent forwarding. | |
58 . | |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
59 This package provides only the Dropbear client. |
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
60 . |
522 | 61 See http://matt.ucc.asn.au/dropbear/dropbear.html |
62 | |
63 Package: dropbear-common | |
64 Architecture: any | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
65 Conflicts: dropbear |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
66 XB-Maemo-Display-Name: Dropbear SSH Key Utils |
522 | 67 Depends: ${shlibs:Depends} |
68 Description: lightweight SSH2, key management utilities | |
69 dropbear is a SSH 2 server and client designed to be small enough to | |
70 be used in small memory environments, while still being functional and | |
71 secure enough for general use. | |
72 . | |
73 This package provides dropbearkey and dropbearconvert programs, | |
74 for generating keys and converting to/from OpenSSH keys. | |
75 . | |
76 See http://matt.ucc.asn.au/dropbear/dropbear.html | |
77 | |
78 Package: dropbear-scp | |
79 Architecture: any | |
524
3c3cef8a32e6
- Make it do the postinst files etc for dropbear-server
Matt Johnston <matt@ucc.asn.au>
parents:
522
diff
changeset
|
80 Conflicts: dropbear |
525
15b1e9adf02f
- Bump version, add description in control file
Matt Johnston <matt@ucc.asn.au>
parents:
524
diff
changeset
|
81 XB-Maemo-Display-Name: Dropbear SCP |
522 | 82 Depends: ${shlibs:Depends} |
83 Description: lightweight SSH2 scp | |
84 dropbear is a SSH 2 server and client designed to be small enough to | |
85 be used in small memory environments, while still being functional and | |
86 secure enough for general use. | |
87 . | |
88 This dropbear-scp package provides /usr/bin/scp. |