#1106662 mariadb-client: Split off some tools out mariadb-client

Package:
mariadb-client
Source:
mariadb-client
Description:
MariaDB database client binaries
Submitter:
Witold Baryluk
Date:
2025-11-27 04:25:01 UTC
Severity:
normal
#1106662#5
Date:
2025-05-27 13:44:21 UTC
From:
To:
mariadb-client has bunch of rearly used tools. Especially extra tools
written in Perl, could probably be moved out, to make the core client
(ligher and not pull perl dependencies).

Funnilly enough there is already mariadb-client-core that almost tick
the boxes, but mariadb-dump and restore probably should be considered
core. Maybe mariadb-admin too to some extent.

There are a number of packages in Debian, that incorrectly depend on
virtual-mysql-client or default-mysql-client or mariadb-client, because
possibly it is not possible to do the same with with -core variant.

Maybe move some of the utilities (including all Perl ones), to
mariadb-client-extras or something like that. I would not even put it as
suggested or recommended of the main package.


Cheers.

#1106662#10
Date:
2025-11-27 04:22:00 UTC
From:
To:
Hi!

This is somewhat improved via
https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/140

If you want to see the Perl tools actually split out into a separate
package, feel free to submit a Merge Request to implement it.