diff -Nru pyfai-0.13.0+dfsg/debian/changelog pyfai-0.13.0+dfsg/debian/changelog --- pyfai-0.13.0+dfsg/debian/changelog 2016-12-03 09:00:18.000000000 +0000 +++ pyfai-0.13.0+dfsg/debian/changelog 2017-11-09 12:55:36.000000000 +0000 @@ -1,3 +1,9 @@ +pyfai (0.13.0+dfsg-1+rpi1) buster-staging; urgency=medium + + * Disable documentation build, it seems to be crashing. + + -- Peter Michael Green Thu, 09 Nov 2017 12:55:36 +0000 + pyfai (0.13.0+dfsg-1) unstable; urgency=medium * New upstream version 0.13.0+dfsg diff -Nru pyfai-0.13.0+dfsg/debian/rules pyfai-0.13.0+dfsg/debian/rules --- pyfai-0.13.0+dfsg/debian/rules 2016-12-03 09:00:18.000000000 +0000 +++ pyfai-0.13.0+dfsg/debian/rules 2017-11-09 12:55:25.000000000 +0000 @@ -31,7 +31,7 @@ dh_installman -p pyfai doc/*.1 override_dh_sphinxdoc: -ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) +ifeq (docdisabled,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) PYBUILD_SYSTEM=custom \ PYBUILD_BUILD_ARGS="cd doc && PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' {interpreter} -c \"import sys;from sphinx import main;sys.exit(main(sys.argv))\" -N -bhtml source build/html" dh_auto_build # HTML generator dh_installdocs "doc/build/html" -p python-pyfai-doc