Skip to content

Commit 0496bbc

Browse files
fauustottok
authored andcommitted
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.
1 parent 757e3b8 commit 0496bbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

debian/control

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,7 @@ Description: GSSAPI authentication plugin for MariaDB client
449449
Package: mariadb-backup-10.1
450450
Section: database
451451
Architecture: any
452-
Depends: libarchive12 | libarchive13
452+
Depends: mariadb-client-core-10.1 (= ${binary:Version}),
453+
${misc:Depends},
454+
${shlibs:Depends}
453455
Description: Backup tool for MariaDB server

0 commit comments

Comments
 (0)