Source: firmware-nonfree Severity: normal Tags: ftbfs, patch X-Debbugs-Cc: [email protected]
Hi, the generated control file is missing two build dependencies. Simon -- System Information: Debian Release: 13.1 APT prefers stable-security APT policy: (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable'), (1, 'experimental') Architecture: ppc64el (ppc64le) Kernel: Linux 6.17.0+ (SMP w/64 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled
--- debian/templates/source.control.in.orig 2025-10-15 23:14:51.116463393 +0900 +++ debian/templates/source.control.in 2025-10-15 23:14:54.352242468 +0900 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Kernel Team <[email protected]> Uploaders: Bastian Blank <[email protected]>, Steve Langasek <[email protected]>, maximilian attems <[email protected]>, Ben Hutchings <[email protected]>, Salvatore Bonaccorso <[email protected]> -Build-Depends: debhelper-compat (= 13), rdfind +Build-Depends: debhelper-compat (= 13), rdfind, python3-dacite, python3-jinja2 Standards-Version: 4.3.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/kernel-team/firmware-nonfree.git

