summaryrefslogtreecommitdiff
path: root/debian/libmariadb-dev.install
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: debian, fix *.so symlinks in libmariadb-devSergei Golubchik2017-09-181-0/+2
| | | | | | | | | | | The symlink /usr/lib/libmysqlclient.so -> /usr/lib/libmysqlclient.so.18 was invalid, because the library was not in /usr/lib. The correct symlink is /usr/lib/x86_64-linux-gnu/libmysqlclient.so -> /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18
* MDEV-13370 Ambiguous behaviour regarding installation of header filesSergei Golubchik2017-08-141-2/+1
| | | | | install all server includes under /usr/include/mysql/server/ and C/C includes under /usr/include/mysql/
* update libmariadb, and fix debian packaging for client libsVladislav Vaintroub2016-12-221-1/+0
|
* Deb: rename client library packages to reflect its contentsOtto Kekäläinen2016-11-201-0/+9
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.