summaryrefslogtreecommitdiff
path: root/debian/autobake-deb.sh
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18362 EPOCH=1 needs to be set for Ubuntu 18.10 cosmic buildsSergei Golubchik2019-04-241-1/+2
| | | | | | | Apply dbart's patch to set epoch for all ubuntu releases starting from bionic. Not only for bionic. This works for Debian too (VERNUM=unstable, etc).
* MDEV-16187 Ubuntu Bionic MariaDB has epoch version that makes 10.1 and 10.2 ↵Sergei Golubchik2018-06-151-2/+5
| | | | | | installs fail backport cb21e117bab from 10.2
* Always require OpenSSL 1.0 on DebianSergei Golubchik2017-08-081-0/+9
| | | | auto-detecting whether it's called libssl-dev or libssl1.0-dev
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-1/+0
|\
| * Make autobake-deb.sh to omit .git directory from source tar.gzOtto Kekäläinen2015-12-111-2/+3
| | | | | | | | | | | | 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.
| * Replace two identical debian/control files with a single oneOtto Kekäläinen2015-12-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Make autobake-deb.sh to omit .git directory from source tar.gzOtto Kekäläinen2015-07-221-2/+3
| | | | | | | | | | | | 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.
* | Update autobake.sh to match control file location. Drop lucid and squeeze ↵Otto Kekäläinen2015-07-221-30/+5
| | | | | | | | support.
* | MDEV-7305 Difficulties building cracklib_password_checkSergei Golubchik2015-02-171-1/+11
| | | | | | | | | | put cracklib_password_check into a separate package. build it conditionally on Debian/Ubuntu
* | cleanup: remove old debian/ubuntu names from debian/* filesSergei Golubchik2015-02-171-8/+2
|/ | | | | namely, remove the code to support: etch, lenny, hardy, intrepid, jaunty, karmic, maverick, natty
* MDEV-5038 put tokudb into the server packageSergei Golubchik2013-11-111-1/+1
|
* * mariadb-tokudb-engine-5.5.debSergei Golubchik2013-09-101-0/+4
| | | | | | | | | * 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
* MDEV-3882: .deb versions lower than upstream repo, causing install failureunknown2013-04-161-2/+2
| | | | | | | | | | 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.
* if the debian package name for 5.5.28 is 5.5.28-mariadb1~wheezySergei Golubchik2012-12-061-2/+2
| | | | | then for 5.5.28a it should be 5.5.28a-mariadb1~wheezy not 5.5.28-mariadb-a1~wheezy
* MDEV-469 Debian/Ubuntu build dependencies for source package mariadb-5.5 ↵Sergei Golubchik2012-08-231-1/+8
| | | | | | does not includes "cmake" only add cmake as a build dependency for distributions, where cmake is recent enough
* Fix two .deb problems causing build/install failures in Buildbot.unknown2012-01-241-2/+2
|
* Initial draft for building .deb packages for MariaDB 5.5.unknown2012-01-231-0/+74