Rev 172 | Rev 174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 172 | Rev 173 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | * multiarch_dev.patch: no longer replace definition of GMP_NUMB_BITS; |
4 | * multiarch_dev.patch: no longer replace definition of GMP_NUMB_BITS; |
| 5 | upstream changed it to "n/a" when mini-gmp isn't used. |
5 | upstream changed it to "n/a" when mini-gmp isn't used. |
| 6 | * debian/rules: Switch to dh_update_autotools_config. |
6 | * debian/rules: Switch to dh_update_autotools_config. |
| 7 | * Rename libnettle5.docs -> libnettle6.docs so that the NEWS and README |
7 | * Rename libnettle5.docs -> libnettle6.docs so that the NEWS and README |
| 8 | files will be included again. |
8 | files will be included again. |
| 9 | * Bump Standards-Version to 4.1.1. |
9 | * Bump Standards-Version to 4.1.2. |
| 10 | 10 | ||
| 11 | -- Magnus Holmgren <holmgren@debian.org> Tue, 12 Dec 2017 19:12:49 +0100 |
11 | -- Magnus Holmgren <holmgren@debian.org> Tue, 12 Dec 2017 19:27:18 +0100 |
| 12 | 12 | ||
| 13 | nettle (3.3-2) unstable; urgency=low |
13 | nettle (3.3-2) unstable; urgency=low |
| 14 | 14 | ||
| 15 | * multiarch_dev.patch: Replace definition of GMP_NUMB_BITS calculated by |
15 | * multiarch_dev.patch: Replace definition of GMP_NUMB_BITS calculated by |
| 16 | configure with the same calculation to be done at compile time (only |
16 | configure with the same calculation to be done at compile time (only |