1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-17 06:42:17 +03:00

Deb: Remove versioning of MariaDB Backup and depend on client

There is no need for MariaDB Backup to be versioned. Other packages are
very unlikely to need to depend on a certain generation of this package.

Also for MariaDB Backup to run, it does not need the server, but client,
and from client only core parts.
This commit is contained in:
Otto Kekäläinen
2018-01-12 20:39:56 +00:00
parent 1730ac5c4a
commit c0f5addecb

4
debian/control vendored
View File

@@ -672,13 +672,13 @@ Replaces: mariadb-gssapi-client-10.1,
Description: GSSAPI authentication plugin for MariaDB client
This package contains the client components.
Package: mariadb-backup-10.3
Package: mariadb-backup
Architecture: any
Breaks: mariadb-backup-10.1,
mariadb-backup-10.2
Replaces: mariadb-backup-10.1,
mariadb-backup-10.2
Depends: mariadb-server-10.3,
Depends: mariadb-client-core-10.3,
${misc:Depends},
${shlibs:Depends}
Description: Backup tool for MariaDB server