From 6cf7d6a0938a9dfe38e38d12384cc8fb86f5d74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 11 Oct 2021 11:32:05 -0700 Subject: [PATCH] Deb: Sync build and runtime dependencies from downstream to upstream - Add libconfig-inifiles-perl to mariadb-client depends as mytop uses it https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/7a748da87a23eb874d0bddb64114a795e9d07e6d http://bugs.debian.org/875708 - Make libzstd dependency versioned as RocksDB need at least 1.3.3 https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/da4eb54fc0c2ded0e10243fe1d81bf7e105a25c3 However, https://github.com/facebook/rocksdb/blob/master/INSTALL.md implies that zstandard 1.1.3 would suffice. Version 1.3.x is available from Debian Stretch-backports and Ubuntu Xenial onwards. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9cf0a8fae0e..290dd37d98c 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Build-Depends: bison, libsystemd-dev [linux-any], liburing-dev [linux-any], libxml2-dev, - libzstd-dev, + libzstd-dev (>= 1.3.3), lsb-release, perl:any, po-debconf, @@ -378,6 +378,7 @@ Description: MariaDB database core client binaries Package: mariadb-client-10.7 Architecture: any Depends: debianutils (>=1.6), + libconfig-inifiles-perl, mariadb-client-core-10.7 (>= ${source:Version}), mariadb-common, ${misc:Depends},