diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-11-18 18:28:01 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-11-18 22:12:50 +0200 |
commit | 45049864b47475b6f9b24319b1a23096fc29aa19 (patch) | |
tree | 46875c8bdb91d679ca991e91be7e5ea5927908c8 /debian/control | |
parent | a4dc9561ee11582c7fa0385caf23d06c073e172d (diff) | |
download | mariadb-git-45049864b47475b6f9b24319b1a23096fc29aa19.tar.gz |
Deb: install libmysqld.so and libmysqld.so.19 in correct packages
The versioned so-file belongs to the run-time package and the unversioned
symlink shall be in the development package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d53c84bf513..33e4d89bdf0 100644 --- a/debian/control +++ b/debian/control @@ -93,8 +93,8 @@ Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same -Breaks: libmariadbd-dev (<< ${source:Version}), libmysqld-dev -Replaces: libmariadbd-dev (<< ${source:Version}), libmysqld-dev +Breaks: libmariadbd-dev (<< ${source:Version}) +Replaces: libmariadbd-dev (<< ${source:Version}) Description: MariaDB embedded database, shared library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query |