Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 135 → Rev 136

/trunk/debian/control
9,7 → 9,7
Vcs-Browser: http://svn.kibibyte.se/nettle
Homepage: http://www.lysator.liu.se/~nisse/nettle/
 
Package: libnettle4
Package: libnettle6
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: libhogweed4
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: libnettle6 (= ${binary:Version}), libhogweed4 (= ${binary:Version}),
libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Replaces: libnettle-dev
Conflicts: libnettle-dev
108,8 → 108,7
Section: debug
Priority: extra
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
Depends: libnettle6 (= ${binary:Version}) | libhogweed4 (= ${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++,