Rev 60 | Rev 62 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 60 | Rev 61 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | Standards-Version: 3.8.3 |
6 | Standards-Version: 3.8.3 |
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: libnettle3 |
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++, |
Line 22... | Line 22... | ||
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: libhogweed1 |
27 | Package: libhogweed2 |
28 | Section: libs |
28 | Section: libs |
29 | Architecture: any |
29 | Architecture: any |
30 | Depends: ${shlibs:Depends}, ${misc:Depends} |
30 | Depends: ${shlibs:Depends}, ${misc:Depends} |
31 | Description: low level cryptographic library (public-key cryptos) |
31 | Description: low level cryptographic library (public-key cryptos) |
32 | Nettle is a cryptographic library that is designed to fit easily in more or |
32 | Nettle is a cryptographic library that is designed to fit easily in more or |
Line 42... | Line 42... | ||
42 | in any way it needs. |
42 | in any way it needs. |
43 | 43 | ||
44 | Package: nettle-dev |
44 | Package: nettle-dev |
45 | Section: libdevel |
45 | Section: libdevel |
46 | Architecture: any |
46 | Architecture: any |
47 | Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), |
47 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}), |
48 | libgmp3-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends} |
48 | libgmp3-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends} |
49 | Replaces: libnettle-dev |
49 | Replaces: libnettle-dev |
50 | Conflicts: libnettle-dev |
50 | Conflicts: libnettle-dev |
51 | Description: low level cryptographic library (development files) |
51 | Description: low level cryptographic library (development files) |
52 | Nettle is a cryptographic library that is designed to fit easily in more or |
52 | Nettle is a cryptographic library that is designed to fit easily in more or |
Line 92... | Line 92... | ||
92 | 92 | ||
93 | Package: nettle-dbg |
93 | Package: nettle-dbg |
94 | Section: debug |
94 | Section: debug |
95 | Priority: extra |
95 | Priority: extra |
96 | Architecture: any |
96 | Architecture: any |
97 | Depends: libnettle3 (= ${binary:Version}) | libhogweed1 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
97 | Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
98 | Description: low level cryptographic library (debugging symbols) |
98 | Description: low level cryptographic library (debugging symbols) |
99 | Nettle is a cryptographic library that is designed to fit easily in more or |
99 | 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++, |
100 | less any context: In crypto toolkits for object-oriented languages (C++, |
101 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
101 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
102 | space. |
102 | space. |