From: Michael Biebl Date: Fri, 12 Jun 2015 06:06:13 +0000 (+0200) Subject: Enable seccomp support on arm64 as well X-Git-Tag: debian/247.3-7+deb11u1~1602 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=702a751c5c6762754d05361a7e6d5db87ee2c3bd;p=systemd.git Enable seccomp support on arm64 as well --- diff --git a/debian/changelog b/debian/changelog index 58b96bd93..241e9329a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +systemd (220-7) UNRELEASED; urgency=medium + + * Enable seccomp support on arm64 as well. + + -- Michael Biebl Fri, 12 Jun 2015 08:05:46 +0200 + systemd (220-6) unstable; urgency=medium * Enable seccomp support on the architectures that provide libseccomp. diff --git a/debian/control b/debian/control index 02119fd07..33fdce9b0 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Build-Depends: debhelper (>= 9), libkmod-dev (>= 15), libblkid-dev (>= 2.24), libmount-dev (>= 2.20), - libseccomp-dev (>= 1.0.0) [amd64 armel armhf i386 mips mipsel], + libseccomp-dev (>= 1.0.0) [amd64 arm64 armel armhf i386 mips mipsel], python3-all-dev, python3-lxml