Source: gnome-mpv Version: 0.16-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
Please don't Build-Depends: python. That name refers to version 2 of the language, but the scripts used for building gnome-mpv explicitly refer to "python3". This should be python3 instead. Also since it is only run during build, it should be annotated :any or :native. Please consider applying the attached patch. Helmut
diff --minimal -Nru gnome-mpv-0.16/debian/changelog gnome-mpv-0.16/debian/changelog --- gnome-mpv-0.16/debian/changelog 2019-03-25 04:20:19.000000000 +0100 +++ gnome-mpv-0.16/debian/changelog 2019-10-03 09:44:01.000000000 +0200 @@ -1,3 +1,12 @@ +gnome-mpv (0.16-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix python build dependency. (Closes: #-1) + + We don't use python2, but python3. + + Annotate with :any to help cross building. + + -- Helmut Grohne <hel...@subdivi.de> Thu, 03 Oct 2019 09:44:01 +0200 + gnome-mpv (0.16-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru gnome-mpv-0.16/debian/control gnome-mpv-0.16/debian/control --- gnome-mpv-0.16/debian/control 2019-03-25 04:09:24.000000000 +0100 +++ gnome-mpv-0.16/debian/control 2019-10-03 09:43:59.000000000 +0200 @@ -11,7 +11,7 @@ libgtk-3-dev (>= 3.22), libmpv-dev (>= 0.21), pkg-config, - python + python3:any Standards-Version: 4.1.1 Homepage: https://github.com/gnome-mpv/gnome-mpv Vcs-Git: https://salsa.debian.org/multimedia-team/gnome-mpv.git