diff -Nru yt-3.4.1/debian/changelog yt-3.4.1/debian/changelog --- yt-3.4.1/debian/changelog 2018-11-26 11:46:36.000000000 +0000 +++ yt-3.4.1/debian/changelog 2018-12-01 17:10:31.000000000 +0000 @@ -1,3 +1,10 @@ +yt (3.4.1-2+rpi1) buster-staging; urgency=medium + + [changes brought forward from 3.4.0-2+rpi1 by Peter Michael Green at Thu, 09 Nov 2017 02:23:36 +0000] + * Disable testsuite. + + -- Raspbian forward porter Sat, 01 Dec 2018 17:10:31 +0000 + yt (3.4.1-2) unstable; urgency=medium * Team upload. diff -Nru yt-3.4.1/debian/rules yt-3.4.1/debian/rules --- yt-3.4.1/debian/rules 2018-11-23 15:21:08.000000000 +0000 +++ yt-3.4.1/debian/rules 2018-12-01 17:10:31.000000000 +0000 @@ -35,6 +35,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: - mkdir -p $(HOME) - python setup.py build_ext -i && nosetests + #mkdir -p $(HOME) + #python setup.py build_ext -i && nosetests endif