Source: mlt Version: 6.22.1-2 Severity: normal Tags: patch X-Debbugs-Cc: Hugh McMaster <hugh.mcmas...@outlook.com>, Andreas Metzler <ametz...@debian.org>
Hello, mlt build-depends on libexif-gtk-dev without using it. Just dropping the b-d on libexif-gtk-dev yields a slightly different package since the some dependencies of libexif-gtk-dev are detected and used. Afaict this does the trick: --- debian/control.old 2020-10-04 13:36:54.660265211 +0000 +++ debian/control 2020-10-04 13:37:33.731598964 +0000 @@ -10,10 +10,11 @@ Build-Depends: debhelper-compat (= 13), libavformat-dev, libdv4-dev, libexif-dev, - libexif-gtk-dev, + libgdk-pixbuf2.0-dev, libmovit-dev, libfftw3-dev, libjack-dev, + libpango1.0-dev, libsamplerate-dev, libsdl1.2-dev, libsdl2-dev, cu Andreas