Subversion Repositories

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

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
102 4179d 13h magnus /branches/wheezy/ Create wheezy branch  
/branches/wheezy
97 4325d 20h magnus /tags/2.4-2/ [svn-buildpackage] Tagging nettle 2.4-2  
/tags/2.4-2
/tags/2.4-2/debian/README.source
95 4325d 21h magnus /trunk/debian/ Use dpkg-buildflags to set CFLAGS et al.  
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/rules
77 4647d 18h magnus /trunk/debian/ Add multi-arch support.  
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/libhogweed2.install<br/>/trunk/debian/libnettle4.install<br/>/trunk/debian/nettle-dev.install<br/>/trunk/debian/rules
73 4669d 12h magnus /trunk/debian/ Add symbols files and correct dependencies in shlibs files.  
/trunk/debian/libhogweed2.symbols<br/>/trunk/debian/libnettle4.symbols
/trunk/debian/changelog<br/>/trunk/debian/rules
67 4787d 09h magnus /trunk/debian/ * Upload to unstable.
* Increase Debhelper compat level to 7.
* debian/rules: Add build-indep and build-arch targets.
 
/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control<br/>/trunk/debian/rules
65 4847d 10h 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.
 
/trunk/debian/changelog<br/>/trunk/debian/rules
64 4847d 13h magnus /trunk/debian/ Convert to source package format 3.0 (quilt), using
dh_autotools-dev_*config to update config.sub and config.guess files.
 
/trunk/debian/source<br/>/trunk/debian/source/format
/trunk/debian/patches/00list<br/>/trunk/debian/patches/01_config.dpatch
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/rules
54 5381d 18h magnus /trunk/debian/ Use filter instead of findstring to check for noopt and nocheck and not just nostrip.  
/trunk/debian/rules
53 5381d 18h magnus /trunk/debian/ Use $(filter) instead of $(findstring) to check for nocheck.  
/trunk/debian/rules
52 5381d 18h magnus /trunk/debian/ Explain merge; drop transitional package.  
/trunk/debian/libnettle-dev.install
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/rules
51 5381d 19h magnus /trunk/debian/ Add debug package.  
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/rules
47 5382d 10h magnus /trunk/debian/ Merge changes from experimental branch.  
/trunk/debian/libhogweed1.install<br/>/trunk/debian/libhogweed1.links<br/>/trunk/debian/libnettle3.docs<br/>/trunk/debian/libnettle3.install<br/>/trunk/debian/nettle-bin.links<br/>/trunk/debian/nettle-dev.doc-base<br/>/trunk/debian/nettle-dev.docs<br/>/trunk/debian/nettle-dev.examples<br/>/trunk/debian/nettle-dev.info<br/>/trunk/debian/nettle-dev.install<br/>/trunk/debian/patches/01_config.dpatch<br/>/trunk/debian/patches/30_sparc_aes_include.dpatch
/trunk/debian/libnettle-dev.doc-base<br/>/trunk/debian/libnettle-dev.docs<br/>/trunk/debian/libnettle-dev.examples<br/>/trunk/debian/libnettle-dev.info<br/>/trunk/debian/libnettle2.docs<br/>/trunk/debian/patches/10_cleanup.dpatch<br/>/trunk/debian/patches/99_autotools_files.dpatch
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/patches/00list<br/>/trunk/debian/patches/20_link_with_gmp.dpatch<br/>/trunk/debian/rules
42 5492d 13h magnus /trunk/debian/ ...and don't rename /usr/bin/sexp-conv either.  
/trunk/debian/rules
35 5851d 11h 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.
 
/trunk/debian/changelog<br/>/trunk/debian/libnettle-dev.doc-base<br/>/trunk/debian/rules
15 6169d 20h 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.
 
/trunk/debian/libnettle-dev.install<br/>/trunk/debian/libnettle2.install<br/>/trunk/debian/nettle-bin.install
/trunk/debian/libnettle-dev.dirs<br/>/trunk/debian/libnettle-dev.files<br/>/trunk/debian/libnettle2.dirs<br/>/trunk/debian/libnettle2.files<br/>/trunk/debian/nettle-bin.files
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/copyright<br/>/trunk/debian/libnettle-dev.doc-base<br/>/trunk/debian/libnettle-dev.docs<br/>/trunk/debian/libnettle-dev.examples<br/>/trunk/debian/libnettle2.docs<br/>/trunk/debian/rules
9 6191d 18h magnus /trunk/debian/ Really make dependencies on libnettle2 versioned.  
/trunk/debian/patches/10_cleanup.dpatch<br/>/trunk/debian/rules
8 6191d 18h magnus /trunk/debian/ Make dependencies on libnettle2 versioned.  
/trunk/debian/changelog<br/>/trunk/debian/rules
6 6191d 19h magnus /trunk/debian/ Change back so that config.status depends on configure and not the other way around.  
/trunk/debian/rules
4 6191d 21h magnus /trunk/debian/ Rearrange debian/rules a bit so that patching and cleaning work better.
Don't rename config.sub and config.guess .orig - dh_clean deletes such files.
 
/trunk/debian/patches/99_autotools_files.dpatch<br/>/trunk/debian/rules

Show All