diff -Nru libseccomp-2.4.1/debian/changelog libseccomp-2.4.1/debian/changelog --- libseccomp-2.4.1/debian/changelog 2019-07-18 22:03:34.000000000 +0000 +++ libseccomp-2.4.1/debian/changelog 2019-07-24 22:12:36.000000000 +0000 @@ -1,3 +1,10 @@ +libseccomp (2.4.1-2+rpi1) bullseye-staging; urgency=medium + + * Move valigrind from build-depends to build-conflicts, raspbians valgrind + is somewhat broken and causes testsuite failures. + + -- Peter Michael Green Wed, 24 Jul 2019 22:12:36 +0000 + libseccomp (2.4.1-2) unstable; urgency=medium * Remove build-dependency on valgrind for mipsel and x32 as it's broken diff -Nru libseccomp-2.4.1/debian/control libseccomp-2.4.1/debian/control --- libseccomp-2.4.1/debian/control 2019-07-18 21:42:18.000000000 +0000 +++ libseccomp-2.4.1/debian/control 2019-07-24 22:12:25.000000000 +0000 @@ -11,8 +11,9 @@ python3-all-dev:any , libpython3-all-dev , cython:native , - cython3:native , - valgrind [amd64 arm64 armhf i386 mips mips64 mips64el powerpc ppc64 ppc64el s390x] + cython3:native +Build-Conflicts: + valgrind Rules-Requires-Root: no Standards-Version: 3.9.7 Homepage: https://github.com/seccomp/libseccomp