On Thu, Aug 21, 2025 at 10:35 AM Marc Leeman <[email protected]> wrote: > > The buidls fail because of: > > ``` > gst-plugins-bad1.0-contrib build-depends on missing: > - libfdk-aac-dev:amd64 > ``` > > While these should be available. A re-trigger or re-upload should do > the trick (e.g. with the next point release) > https://packages.debian.org/search?keywords=libfdk-aac-dev
If I'm reading this correctly, it's not possible for a package in contrib to have Build-Depends on a package in non-free unless we do binary uploads. Although binary uploads aren't allowed for main, they are allowed for packages in contrib. https://www.debian.org/doc/manuals/developers-reference/pkgs.html#source-and-binary-uploads See also https://www.debian.org/doc/debian-policy/ch-archive.html#archive-areas It might be easiest to move/convert the package from contrib to non-free. That would go through the NEW queue so you'll need a DD to do that upload. Thank you, Jeremy Bícha

