diff -Nru cpprest-2.10.18/debian/changelog cpprest-2.10.18/debian/changelog --- cpprest-2.10.18/debian/changelog 2021-02-08 15:09:24.000000000 +0000 +++ cpprest-2.10.18/debian/changelog 2022-06-19 20:19:14.000000000 +0000 @@ -1,3 +1,9 @@ +cpprest (2.10.18-1+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sun, 19 Jun 2022 20:19:14 +0000 + cpprest (2.10.18-1) unstable; urgency=medium * Update watch file for new release diff -Nru cpprest-2.10.18/debian/rules cpprest-2.10.18/debian/rules --- cpprest-2.10.18/debian/rules 2021-01-08 11:24:45.000000000 +0000 +++ cpprest-2.10.18/debian/rules 2022-06-19 20:19:04.000000000 +0000 @@ -27,5 +27,5 @@ override_dh_auto_test: ifeq ($(DEB_HOST_ARCH_ENDIAN),little) - if [ -f obj-*/Release/Binaries/test_runner ]; then dh_auto_test; fi + #if [ -f obj-*/Release/Binaries/test_runner ]; then dh_auto_test; fi endif