Subversion Repositories

?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
66 4849d 21h magnus /trunk/debian/ Bump Standards-Version to 3.9.1.  
65 4849d 21h magnus /trunk/debian/ * Handle the parallel DEB_BUILD_OPTIONS option.
* Pass --libdir=/usr/lib to ./configure since it will otherwise try to
be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
* General tidying of debian/rules:
- Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
- Remove remnants of nostrip option handling.
- Only pass --host to ./configure if HOST != BUILD, as is recommended.
- Remove redundant compiler and configure flags.
 
64 4849d 23h magnus /trunk/debian/ Convert to source package format 3.0 (quilt), using
dh_autotools-dev_*config to update config.sub and config.guess files.
 
63 4851d 23h magnus /trunk/debian/ Fix indentation mistake  
62 4851d 23h magnus /trunk/debian/ Build-depend on the new libgmp10-dev instead of libgmp3-dev.  
61 4851d 23h magnus /trunk/debian/ * New upstream release (Closes: #594386). Thanks to Sedat Dilek for
sorting things out.
- Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch;
incorporated upstream.
- The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2,
respectively; update and rename debian/control, debian/libnettle3.*,
debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
 
60 5313d 22h magnus /trunk/debian/ Upgraded to Standards-Version 3.8.3 with the previous change.  
59 5313d 22h magnus /trunk/debian/ debian/control: nettle-dev: Depend on dpkg (>= 1.15.4) | install-info
as recommended for the transition to triggerized install-info.
 
58 5313d 22h magnus /trunk/debian/ debian/control: Add ${misc:Depends} to all packages lacking it.  
57 5313d 22h magnus /trunk/debian/ rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name
that LSH understands in the sexp representation of an RSA key, so that
pkcs1-conv can be used to convert existing OpenSSH private keys.
 
56 5384d 04h magnus /trunk/debian/ nettle-dev.doc-info: Correct Section and Document.  
55 5384d 04h magnus /trunk/debian/ Bump Standards-Version to 3.8.2.  
54 5384d 04h magnus /trunk/debian/ Use filter instead of findstring to check for noopt and nocheck and not just nostrip.  
53 5384d 04h magnus /trunk/debian/ Use $(filter) instead of $(findstring) to check for nocheck.  
52 5384d 04h magnus /trunk/debian/ Explain merge; drop transitional package.  
51 5384d 05h magnus /trunk/debian/ Add debug package.  
50 5384d 05h magnus /trunk/debian/ * New upstream version.
- Drop 30_sparc_aes_include.dpatch; incorporated upstream.
 
49 5384d 05h magnus /trunk/debian/ Fix another mistake in merge.  
48 5384d 05h magnus /trunk/debian/ Fix mistakes in merge.  
47 5384d 21h magnus /trunk/debian/ Merge changes from experimental branch.  
45 5494d 22h magnus /trunk/debian/ Remove redundant Secion field from libnettle2 binary paragraph  
44 5494d 22h magnus /trunk/debian/ Add debian/libnettle2.symbols.  
43 5494d 23h magnus /trunk/debian/ * Upgrade to Standards-Version 3.8.1:
+ Add debian/README.source (ยง 4.9).
 
42 5495d 00h magnus /trunk/debian/ ...and don't rename /usr/bin/sexp-conv either.  
41 5495d 00h magnus /trunk/debian/ Rename sexp-conv manpage now that we no longer install it as an alternative.  
40 5495d 00h magnus /trunk/debian/ Switch to Debhelper level 5. Remove files that don't exist from install
lists (copied from a template, apparently).
 
39 5495d 00h magnus /trunk/debian/ No longer install sexp-conv as an alternative; conflict with lsh-utils
prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping
a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and
nettle-bin.prerm (nettle-bin.prerm will remove the alternative on
upgrade, which is actually a bug, but works out fine in this case).
 
37 5853d 21h magnus /trunk/debian/ Finalize release.  
36 5853d 21h magnus /trunk/debian/ Bump Standards-Version to 3.7.3 without any changes.  
35 5853d 21h magnus /trunk/debian/ * Don't ignore make potential distclean errors.
* debian/libnettle-dev.doc-base: Change section to Programming/C
following the abolishion of the Apps section.
 
34 5853d 21h magnus /trunk/debian/ Add machine-readable copyright information to debian/copyright and
clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1
 
33 5854d 12h magnus /trunk/debian/ Bring debian/control format up-to-date with Homepage and Vcs fields.  
32 5854d 12h magnus /trunk/debian/ New maintainer email address.  
20 6167d 04h magnus /trunk/debian/ Actually include the manpages in the nettle-bin package.  
18 6167d 08h magnus /trunk/debian/ Add and update manpages  
15 6172d 06h magnus /trunk/debian/ * Use dh_install instead of dh_movefiles.
* Run "make check" by default.
* Ship nettle.pdf in libnettle-dev.
* Include PDF and Info formats in doc-base control file.
* Clean up the libnettle-dev examples directory. There should only be
source files. Note that most of the examples aren't made to be
compiled outside of the nettle source tree, except sha-example.c,
which is the example found in the documentation.
* Move descore.README and TODO from libnettle2.docs to
libnettle-dev.docs, and also add README and NEWS to the latter.
* Make debian/copyright more correct.
* Add pkcs1-conv to nettle-bin package description.
 
9 6194d 04h magnus /trunk/debian/ Really make dependencies on libnettle2 versioned.  
8 6194d 04h magnus /trunk/debian/ Make dependencies on libnettle2 versioned.  
7 6194d 05h magnus /trunk/debian/ Add XS-Vcs-* fields to debian/control  
6 6194d 05h magnus /trunk/debian/ Change back so that config.status depends on configure and not the other way around.