From: Peter Michael Green Date: Thu, 29 Sep 2022 11:00:12 +0000 (+0000) Subject: Disable testsuite. X-Git-Tag: archive/raspbian/2021.5.0-15+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d2b33663fed67209c5db28885b2b3d2f646b82e;p=onetbb.git Disable testsuite. --- diff --git a/debian/changelog b/debian/changelog index c511d60..af0960e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ onetbb (2021.5.0-15+rpi1) bookworm-staging; urgency=medium * Link against libatomic on armhf too. * Fix clean target. + [changes introduced in 2021.5.0-15+rpi1 by Peter Michael Green] + * Disable testsuite. + -- Peter Michael Green Sun, 25 Sep 2022 18:31:37 +0000 onetbb (2021.5.0-15) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index fff034f..83707af 100755 --- a/debian/rules +++ b/debian/rules @@ -64,6 +64,9 @@ override_dh_auto_build-indep: # remove embedded javascripts. they will be provided by other system packages (see .links) -$(RM) html/_static/*.js +override_dh_auto_test: + echo testsuite disabled + override_dh_auto_test-indep: :