summaryrefslogtreecommitdiff
path: root/debian/mariadb-test.links
Commit message (Collapse)AuthorAgeFilesLines
* Revert "MDEV-21303 Make executables MariaDB named"Sergei Golubchik2020-03-241-4/+0
| | | | | | | This reverts commit 5d1b8f4152. because since 306e439c6d manpages use troff aliases instead of symlinks, so they should not be symlinked.
* MDEV-21303 Make executables MariaDB namedSergei Golubchik2020-03-211-0/+4
| | | | fix manpages in Debian
* MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-4/+4
| | | | | | | | | To change all executables to have a mariadb name I had to: - Do name changes in every CMakeLists.txt that produces executables - CREATE_MARIADB_SYMLINK was removed and GET_SYMLINK added by Wlad to reuse the function in other places also - The scripts/CMakeLists.txt could make use of GET_SYMLINK instead of introducing redundant code, but I thought I'll leave that for next release - A lot of changes to debian/.install and debian/.links files due to swapping of real executable and symlink. I did not however change the name of the manpages, so the real name is still mysql there and mariadb are symlinks. - The Windows part needed a change now when we made the executables mariadb -named. MSI (and ZIP) do not support symlinks and to not break backward compatibility we had to include mysql named binaries also. Done by Wlad
* Deb: Run 'wrap-and-sort -a' so comparison across releases is easierOtto Kekäläinen2019-09-181-4/+4
|
* MDEV-17592 Create MariaDB named commands/symlinksSergei Golubchik2019-06-171-0/+4
| | | | | | | | | | | | post-merge fixes: * .gitignore * don't put the keyword COMPONENT into ${COMP} anymore * don't alias mytop, but do alias mysql_client_test * don't symlink manpages, use troff aliasing technique instead (symlinked manpages break rpm and out-of-source bintar builds) * move debian to use troff aliased manpages, fix typos in debian files, put aliases in the correct packages, add more aliases to match rpm/bintar packaging
* Deb: wrap-and-sort -aOtto Kekäläinen2018-01-161-1/+1
|
* MDEV-6284: Make mariadb-test package versionlessOtto Kekäläinen2016-10-271-0/+2
There is no need for a separate mariadb-test metapackage and a versioned mariadb-test-* package. Simply make it versionless and make it depend on the client and server packages that stem from same source version.