9,7 → 9,7 |
Vcs-Browser: http://svn.kibibyte.se/nettle |
Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
|
Package: libnettle4 |
Package: libnettle5 |
Architecture: any |
Multi-Arch: same |
Pre-Depends: ${misc:Pre-Depends} |
31,7 → 31,7 |
algorithms. To avoid having this package depend on libgmp, the |
asymmetric cryptos reside in a separate library, libhogweed. |
|
Package: libhogweed2 |
Package: libhogweed3 |
Architecture: any |
Multi-Arch: same |
Pre-Depends: ${misc:Pre-Depends} |
56,7 → 56,7 |
Package: nettle-dev |
Section: libdevel |
Architecture: any |
Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}), |
Depends: libnettle5 (= ${binary:Version}), libhogweed3 (= ${binary:Version}), |
libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends} |
Replaces: libnettle-dev |
Conflicts: libnettle-dev |
108,7 → 108,7 |
Section: debug |
Priority: extra |
Architecture: any |
Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
Depends: libnettle5 (= ${binary:Version}) | libhogweed3 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
Description: low level cryptographic library (debugging symbols) |
Nettle is a cryptographic library that is designed to fit easily in more or |
less any context: In crypto toolkits for object-oriented languages (C++, |