Skip to content
Permalink
Browse files
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.
  • Loading branch information
ottok committed Apr 7, 2018
1 parent 1730ac5 commit c0f5add
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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

0 comments on commit c0f5add

Please sign in to comment.