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:
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user