Re: [Maria-developers] automake fixes for maria 5.1

2009-09-30 Thread Kristian Nielsen
Peter Lieverdink writes: > I've been working on creating packaging scripts for Maria on Debian/Ubuntu > and came across a few issues with the automake scripts. They are basically > all related to the use case where srcdir != builddir - as is the case in the > debian foo. > > My changes are on

[Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2743)

2009-09-30 Thread knielsen
#At lp:maria 2743 kniel...@knielsen-hq.org 2009-09-30 Add environment variable MTR_EXTRA_OPTIONS to influence `make test*` targets. This allows to eg use --mem or --parallel for better performance on big boxes. modified: Makefile.am === modified file 'Makefile.am' --

[Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2742)

2009-09-30 Thread knielsen
#At lp:maria 2742 kniel...@knielsen-hq.org 2009-09-30 [merge] Merge autotools fixes to be able to build with builddir != srcdir. Author: Peter Lieverdink modified: config/ac-macros/libevent.m4 configure.in extra/libevent/Makefile.am === modified file 'c

[Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2741)

2009-09-30 Thread knielsen
#At lp:maria 2741 kniel...@knielsen-hq.org 2009-09-30 Completely disable the innodb plugin. Don't ever build it, and don't include it in source tarballs. (we keep the sources in bzr to not get conflicts on every upstream change). renamed: storage/innodb_plugin/pl