diff -Nru cython-0.19.1+git34-gac3e3a2/debian/changelog cython-0.19.1+git34-gac3e3a2/debian/changelog --- cython-0.19.1+git34-gac3e3a2/debian/changelog 2013-08-06 15:20:03.000000000 +0000 +++ cython-0.19.1+git34-gac3e3a2/debian/changelog 2013-10-26 21:44:48.000000000 +0000 @@ -1,3 +1,9 @@ +cython (0.19.1+git34-gac3e3a2-1+rpi1) jessie-staging; urgency=low + + * Disable testsuite + + -- Peter Michael Green Sat, 26 Oct 2013 21:44:41 +0000 + cython (0.19.1+git34-gac3e3a2-1) unstable; urgency=low * Post bugfix-release upstream snapshot diff -Nru cython-0.19.1+git34-gac3e3a2/debian/rules cython-0.19.1+git34-gac3e3a2/debian/rules --- cython-0.19.1+git34-gac3e3a2/debian/rules 2013-08-06 15:20:03.000000000 +0000 +++ cython-0.19.1+git34-gac3e3a2/debian/rules 2013-10-26 21:44:38.000000000 +0000 @@ -92,12 +92,13 @@ override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - set -e; for P in $(PY2VERS) $(PY3VERS); do \ - PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \ - /usr/bin/python$$P runtests.py --no-refnanny -v -v --exclude="parallel" --work-dir=build/work-dir; \ - done -endif + echo testsuite disabled +#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +# set -e; for P in $(PY2VERS) $(PY3VERS); do \ +# PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \ +# /usr/bin/python$$P runtests.py --no-refnanny -v -v --exclude="parallel" --work-dir=build/work-dir; \ +# done +#endif override_dh_python2: dh_python2 -pcython