Skip to content
Snippets Groups Projects
Commit 75fa84af authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Make libmariadbclient18 depend on mysql-common only (Closes: #850216)

Both libmariadbclientXX and libmysqlclientXX should depend on mysql-common
alone, and thus they will end up being installed with the fallback
configuration in the absence of other client or server packages that
would pull in some of the MariaDB or Oracle MySQL specific configs.

If libmariadbclientXX depends on mariadb-common, that would pull in
config files that can create the situation described in Bug#850216.
Instead if should depend on mysql-client directly and only on it.
parent 496f982f
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ XS-Testsuite: autopkgtest
Package: libmariadbclient18
Section: libs
Architecture: any
Depends: mariadb-common, ${misc:Depends}, ${shlibs:Depends}
Depends: mysql-common, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: MariaDB database client library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment