diff -Nru mps-youtube-0.2.7.1/debian/changelog mps-youtube-0.2.7.1/debian/changelog --- mps-youtube-0.2.7.1/debian/changelog 2016-10-19 08:44:23.000000000 +0000 +++ mps-youtube-0.2.7.1/debian/changelog 2017-06-25 23:50:26.000000000 +0000 @@ -1,3 +1,9 @@ +mps-youtube (0.2.7.1-2ubuntu1) artful; urgency=medium + + * Disable tests with Python 3.6 as well as 3.5. + + -- Michael Hudson-Doyle Mon, 26 Jun 2017 11:50:12 +1200 + mps-youtube (0.2.7.1-2) unstable; urgency=medium * remove mplayer2 and libav-tools from Depends (Closes:#841182) diff -Nru mps-youtube-0.2.7.1/debian/control mps-youtube-0.2.7.1/debian/control --- mps-youtube-0.2.7.1/debian/control 2016-10-19 08:44:23.000000000 +0000 +++ mps-youtube-0.2.7.1/debian/control 2017-06-25 23:50:28.000000000 +0000 @@ -1,7 +1,8 @@ Source: mps-youtube Section: utils Priority: extra -Maintainer: Zlatan Todoric +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Zlatan Todoric Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools, python3-pafy (>= 0.5.1) Standards-Version: 3.9.8 Homepage: https://github.com/np1/mps-youtube diff -Nru mps-youtube-0.2.7.1/debian/rules mps-youtube-0.2.7.1/debian/rules --- mps-youtube-0.2.7.1/debian/rules 2016-07-04 11:20:42.000000000 +0000 +++ mps-youtube-0.2.7.1/debian/rules 2017-06-25 23:50:06.000000000 +0000 @@ -8,6 +8,7 @@ #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export PYBUILD_DISABLE_python3.5=test +export PYBUILD_DISABLE_python3.6=test %: dh $@ --with python3 --buildsystem=pybuild