mirror of
https://github.com/zebrajr/server.git
synced 2025-12-06 12:20:40 +01: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:
parent
1730ac5c4a
commit
c0f5addecb
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user