diff -Nru pybind11-2.10.0/debian/changelog pybind11-2.10.0/debian/changelog --- pybind11-2.10.0/debian/changelog 2022-07-26 19:49:52.000000000 +0000 +++ pybind11-2.10.0/debian/changelog 2022-07-27 09:42:58.000000000 +0000 @@ -1,3 +1,11 @@ +pybind11 (2.10.0-2) unstable; urgency=medium + + * Team upload. + * debian/tests: exclude armel from command2 (clang++). Gives error + "undefined symbol: __atomic_fetch_add_4" on armel (armhf is fine) + + -- Drew Parsons Wed, 27 Jul 2022 11:42:58 +0200 + pybind11 (2.10.0-1) unstable; urgency=medium * Team upload. diff -Nru pybind11-2.10.0/debian/tests/control pybind11-2.10.0/debian/tests/control --- pybind11-2.10.0/debian/tests/control 2022-07-26 19:49:52.000000000 +0000 +++ pybind11-2.10.0/debian/tests/control 2022-07-27 09:42:58.000000000 +0000 @@ -20,6 +20,7 @@ ; $py -c "import example; assert(example.add(1, 2) == 3)" ; done Depends: clang, cmake, pybind11-dev, python3-all-dev +Architecture: alpha amd64 arm64 armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32 Restrictions: allow-stderr Test-Command: set -e