diff -Nru python-astropy-2.0.2/debian/changelog python-astropy-2.0.2/debian/changelog --- python-astropy-2.0.2/debian/changelog 2017-12-05 10:16:34.000000000 +0000 +++ python-astropy-2.0.2/debian/changelog 2017-12-14 04:43:36.000000000 +0000 @@ -1,3 +1,10 @@ +python-astropy (2.0.2-2+rpi1) buster-staging; urgency=medium + + [changes brought forward from 2.0.2-1+rpi1 by Peter Michael Green at Fri, 03 Nov 2017 23:08:32 +0000] + * Disable testsuite. + + -- Raspbian forward porter Thu, 14 Dec 2017 04:43:36 +0000 + python-astropy (2.0.2-2) unstable; urgency=medium * Push Standards-Version to 4.1.2. Change remaining URLs to use https diff -Nru python-astropy-2.0.2/debian/rules python-astropy-2.0.2/debian/rules --- python-astropy-2.0.2/debian/rules 2017-07-12 09:00:59.000000000 +0000 +++ python-astropy-2.0.2/debian/rules 2017-12-14 04:43:36.000000000 +0000 @@ -56,7 +56,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: - python$* setup.py test -vv --args "-vv --mpl" + #python$* setup.py test -vv --args "-vv --mpl" override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif