Rev 71 | Rev 78 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 71 | Rev 77 | ||
|---|---|---|---|
| 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 (>= 7), libgmp10-dev, m4, autotools-dev (>= 20100122.1) | 5 | Build-Depends: debhelper (>= 8.1.3), libgmp10-dev, m4, autotools-dev (>= 20100122.1) | 
| 6 | Standards-Version: 3.9.1 | 6 | Standards-Version: 3.9.1 | 
| 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 | ||
| 11 | Package: libnettle4 | 11 | Package: libnettle4 | 
| 12 | Architecture: any | 12 | Architecture: any | 
| - | 13 | Multi-Arch: same | |
| - | 14 | Pre-Depends: ${misc:Pre-Depends}
 | |
| 13 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 15 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 
| 14 | Description: low level cryptographic library (symmetric and one-way cryptos) | 16 | Description: low level cryptographic library (symmetric and one-way cryptos) | 
| 15 | Nettle is a cryptographic library that is designed to fit easily in more or | 17 | Nettle is a cryptographic library that is designed to fit easily in more or | 
| 16 | less any context: In crypto toolkits for object-oriented languages (C++, | 18 | less any context: In crypto toolkits for object-oriented languages (C++, | 
| 17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel | 19 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel | 
| Line 24... | Line 26... | ||
| 24 | cryptographic algorithms for the application to use in any environment and | 26 | cryptographic algorithms for the application to use in any environment and | 
| 25 | in any way it needs. | 27 | in any way it needs. | 
| 26 | 28 | ||
| 27 | Package: libhogweed2 | 29 | Package: libhogweed2 | 
| 28 | Architecture: any | 30 | Architecture: any | 
| - | 31 | Multi-Arch: same | |
| - | 32 | Pre-Depends: ${misc:Pre-Depends}
 | |
| 29 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 33 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 
| 30 | Description: low level cryptographic library (public-key cryptos) | 34 | Description: low level cryptographic library (public-key cryptos) | 
| 31 | Nettle is a cryptographic library that is designed to fit easily in more or | 35 | Nettle is a cryptographic library that is designed to fit easily in more or | 
| 32 | less any context: In crypto toolkits for object-oriented languages (C++, | 36 | less any context: In crypto toolkits for object-oriented languages (C++, | 
| 33 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel | 37 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |