diff -Nru atropos-1.1.31+dfsg/debian/changelog atropos-1.1.31+dfsg/debian/changelog --- atropos-1.1.31+dfsg/debian/changelog 2022-04-04 17:23:19.000000000 +0000 +++ atropos-1.1.31+dfsg/debian/changelog 2022-04-21 22:52:30.000000000 +0000 @@ -1,3 +1,9 @@ +atropos (1.1.31+dfsg-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 21 Apr 2022 22:52:30 +0000 + atropos (1.1.31+dfsg-3) unstable; urgency=medium * Team Upload. diff -Nru atropos-1.1.31+dfsg/debian/rules atropos-1.1.31+dfsg/debian/rules --- atropos-1.1.31+dfsg/debian/rules 2022-04-04 16:57:45.000000000 +0000 +++ atropos-1.1.31+dfsg/debian/rules 2022-04-21 22:52:30.000000000 +0000 @@ -9,7 +9,7 @@ dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) \ dh_auto_test -- --before-test="ln -s $(CURDIR)/tests/cut {build_dir}/tests && ln -s $(CURDIR)/tests/data {build_dir}/tests" endif