From: Raspbian automatic forward porter Date: Sat, 11 Nov 2023 02:19:23 +0000 (+0000) Subject: Merge version 2.5.4-1+rpi1 and 2.5.4-2 to produce 2.5.4-2+rpi1 X-Git-Tag: archive/raspbian/2.5.4-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=25b0461ce1954b371b835d445375736bec42d554;p=libseccomp.git Merge version 2.5.4-1+rpi1 and 2.5.4-2 to produce 2.5.4-2+rpi1 --- 25b0461ce1954b371b835d445375736bec42d554 diff --cc debian/changelog index a28570b,8451fc0..e78e121 --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,15 +1,23 @@@ - libseccomp (2.5.4-1+rpi1) bookworm-staging; urgency=medium ++libseccomp (2.5.4-2+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 2.4.1-2+rpi1 by Peter Michael Green at Wed, 24 Jul 2019 22:12:36 +0000] + * Move valigrind from build-depends to build-conflicts, raspbians valgrind + is somewhat broken and causes testsuite failures. + - -- Raspbian forward porter Wed, 27 Apr 2022 08:18:08 +0000 ++ -- Raspbian forward porter Sat, 11 Nov 2023 02:19:23 +0000 ++ + libseccomp (2.5.4-2) unstable; urgency=medium + + * Fix watch file. (Closes: #1050659) + * Dynamically skip autopkgtests when the test runner already applies seccomp + restrictions. + - Drop isolation-machine restriction. + * Fix FTBFS with setuptools. (Closes: #1054788, #1033641) + - Add python_Fix_distutils_DeprecationWarning.patch + - Add python_single_version_externally_managed.patch + - Explicitly build-depend on python3-setuptools + + -- Felix Geyer Sun, 29 Oct 2023 15:13:08 +0100 libseccomp (2.5.4-1) unstable; urgency=medium diff --cc debian/control index 969eacc,592487b..d57912c --- a/debian/control +++ b/debian/control @@@ -9,9 -9,9 +9,10 @@@ Build-Depends: debhelper-compat (= 12) python3-all-dev:any , libpython3-all-dev , cython3:native , + python3-setuptools , - valgrind [amd64 arm64 armhf i386 mips mips64 powerpc ppc64 ppc64el s390x] , gperf +Build-Conflicts: + valgrind Rules-Requires-Root: no Standards-Version: 3.9.7 Homepage: https://github.com/seccomp/libseccomp