| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Based on contributions by Daniel Black and Otto Kekäläinen.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is useful for developers who run autobake-deb.sh directly
from the source tree as the resulting source tar package will be
90% smaller and all operations regarding it consequently 10x faster.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The only difference between the files was the Debian standards
line by one micro version. There was no logical motivation why
there was separate control file for Debian and Ubuntu.
The new debian/control file lives directly at the correct location
and has the correct contents.
Modify autobake.sh to take into account new control file location.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When the debian/control gets stripped off the libcrack3 dependency,
it should also strip off the mariadb-cracklib-password-check-10.2
package entry, otherwise the resulting Debian source package will
not be re-buildable independently later.
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
This is useful for developers who run autobake-deb.sh directly
from the source tree as the resulting source tar package will be
90% smaller and all operations regarding it consequently 10x faster.
|
| |
| |
| |
| | |
support.
|
| |
| |
| |
| |
| | |
put cracklib_password_check into a separate package.
build it conditionally on Debian/Ubuntu
|
|/
|
|
|
| |
namely, remove the code to support:
etch, lenny, hardy, intrepid, jaunty, karmic, maverick, natty
|
| |
|
|
|
|
|
|
|
|
|
| |
* now only production-use server plugins are in mariadb-server.
client plugins are now in libmariadbclient18,
testing-only server plugins are now in mariadb-test
(set Coflicts: field properly)
* fix Architecture: of mariadb-test
* terrible hack to support optional deb packages for optional plugins
|
|
|
|
|
|
|
|
|
|
| |
The official Debian Wheezy MySQL packages have versions like 5.5.30+dfsg-xxx.
Such version is larger than 5.5.30-yyy, so apt prefers it.
So use instead 5.5.30+maria-yyy, which is larger and can be pulled in
automatically by apt.
Also included are a couple of fixes for test failures in buildbot.
|
|
|
|
|
| |
then for 5.5.28a it should be
5.5.28a-mariadb1~wheezy not 5.5.28-mariadb-a1~wheezy
|
|
|
|
|
|
| |
does not includes "cmake"
only add cmake as a build dependency for distributions, where cmake is recent enough
|
| |
|
|
|