diff -Nru bordeaux-threads-0.8.8/debian/changelog bordeaux-threads-0.8.8/debian/changelog --- bordeaux-threads-0.8.8/debian/changelog 2021-02-05 15:52:22.000000000 +0000 +++ bordeaux-threads-0.8.8/debian/changelog 2021-08-25 15:43:29.000000000 +0000 @@ -1,3 +1,11 @@ +bordeaux-threads (0.8.8-5) unstable; urgency=medium + + * Completely disable sbcl autopkgtest, upon request of the DebCI team + (Closes: #987026) + * Bump to S-V 4.6.0 + + -- Sébastien Villemot Wed, 25 Aug 2021 17:43:29 +0200 + bordeaux-threads (0.8.8-4) unstable; urgency=medium * Mark sbcl autopkgtest as flaky, it is unreliable even on amd64 diff -Nru bordeaux-threads-0.8.8/debian/control bordeaux-threads-0.8.8/debian/control --- bordeaux-threads-0.8.8/debian/control 2021-02-05 15:52:17.000000000 +0000 +++ bordeaux-threads-0.8.8/debian/control 2021-08-25 15:43:18.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Common Lisp Team Uploaders: Sébastien Villemot Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Homepage: https://common-lisp.net/project/bordeaux-threads/ Vcs-Git: https://salsa.debian.org/common-lisp-team/bordeaux-threads.git Vcs-Browser: https://salsa.debian.org/common-lisp-team/bordeaux-threads diff -Nru bordeaux-threads-0.8.8/debian/tests/control bordeaux-threads-0.8.8/debian/tests/control --- bordeaux-threads-0.8.8/debian/tests/control 2021-02-05 15:49:48.000000000 +0000 +++ bordeaux-threads-0.8.8/debian/tests/control 2021-08-25 15:42:21.000000000 +0000 @@ -1,6 +1,7 @@ -Test-Command: sbcl --script debian/tests/runtests.lisp -Depends: @, sbcl, cl-fiveam -Restrictions: allow-stderr, flaky +## SBCL test disabled, upon request of the DebCI team (#987026) +#Test-Command: sbcl --script debian/tests/runtests.lisp +#Depends: @, sbcl, cl-fiveam +#Restrictions: allow-stderr, flaky Test-Command: ecl -norc -shell debian/tests/runtests.lisp Depends: @, ecl, cl-fiveam