Rev 69 | Rev 77 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 69 | Rev 71 | ||
|---|---|---|---|
| 1 | Source: nettle |
1 | Source: nettle |
| 2 | Section: libs |
2 | Section: libs |
| 3 | Priority: optional |
3 | Priority: optional |
| 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 5 | Build-Depends: debhelper (>= 7), libgmp10-dev, m4, autotools-dev (>= 20100122.1) |
5 | Build-Depends: debhelper (>= 7), libgmp10-dev, m4, autotools-dev (>= 20100122.1) |
| 6 | Standards-Version: 3.9.1 |
6 | Standards-Version: 3.9.1 |
| 7 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
7 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
| 8 | Vcs-Browser: http://svn.kibibyte.se/nettle |
8 | Vcs-Browser: http://svn.kibibyte.se/nettle |
| 9 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
9 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
| 10 | 10 | ||
| 11 | Package: libnettle4 |
11 | Package: libnettle4 |
| 12 | Architecture: any |
12 | Architecture: any |
| 13 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
13 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 14 | Description: low level cryptographic library (symmetric and one-way cryptos) |
14 | Description: low level cryptographic library (symmetric and one-way cryptos) |
| 15 | Nettle is a cryptographic library that is designed to fit easily in more or |
15 | Nettle is a cryptographic library that is designed to fit easily in more or |
| 16 | less any context: In crypto toolkits for object-oriented languages (C++, |
16 | less any context: In crypto toolkits for object-oriented languages (C++, |
| 17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
| 18 | space. |
18 | space. |
| 19 | . |
19 | . |
| 20 | It tries to solve a problem of providing a common set of cryptographic |
20 | It tries to solve a problem of providing a common set of cryptographic |
| 21 | algorithms for higher-level applications by implementing a |
21 | algorithms for higher-level applications by implementing a |
| 22 | context-independent set of cryptographic algorithms. In that light, Nettle |
22 | context-independent set of cryptographic algorithms. In that light, Nettle |
| 23 | doesn't do any memory allocation or I/O, it simply provides the |
23 | doesn't do any memory allocation or I/O, it simply provides the |
| 24 | cryptographic algorithms for the application to use in any environment and |
24 | cryptographic algorithms for the application to use in any environment and |
| 25 | in any way it needs. |
25 | in any way it needs. |
| 26 | 26 | ||
| 27 | Package: libhogweed2 |
27 | Package: libhogweed2 |
| 28 | Section: libs |
- | |
| 29 | Architecture: any |
28 | Architecture: any |
| 30 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
29 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 31 | Description: low level cryptographic library (public-key cryptos) |
30 | Description: low level cryptographic library (public-key cryptos) |
| 32 | Nettle is a cryptographic library that is designed to fit easily in more or |
31 | Nettle is a cryptographic library that is designed to fit easily in more or |
| 33 | less any context: In crypto toolkits for object-oriented languages (C++, |
32 | less any context: In crypto toolkits for object-oriented languages (C++, |
| 34 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
33 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
| 35 | space. |
34 | space. |
| 36 | . |
35 | . |
| 37 | It tries to solve a problem of providing a common set of cryptographic |
36 | It tries to solve a problem of providing a common set of cryptographic |
| 38 | algorithms for higher-level applications by implementing a |
37 | algorithms for higher-level applications by implementing a |
| 39 | context-independent set of cryptographic algorithms. In that light, Nettle |
38 | context-independent set of cryptographic algorithms. In that light, Nettle |
| 40 | doesn't do any memory allocation or I/O, it simply provides the |
39 | doesn't do any memory allocation or I/O, it simply provides the |
| 41 | cryptographic algorithms for the application to use in any environment and |
40 | cryptographic algorithms for the application to use in any environment and |
| 42 | in any way it needs. |
41 | in any way it needs. |
| 43 | 42 | ||
| 44 | Package: nettle-dev |
43 | Package: nettle-dev |
| 45 | Section: libdevel |
44 | Section: libdevel |
| 46 | Architecture: any |
45 | Architecture: any |
| 47 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
|
46 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
|
| 48 | libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
|
47 | libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
|
| 49 | Replaces: libnettle-dev |
48 | Replaces: libnettle-dev |
| 50 | Conflicts: libnettle-dev |
49 | Conflicts: libnettle-dev |
| 51 | Description: low level cryptographic library (development files) |
50 | Description: low level cryptographic library (development files) |
| 52 | Nettle is a cryptographic library that is designed to fit easily in more or |
51 | Nettle is a cryptographic library that is designed to fit easily in more or |
| 53 | less any context: In crypto toolkits for object-oriented languages (C++, |
52 | less any context: In crypto toolkits for object-oriented languages (C++, |
| 54 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
53 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
| 55 | space. |
54 | space. |
| 56 | . |
55 | . |
| 57 | It tries to solve a problem of providing a common set of cryptographic |
56 | It tries to solve a problem of providing a common set of cryptographic |
| 58 | algorithms for higher-level applications by implementing a |
57 | algorithms for higher-level applications by implementing a |
| 59 | context-independent set of cryptographic algorithms. In that light, Nettle |
58 | context-independent set of cryptographic algorithms. In that light, Nettle |
| 60 | doesn't do any memory allocation or I/O, it simply provides the |
59 | doesn't do any memory allocation or I/O, it simply provides the |
| 61 | cryptographic algorithms for the application to use in any environment and |
60 | cryptographic algorithms for the application to use in any environment and |
| 62 | in any way it needs. |
61 | in any way it needs. |
| 63 | . |
62 | . |
| 64 | This package contains the development files (C headers and static libraries) |
63 | This package contains the development files (C headers and static libraries) |
| 65 | 64 | ||
| 66 | Package: nettle-bin |
65 | Package: nettle-bin |
| 67 | Section: misc |
66 | Section: misc |
| 68 | Architecture: any |
67 | Architecture: any |
| 69 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
68 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 70 | Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1) |
69 | Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1) |
| 71 | Suggests: lsh-doc |
70 | Suggests: lsh-doc |
| 72 | Description: low level cryptographic library (binary tools) |
71 | Description: low level cryptographic library (binary tools) |
| 73 | Nettle is a cryptographic library that is designed to fit easily in more or |
72 | Nettle is a cryptographic library that is designed to fit easily in more or |
| 74 | less any context: In crypto toolkits for object-oriented languages (C++, |
73 | less any context: In crypto toolkits for object-oriented languages (C++, |
| 75 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
74 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
| 76 | space. |
75 | space. |
| 77 | . |
76 | . |
| 78 | It tries to solve a problem of providing a common set of cryptographic |
77 | It tries to solve a problem of providing a common set of cryptographic |
| 79 | algorithms for higher-level applications by implementing a |
78 | algorithms for higher-level applications by implementing a |
| 80 | context-independent set of cryptographic algorithms. In that light, Nettle |
79 | context-independent set of cryptographic algorithms. In that light, Nettle |
| 81 | doesn't do any memory allocation or I/O, it simply provides the |
80 | doesn't do any memory allocation or I/O, it simply provides the |
| 82 | cryptographic algorithms for the application to use in any environment and |
81 | cryptographic algorithms for the application to use in any environment and |
| 83 | in any way it needs. |
82 | in any way it needs. |
| 84 | . |
83 | . |
| 85 | This package contains binary utilities that accompany the library: |
84 | This package contains binary utilities that accompany the library: |
| 86 | . |
85 | . |
| 87 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
86 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
| 88 | lfib (non-cryptographic) pseudorandom generator. |
87 | lfib (non-cryptographic) pseudorandom generator. |
| 89 | - sexp-conv - conversion tool for handling the different flavours of sexp |
88 | - sexp-conv - conversion tool for handling the different flavours of sexp |
| 90 | syntax. |
89 | syntax. |
| 91 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
90 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
| 92 | 91 | ||
| 93 | Package: nettle-dbg |
92 | Package: nettle-dbg |
| 94 | Section: debug |
93 | Section: debug |
| 95 | Priority: extra |
94 | Priority: extra |
| 96 | Architecture: any |
95 | Architecture: any |
| 97 | Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
|
96 | Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
|
| 98 | Description: low level cryptographic library (debugging symbols) |
97 | Description: low level cryptographic library (debugging symbols) |
| 99 | Nettle is a cryptographic library that is designed to fit easily in more or |
98 | Nettle is a cryptographic library that is designed to fit easily in more or |
| 100 | less any context: In crypto toolkits for object-oriented languages (C++, |
99 | less any context: In crypto toolkits for object-oriented languages (C++, |
| 101 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
100 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
| 102 | space. |
101 | space. |
| 103 | . |
102 | . |
| 104 | This package contains the debugging symbols for all binary packages. |
103 | This package contains the debugging symbols for all binary packages. |