[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
: # 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 \