From 2bcc16c17b290d319364bd4c75be8140b5e3c29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 17 Nov 2016 22:12:42 +0200 Subject: Deb: rename client library packages to reflect its contents 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. --- debian/libmariadb3.install | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/libmariadb3.install (limited to 'debian/libmariadb3.install') diff --git a/debian/libmariadb3.install b/debian/libmariadb3.install new file mode 100644 index 00000000000..1cb8681244e --- /dev/null +++ b/debian/libmariadb3.install @@ -0,0 +1,3 @@ +usr/lib/mariadb/libmariadb.so.* +usr/lib/mysql/plugin/dialog.so +usr/lib/mysql/plugin/mysql_clear_password.so -- cgit v1.2.1