Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 60 → Rev 61

/trunk/debian/control
8,7 → 8,7
Vcs-Browser: http://svn.kibibyte.se/nettle
Homepage: http://www.lysator.liu.se/~nisse/nettle/
 
Package: libnettle3
Package: libnettle4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low level cryptographic library (symmetric and one-way cryptos)
24,7 → 24,7
cryptographic algorithms for the application to use in any environment and
in any way it needs.
 
Package: libhogweed1
Package: libhogweed2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
44,7 → 44,7
Package: nettle-dev
Section: libdevel
Architecture: any
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}),
Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
libgmp3-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Replaces: libnettle-dev
Conflicts: libnettle-dev
94,7 → 94,7
Section: debug
Priority: extra
Architecture: any
Depends: libnettle3 (= ${binary:Version}) | libhogweed1 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${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++,