build/CI/packaging: add libzstd-dev to Debian build dependencies

In Debian Sid the MySQL client library now depends on libzstd, so we
have to pull that dependency as well.
This commit is contained in:
Alexey Kopytov
2021-01-24 13:16:30 +03:00
parent 3f9d4c1382
commit 08e0789964
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sysbench (1.0.21-1) unstable; urgency=low
* add libzstd-dev to build dependencies
-- Alexey Kopytov <akopytov@gmail.com> Sun, 24 Jan 2021 13:16:04 +0300
sysbench (1.0.18-1) unstable; urgency=low
* add libssl-dev to build dependencies

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: sysbench
Section: misc
Priority: extra
Maintainer: Alexey Kopytov <akopytov@gmail.com>
Build-Depends: debhelper, autoconf, automake, libaio-dev, libtool, libmysqlclient-dev | default-libmysqlclient-dev, libpq-dev, pkg-config, python, libssl-dev
Build-Depends: debhelper, autoconf, automake, libaio-dev, libtool, libmysqlclient-dev | default-libmysqlclient-dev, libpq-dev, pkg-config, python, libssl-dev, libzstd-dev
Standards-Version: 3.9.5
Homepage: https://github.com/akopytov/sysbench