Rev 61 | Rev 64 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 61 | Rev 62 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | Source: nettle |
1 | Source: nettle |
| 2 | Section: libs |
2 | Section: libs |
| 3 | Priority: optional |
3 | Priority: optional |
| 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 5 | Build-Depends: debhelper (>= 5), libgmp3-dev, m4, autotools-dev, dpatch |
5 | Build-Depends: debhelper (>= 5), libgmp10-dev, m4, autotools-dev, dpatch |
| 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 | ||
| Line 43... | Line 43... | ||
| 43 | 43 | ||
| 44 | Package: nettle-dev |
44 | Package: nettle-dev |
| 45 | Section: libdevel |
45 | Section: libdevel |
| 46 | Architecture: any |
46 | Architecture: any |
| 47 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
|
47 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
|
| 48 | libgmp3-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
|
48 | libgmp10-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 |
| 53 | less any context: In crypto toolkits for object-oriented languages (C++, |
53 | less any context: In crypto toolkits for object-oriented languages (C++, |