diff -Nru python-cogent-2020.12.21a+dfsg/debian/changelog python-cogent-2020.12.21a+dfsg/debian/changelog --- python-cogent-2020.12.21a+dfsg/debian/changelog 2021-02-08 10:14:34.000000000 +0000 +++ python-cogent-2020.12.21a+dfsg/debian/changelog 2021-02-09 13:42:13.000000000 +0000 @@ -1,3 +1,12 @@ +python-cogent (2020.12.21a+dfsg-4) unstable; urgency=high + + * Team upload. + * debian/rules: Don't build docs package on armel/mipsel + Closes: #950474 + * Skip tests on s390x, mips64el, mipsel, and armel + + -- Michael R. Crusoe Tue, 09 Feb 2021 14:42:13 +0100 + python-cogent (2020.12.21a+dfsg-3) unstable; urgency=high * Team upload. diff -Nru python-cogent-2020.12.21a+dfsg/debian/rules python-cogent-2020.12.21a+dfsg/debian/rules --- python-cogent-2020.12.21a+dfsg/debian/rules 2021-02-08 10:14:32.000000000 +0000 +++ python-cogent-2020.12.21a+dfsg/debian/rules 2021-02-09 13:08:00.000000000 +0000 @@ -10,6 +10,9 @@ export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS=-k 'not test_pickleable_member_roundtrip and not test_pickleable_roundtrip' export PYBUILD_NAME=cogent3 +ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel s390x mips64el)) +export PYBUILD_DISABLE=test +endif include /usr/share/dpkg/default.mk @@ -27,6 +30,7 @@ override_dh_auto_build: dh_auto_build +ifeq (,$(filter $(DEB_HOST_ARCH), armel mipsel)) set -x; cd doc; PYTHONPATH=$(CURDIR) http_proxy='127.0.0.1:9' $(MAKE) html # remove superfluous files and dirs find doc/_build -name "*.doctree*" -delete @@ -34,6 +38,7 @@ rm -f doc/_build/html/_static/jquery.js rm -f doc/_build/html/_static/underscore.js rm -rf doc/_build/html/_images/math/ +endif override_dh_shlibdeps: dh_shlibdeps