Rev 121 | Rev 126 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 121 | Rev 122 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | Standards-Version: 3.9.5 |
7 | Standards-Version: 3.9.5 |
8 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
8 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
9 | Vcs-Browser: http://svn.kibibyte.se/nettle |
9 | Vcs-Browser: http://svn.kibibyte.se/nettle |
10 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
10 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
11 | 11 | ||
12 | Package: libnettle4 |
12 | Package: libnettle5 |
13 | Architecture: any |
13 | Architecture: any |
14 | Multi-Arch: same |
14 | Multi-Arch: same |
15 | Pre-Depends: ${misc:Pre-Depends} |
15 | Pre-Depends: ${misc:Pre-Depends} |
16 | Depends: ${shlibs:Depends}, ${misc:Depends} |
16 | Depends: ${shlibs:Depends}, ${misc:Depends} |
17 | Description: low level cryptographic library (symmetric and one-way cryptos) |
17 | Description: low level cryptographic library (symmetric and one-way cryptos) |
Line 29... | Line 29... | ||
29 | . |
29 | . |
30 | This package contains the symmetric and one-way cryptographic |
30 | This package contains the symmetric and one-way cryptographic |
31 | algorithms. To avoid having this package depend on libgmp, the |
31 | algorithms. To avoid having this package depend on libgmp, the |
32 | asymmetric cryptos reside in a separate library, libhogweed. |
32 | asymmetric cryptos reside in a separate library, libhogweed. |
33 | 33 | ||
34 | Package: libhogweed2 |
34 | Package: libhogweed3 |
35 | Architecture: any |
35 | Architecture: any |
36 | Multi-Arch: same |
36 | Multi-Arch: same |
37 | Pre-Depends: ${misc:Pre-Depends} |
37 | Pre-Depends: ${misc:Pre-Depends} |
38 | Depends: ${shlibs:Depends}, ${misc:Depends} |
38 | Depends: ${shlibs:Depends}, ${misc:Depends} |
39 | Description: low level cryptographic library (public-key cryptos) |
39 | Description: low level cryptographic library (public-key cryptos) |
Line 54... | Line 54... | ||
54 | their large integer computations. |
54 | their large integer computations. |
55 | 55 | ||
56 | Package: nettle-dev |
56 | Package: nettle-dev |
57 | Section: libdevel |
57 | Section: libdevel |
58 | Architecture: any |
58 | Architecture: any |
59 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}), |
59 | Depends: libnettle5 (= ${binary:Version}), libhogweed3 (= ${binary:Version}), |
60 | libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends} |
60 | libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends} |
61 | Replaces: libnettle-dev |
61 | Replaces: libnettle-dev |
62 | Conflicts: libnettle-dev |
62 | Conflicts: libnettle-dev |
63 | Description: low level cryptographic library (development files) |
63 | Description: low level cryptographic library (development files) |
64 | Nettle is a cryptographic library that is designed to fit easily in more or |
64 | Nettle is a cryptographic library that is designed to fit easily in more or |
Line 106... | Line 106... | ||
106 | 106 | ||
107 | Package: nettle-dbg |
107 | Package: nettle-dbg |
108 | Section: debug |
108 | Section: debug |
109 | Priority: extra |
109 | Priority: extra |
110 | Architecture: any |
110 | Architecture: any |
111 | Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
111 | Depends: libnettle5 (= ${binary:Version}) | libhogweed3 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
112 | Description: low level cryptographic library (debugging symbols) |
112 | Description: low level cryptographic library (debugging symbols) |
113 | Nettle is a cryptographic library that is designed to fit easily in more or |
113 | Nettle is a cryptographic library that is designed to fit easily in more or |
114 | less any context: In crypto toolkits for object-oriented languages (C++, |
114 | less any context: In crypto toolkits for object-oriented languages (C++, |
115 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
115 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
116 | space. |
116 | space. |