diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-10 08:59:06 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-10 08:59:06 +0100 |
commit | 6a3bdfb2f0b0ce50c12e91cb1c6b1551f9c77a00 (patch) | |
tree | 256677bd935b6daecf10a3851d6f398e97c9f842 /debian/control | |
parent | 3b7c766275927c35d93fac49a72889bd26337622 (diff) |
debian/control: Bump libseccomp-dev Build-Depends to >= 2.4.2
Version 2.4.2 is needed for the new syscalls we added to the
whitelist.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4bc1e0c33..5b42be2ae 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: cmake (>= 3.4), libgcrypt20-dev, liblz4-dev (>= 0.0~r126), liblzma-dev, - libseccomp-dev [amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hppa powerpc powerpcspe ppc64 x32], + libseccomp-dev (>= 2.4.2) [amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hppa powerpc powerpcspe ppc64 x32], libsystemd-dev [linux-any], libudev-dev [linux-any], libzstd-dev (>= 1.0), |