diff -Nru scikit-learn-0.18/debian/changelog scikit-learn-0.18/debian/changelog --- scikit-learn-0.18/debian/changelog 2016-10-25 12:24:18.000000000 +0000 +++ scikit-learn-0.18/debian/changelog 2016-11-22 15:34:29.000000000 +0000 @@ -1,3 +1,9 @@ +scikit-learn (0.18-4+rpi1) stretch-staging; urgency=medium + + * Disable testsuite + + -- Peter Michael Green Tue, 22 Nov 2016 15:34:29 +0000 + scikit-learn (0.18-4) unstable; urgency=medium * debian/rules diff -Nru scikit-learn-0.18/debian/rules scikit-learn-0.18/debian/rules --- scikit-learn-0.18/debian/rules 2016-10-25 12:24:18.000000000 +0000 +++ scikit-learn-0.18/debian/rules 2016-11-22 15:33:35.000000000 +0000 @@ -84,7 +84,7 @@ python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp python-test%: python-install% -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (xxxxxxxxxxxx,$(filter nocheck,$(DEB_BUILD_OPTIONS))) : # Run unittests here against installed scikits.learn echo "$*" | grep -q '^3' && PY=3 || PY=$*; \ export PYTHONPATH=`/bin/ls -d $$PWD/debian/tmp/usr/lib/python$$PY/*/`; \