Disable documentation build due to hang. archive/raspbian/0.11.1-2+rpi1 raspbian/0.11.1-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 14 May 2020 19:20:30 +0000 (19:20 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 14 May 2020 19:20:30 +0000 (19:20 +0000)
debian/changelog
debian/rules

index b20137a89055dceb25a8e9a795d05ae42679586e..dd81cb058f07f9d051412ed80a99cfcc31af4d35 100644 (file)
@@ -3,7 +3,10 @@ statsmodels (0.11.1-2+rpi1) bullseye-staging; urgency=medium
   [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 04 Feb 2020 00:34:03 +0000]
   * Disable testsuite.
 
- -- Raspbian forward porter <root@raspbian.org>  Wed, 13 May 2020 06:48:22 +0000
+  [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green]
+  * Disable documentation build due to timeouts.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 14 May 2020 19:19:31 +0000
 
 statsmodels (0.11.1-2) unstable; urgency=medium
 
index 45622c74de5b10a65459c294ea31e334fe803371..2431835d41a8ca54fa9c3ec659076ae7cdc9be8d 100755 (executable)
@@ -40,7 +40,7 @@ override_dh_auto_build-indep: $(HOME)
        : # Build Documentation -- assure existence of build/html for nodoc
        : # Reproducibility: stopping the clock (or slowing it down enough to get all 00:00:00) with faketime (near-)hangs in glm_weights.ipynb
        mkdir -p build/html
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
        python3 debian/datasets/prepopulate_cache.py
        PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
        BUILDDIR=$(CURDIR)/build \