Control: tags -1 + patch
Attached patch works for me.
diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 8e19a99..c7b2fcf 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,14 @@ Uploaders: Christine Spang <christ...@debian.org>, Tristan Seligmann <mithra...@debian.org>, Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-python, gtk-update-icon-cache, intltool, - python-all, - python-docutils, - python-sphinx (>= 1.0.7+dfsg-1~), - python-sphinx-rtd-theme, + python3-all, + python3-docutils, + python3-sphinx (>= 1.0.7+dfsg-1~), + python3-sphinx-rtd-theme, Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/collab-maint/quodlibet.git Vcs-Browser: https://anonscm.debian.org/git/collab-maint/quodlibet.git @@ -24,16 +24,14 @@ Architecture: all Depends: gir1.2-gtk-3.0, gir1.2-soup-2.4 (>= 2.44), - python (>= 2.7.3-4+deb7u1), - python-concurrent.futures, - python-faulthandler, - python-gi, - python-gi-cairo, - python-mutagen (>= 1.32), + python3, + python3-gi, + python3-gi-cairo, + python3-mutagen (>= 1.32), ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, ${sphinxdoc:Depends}, -Recommends: python-musicbrainzngs (>= 0.5) +Recommends: python3-musicbrainzngs (>= 0.5) Suggests: brasero | k3b | xfburn, gir1.2-gstreamer-1.0, libmodplug1 Replaces: quodlibet-plugins Conflicts: quodlibet-plugins @@ -64,9 +62,9 @@ Depends: gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio, - python (>= 2.7.3-4+deb7u1), + python3, ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, ${sphinxdoc:Depends}, Recommends: gir1.2-gtksource-3.0, @@ -74,9 +72,9 @@ Recommends: libgpod4, media-player-info, notification-daemon, - python-dbus, - python-feedparser, - python-pyinotify, + python3-dbus, + python3-feedparser, + python3-pyinotify, udisks2 | udisks, Suggests: gstreamer1.0-plugins-bad Replaces: quodlibet-ext diff --git a/debian/rules b/debian/rules index 08ab1a0..d1693f5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with python2,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: dh_auto_build