summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorfaust <faustin@fala.red>2018-08-09 15:05:40 -0300
committerOtto Kekäläinen <otto@seravo.fi>2018-08-09 21:05:40 +0300
commit0496bbc120c9b583726b839aa8dedef5a5d4b647 (patch)
tree744fdb1c6ac392cb1f74a92e8949cf9c9952f3fc /debian
parent757e3b88d26f8282df83f42ea3c451d2d2dac3cf (diff)
downloadmariadb-git-0496bbc120c9b583726b839aa8dedef5a5d4b647.tar.gz
MDEV-15869 Mariabackup is lacking some dependencies declaration (#771)
* Backport from 10.4 to resolve dependency problem Using the dependency syntax from 10.4 branch because {$LIBSSL} can not be used.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 3048ec78d62..71329a870c9 100644
--- a/debian/control
+++ b/debian/control
@@ -449,5 +449,7 @@ Description: GSSAPI authentication plugin for MariaDB client
Package: mariadb-backup-10.1
Section: database
Architecture: any
-Depends: libarchive12 | libarchive13
+Depends: mariadb-client-core-10.1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Backup tool for MariaDB server