summaryrefslogtreecommitdiff
path: root/debian/libmariadb3.install
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-13589 libmariadbclient18 is broken when using mariadb repo instead of ↵Sergei Golubchik2017-09-181-2/+2
| | | | | | | | debian's put libmariadbclient18 symlinks into libmariadbclient18.deb package, not into libmariadb3.deb, because installing/reinstalling libmariadbclient18.deb must recreate these symlinks.
* update libmariadb, and fix debian packaging for client libsVladislav Vaintroub2016-12-221-1/+1
|
* Deb: wrap-and-sort for easier comparison to downstream in futureOtto Kekäläinen2016-11-271-1/+1
|
* Deb: Make libmariadb3 to provide the libmysqlclient.so.XX linksOtto Kekäläinen2016-11-271-0/+1
| | | | | | | | | | For backwards compatibility reasons. E.g. innotop builds against libmysqlclient.so and expects to find a libmysqlclient.so.18 library and does not use libmariadb.so.3 even when built from our own sources. This commit mimics to dcfe6cb834b8106e384e24ac038cf6a6456fa9ee
* Deb: make libmariadb3 to provide the libmariadbclient.so.18 linkOtto Kekäläinen2016-11-201-0/+1
| | | | | | | | | | | In Debian many existing applications in Debian/Ubuntu have been built while libmariadbclient-dev or libmariadbclient-dev-compat was installed. To satisfy installation dependencies, the package name libmariadbclient18 must be provided, and at runtime a shared library must by the name libmariadbclient.so.18. Provide these to remain backwards compatible.
* Deb: rename client library packages to reflect its contentsOtto Kekäläinen2016-11-201-0/+3
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.