diff -Nru openvswitch-2.15.0+ds1/debian/changelog openvswitch-2.15.0+ds1/debian/changelog --- openvswitch-2.15.0+ds1/debian/changelog 2022-01-03 11:07:24.000000000 +0000 +++ openvswitch-2.15.0+ds1/debian/changelog 2022-06-15 00:06:07.000000000 +0000 @@ -1,3 +1,9 @@ +openvswitch (2.15.0+ds1-10+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 15 Jun 2022 00:06:07 +0000 + openvswitch (2.15.0+ds1-10) unstable; urgency=medium * CVE-2021-36980: use-after-free in decode_NXAST_RAW_ENCAPAdd. Add upstream diff -Nru openvswitch-2.15.0+ds1/debian/rules openvswitch-2.15.0+ds1/debian/rules --- openvswitch-2.15.0+ds1/debian/rules 2022-01-03 11:07:24.000000000 +0000 +++ openvswitch-2.15.0+ds1/debian/rules 2022-06-15 00:06:04.000000000 +0000 @@ -166,7 +166,7 @@ endif #ia64 override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) if $(MAKE) -C _debian check TESTSUITEFLAGS='$(PARALLEL) $(TEST_LIST)' || \ $(MAKE) -C _debian check TESTSUITEFLAGS='--recheck' ; then :; \ else \