Rev 64 | Rev 66 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 64 | Rev 65 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | respectively; update and rename debian/control, debian/libnettle3.*, | 8 | respectively; update and rename debian/control, debian/libnettle3.*, | 
| 9 | debian/libhogweed1.*, and debian/nettle-bin.links accordingly. | 9 | debian/libhogweed1.*, and debian/nettle-bin.links accordingly. | 
| 10 | * Build-depend on the new libgmp10-dev instead of libgmp3-dev. | 10 | * Build-depend on the new libgmp10-dev instead of libgmp3-dev. | 
| 11 | * Convert to source package format 3.0 (quilt), using | 11 | * Convert to source package format 3.0 (quilt), using | 
| 12 | dh_autotools-dev_*config to update config.sub and config.guess files. | 12 | dh_autotools-dev_*config to update config.sub and config.guess files. | 
| - | 13 | * Handle the parallel DEB_BUILD_OPTIONS option. | |
| - | 14 | * Pass --libdir=/usr/lib to ./configure since it will otherwise try to | |
| - | 15 | be smart and pick /usr/lib32 or /usr/lib64 on certain platforms. | |
| - | 16 | * General tidying of debian/rules: | |
| - | 17 | - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS). | |
| - | 18 | - Remove remnants of nostrip option handling. | |
| - | 19 | - Only pass --host to ./configure if HOST != BUILD, as is recommended. | |
| - | 20 | - Remove redundant compiler and configure flags. | |
| 13 | 21 | ||
| 14 | -- Magnus Holmgren <holmgren@debian.org> Sun, 16 Jan 2011 21:16:45 +0100 | 22 | -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Jan 2011 23:39:46 +0100 | 
| 15 | 23 | ||
| 16 | nettle (2.0-2) unstable; urgency=low | 24 | nettle (2.0-2) unstable; urgency=low | 
| 17 | 25 | ||
| 18 | * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name | 26 | * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name | 
| 19 | that LSH understands in the sexp representation of an RSA key, so that | 27 | that LSH understands in the sexp representation of an RSA key, so that |