diff -Nru pandas-0.20.3/debian/changelog pandas-0.20.3/debian/changelog --- pandas-0.20.3/debian/changelog 2017-10-24 19:26:02.000000000 +0000 +++ pandas-0.20.3/debian/changelog 2017-11-04 00:02:42.000000000 +0000 @@ -1,3 +1,11 @@ +pandas (0.20.3-10+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + * Add build-depends on python-ipykernel and python3-ipykernel + * Fix clean target. + + -- Peter Michael Green Sat, 04 Nov 2017 00:02:42 +0000 + pandas (0.20.3-10) unstable; urgency=medium * Team upload. diff -Nru pandas-0.20.3/debian/control pandas-0.20.3/debian/control --- pandas-0.20.3/debian/control 2017-10-23 15:03:35.000000000 +0000 +++ pandas-0.20.3/debian/control 2017-11-04 00:02:42.000000000 +0000 @@ -40,6 +40,7 @@ python3-html5lib, python3-tables [!m68k !sh4 !x32], xvfb, xauth, xclip, + python-ipykernel, python3-ipykernel Build-Depends-Indep: ipython (>= 0.12) | ipython2x | ipython1x, Build-Conflicts: python-tables (= 3.3.0-4), python3-tables (= 3.3.0-4) diff -Nru pandas-0.20.3/debian/rules pandas-0.20.3/debian/rules --- pandas-0.20.3/debian/rules 2017-10-23 15:32:52.000000000 +0000 +++ pandas-0.20.3/debian/rules 2017-11-04 00:02:42.000000000 +0000 @@ -91,6 +91,18 @@ [ "$(UVER)" = "`cat debian/cythonized-files/VERSION`" ] rm -rf build doc/_build *-stamp # pandas.egg-info pandas/datasets/__config__.py dh_clean + rm -rf doc/source/generated + rm -rf doc/build + rm -f doc/source/_static/basic.html + rm -f doc/source/_static/columns.html + rm -f doc/source/_static/escape.html + rm -f doc/source/_static/float_format.html + rm -f doc/source/_static/nobold.html + rm -f doc/source/_static/noescape.html + rm -f doc/source/index.rst + rm -f doc/source/templates/myhtml.tpl + rm -f pandas/__version.py + version_py: [ -e pandas/__version.py ] || \ @@ -108,7 +120,7 @@ python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp python-test%: python-install% -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) echo "backend : Agg" >| $(CURDIR)/build/matplotlibrc : # Run unittests here against installed pandas echo "$*" | grep -q '^3' && PY=3 || PY=$*; \