mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
2bcc16c17b
The new library name libmariadb3 matches the libmariadb.so.3 filename. Packages that want to build against MariaDB Connector C have as build-dependency libmariadb-dev and as run-time dependency libmariadb3. Make the package provide libmariadbclient18 for backwards compatibility, though compatibility is not always assured. There library did change to a whole new generation after all, even though ABI compatibility has been a design goal. Also do the equivalent change for the -dev package. Packages that explicitly want to use the MariaDB Connector C should mark it as their build-depends. Also provide an empty libmariadbclient18 metapackage to facilitate upgrades from old MariaDB installs, just like there is an empty libmysqlclient18 package. Create more of these in the future as needed.
9 lines
229 B
Text
9 lines
229 B
Text
usr/bin/mysql_config
|
|
usr/include/mariadb
|
|
usr/include/mysql/*.h
|
|
usr/include/mysql/psi/*.h
|
|
usr/lib/*/libmariadb.so
|
|
usr/lib/*/libmariadbclient.a
|
|
usr/lib/*/libmysqlservices.a
|
|
usr/share/aclocal/mysql.m4
|
|
usr/share/pkgconfig/mariadb.pc
|