diff -Nru scipy-1.8.1/debian/changelog scipy-1.8.1/debian/changelog --- scipy-1.8.1/debian/changelog 2022-09-08 14:01:54.000000000 +0000 +++ scipy-1.8.1/debian/changelog 2022-09-26 01:12:43.000000000 +0000 @@ -1,3 +1,11 @@ +scipy (1.8.1-14+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + * Add build-conflicts on git, the documenation seems to fail to + build if it is installed. + + -- Peter Michael Green Mon, 26 Sep 2022 01:12:43 +0000 + scipy (1.8.1-14) unstable; urgency=medium * Team upload. diff -Nru scipy-1.8.1/debian/control scipy-1.8.1/debian/control --- scipy-1.8.1/debian/control 2022-09-08 14:01:54.000000000 +0000 +++ scipy-1.8.1/debian/control 2022-09-26 01:12:43.000000000 +0000 @@ -34,6 +34,7 @@ symlinks, texlive-latex-base, texlive-latex-extra +Build-Conflicts: git Standards-Version: 4.6.1 Homepage: https://www.scipy.org/ Vcs-Git: https://salsa.debian.org/python-team/packages/scipy.git diff -Nru scipy-1.8.1/debian/rules scipy-1.8.1/debian/rules --- scipy-1.8.1/debian/rules 2022-09-08 14:01:54.000000000 +0000 +++ scipy-1.8.1/debian/rules 2022-09-26 01:12:38.000000000 +0000 @@ -73,7 +73,7 @@ override_dh_auto_test: echo "Build-time tests will be run after the installation dir is installed" -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) execute_after_dh_auto_install: set -e; \ SKIP_TESTS=""; \