diff -Nru silx-0.8.0+dfsg/debian/changelog silx-0.8.0+dfsg/debian/changelog --- silx-0.8.0+dfsg/debian/changelog 2018-07-31 14:24:57.000000000 +0000 +++ silx-0.8.0+dfsg/debian/changelog 2018-08-09 17:42:35.000000000 +0000 @@ -1,3 +1,9 @@ +silx (0.8.0+dfsg-1+rpi1) buster-staging; urgency=medium + + * Disable documentation build, it segfaults. + + -- Peter Michael Green Thu, 09 Aug 2018 17:42:35 +0000 + silx (0.8.0+dfsg-1) unstable; urgency=medium * New upstream version 0.8.0+dfsg diff -Nru silx-0.8.0+dfsg/debian/control silx-0.8.0+dfsg/debian/control --- silx-0.8.0+dfsg/debian/control 2018-07-31 14:24:57.000000000 +0000 +++ silx-0.8.0+dfsg/debian/control 2018-08-09 17:42:35.000000000 +0000 @@ -243,7 +243,7 @@ This is the Python 3 debug version of the package. Package: python-silx-doc -Architecture: all +Architecture: none Section: doc Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends} Description: Toolbox for X-Ray data analysis - Documentation diff -Nru silx-0.8.0+dfsg/debian/rules silx-0.8.0+dfsg/debian/rules --- silx-0.8.0+dfsg/debian/rules 2018-07-31 14:24:57.000000000 +0000 +++ silx-0.8.0+dfsg/debian/rules 2018-08-09 17:42:35.000000000 +0000 @@ -75,7 +75,7 @@ dh_installman -p silx build/man/*.1 override_dh_sphinxdoc: -ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) +ifeq (docsdisabled,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) #mkdir -p $(POCL_CACHE_DIR) # create POCL cachedir in order to avoid an FTBFS in sbuild mkdir -p -m 700 $(XDG_RUNTIME_DIR) pybuild --build -s custom -p $(PY3VER) --build-args="cd doc && env PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} -m sphinx -N -bhtml source build/html"