summaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAgeFilesLines
* Deb: Streamline package listing order to make comparisons downstream easierOtto Kekäläinen2016-11-272-123/+123
* Deb: wrap-and-sort for easier comparison to downstream in futureOtto Kekäläinen2016-11-276-32/+38
* Deb: Make libmariadb3 to provide the libmysqlclient.so.XX linksOtto Kekäläinen2016-11-273-3/+8
* Deb: Rename libmariadbclient-dev to libmariadb-devOtto Kekäläinen2016-11-271-7/+6
* Deb: Fix libmariadbclient.so.18 link path to point to libmariadb.so.3Otto Kekäläinen2016-11-271-1/+1
* MDEV-10126: replace deprecated iproute dependency with iproute2Otto Kekäläinen2016-11-262-1/+9
* MDEV-9165: Run chown much faster on the datadir during install/updateOtto Kekäläinen2016-11-262-4/+4
* Deb: make server core package breaks/replaces earlier client packagesOtto Kekäläinen2016-11-251-2/+8
* Deb: skip invoke-rc.d mysql stop if no mysql process is running at allOtto Kekäläinen2016-11-251-0/+4
* Deb: provide the libmysqlclient shim packages that exist in Debian/UbuntuOtto Kekäläinen2016-11-201-1/+1
* Deb: make libmariadb3 to provide the libmariadbclient.so.18 linkOtto Kekäläinen2016-11-202-0/+4
* Deb: rename client library packages to reflect its contentsOtto Kekäläinen2016-11-209-12/+27
* Deb: provide the default-mysql-* packages that exist in Debian/UbuntuOtto Kekäläinen2016-11-201-1/+4
* Deb: install GSSAPI and Cracklib config filesOtto Kekäläinen2016-11-202-0/+2
* Deb: correct comment about socket auth in Spider/Mroong maintainer scriptsOtto Kekäläinen2016-11-203-6/+0
* Deb: install libmysqld.so and libmysqld.so.19 in correct packagesOtto Kekäläinen2016-11-183-3/+4
* MDEV-5725: mysqld embedded libraries into libmariadbd19 Deb packageDaniel Black2016-11-174-3/+19
* MDEV-5725: Don't install private mysql header filesDaniel Black2016-11-171-1/+2
* Deb: add gdb as a build dependency for stack traces on test suite failuresOtto Kekäläinen2016-11-101-0/+1
* Deb: List package contents as part of the build logOtto Kekäläinen2016-11-101-0/+13
* Deb: clean up, strip legacy and simplify autobake-deb.shOtto Kekäläinen2016-11-101-34/+19
* MDEV-6284: Install systemd files (almost) the Debian wayOtto Kekäläinen2016-10-294-5/+30
* Deb: use deb-sys-maint user credentials to configure MariaDB pluginsOtto Kekäläinen2016-10-293-3/+3
* Deb: delete runnable files we don't want to have in the test data packageOtto Kekäläinen2016-10-291-0/+5
* Deb: omit source building step when running from autobake-deb.shOtto Kekäläinen2016-10-291-1/+3
* Travis-CI: skip building mariadb-test packages to speed up buildOtto Kekäläinen2016-10-271-0/+7
* Deb: fix commit 1369696 and change autobake strategy to Debian Sid firstOtto Kekäläinen2016-10-272-21/+24
* MDEV-6284: Break/replace MySQL 5.7 packages to allow upgradeOtto Kekäläinen2016-10-272-21/+34
* MDEV-6284: Activate quilt patches again: test table expection neededOtto Kekäläinen2016-10-273-1/+2
* Travis-CI: build less verbose, log must stay under 4MB limitOtto Kekäläinen2016-10-271-0/+7
* MDEV-6284: Revert commit af03ba84 partially for systemdOtto Kekäläinen2016-10-272-0/+4
* MDEV-6284: Clean up crufs (dirs files, duplicate entries etc)Otto Kekäläinen2016-10-275-44/+1
* MDEV-6284: wrap-and-sortOtto Kekäläinen2016-10-276-132/+145
* MDEV-6284: Fix issues detected by LintianOtto Kekäläinen2016-10-273-22/+7
* MDEV-6284: Remove CMakeLists.txt hack that mangled the server install fileOtto Kekäläinen2016-10-274-4/+25
* MDEV-6284: Spliy Mroonga, Spider and TokuDB into their own packagesOtto Kekäläinen2016-10-2710-1/+89
* MDEV-6284: Rename plugin packages to match new Debian conventionOtto Kekäläinen2016-10-276-16/+16
* MDEV-6284: Split mariadb-test-data out of mariadb-testOtto Kekäläinen2016-10-274-19/+72
* MDEV-6284: Make mariadb-test package versionlessOtto Kekäläinen2016-10-274-118/+30
* MDEV-6284: Import most of downstream Debian packagingOtto Kekäläinen2016-10-2753-1472/+1603
* MDEV-6284: Remove Debian policy breaking and empty RELEASE_* variablesOtto Kekäläinen2016-10-271-5/+2
* MDEV-6284: Bump compat level and define native Debian formatOtto Kekäläinen2016-10-273-1/+2
* MDEV-6284: Rename .files -> .installOtto Kekäläinen2016-10-2715-0/+0
* Merge branch '10.2-numa' of https://github.com/grooverdan/mariadb-server into...Jan Lindström2016-10-241-0/+1
|\
| * Merge 10.2Daniel Black2016-09-233-4/+3
| |\
| * | MDEV-10829: add libnuma-dev to debian packagingDaniel Black2016-09-231-0/+1
* | | Deb: use --mem to run mtr faster and keep Travis-CI well below 50 minOtto Kekäläinen2016-10-091-1/+1
* | | Deb: build faster using ccache when availableOtto Kekäläinen2016-10-091-1/+1
* | | Deb: always build mariadb-cracklib-password-check, even on Travis-CIOtto Kekäläinen2016-10-071-2/+1
* | | Deb: Re-factor conditional build dependency checking and injectingOtto Kekäläinen2016-10-072-24/+26