diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-01-12 20:39:56 +0000 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-04-07 15:36:18 +0300 |
commit | c0f5addecb672477dc553b3587ab4d517053b1ee (patch) | |
tree | f55c7a862f94c71b7dbc36bd085f1d094670d4b2 /debian/control | |
parent | 1730ac5c4ae1dc62f6fca5e751a8b08e9119be6a (diff) | |
download | mariadb-git-c0f5addecb672477dc553b3587ab4d517053b1ee.tar.gz |
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.
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 8b6ef727da0..275d48943f9 100644 --- a/debian/control +++ b/debian/control @@ -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 |