Bug#1110684: RM: rust-tiny-dfr [armel armhf i386 mips64el mipsel ppc64el riscv64 s390x] -- ROM; update only builds on arm64 and amd64
NoisyCoil <[email protected]> Mon, 11 Aug 2025 09:51:24 +0200
| Newsgroups | gmane.linux.debian.ports.mips |
|---|---|
| Message-ID | <175489868454.140481.7443147420488910126.reportbug__10633.079781995$1754898834$gmane$org@debianbookpro> |
Package: ftp.debian.org Followup-For: Bug #1110684 X-Debbugs-Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] User: [email protected] Usertags: armel armhf User: [email protected] Usertags: i386 User: [email protected] Usertags: riscv64 User: [email protected] Usertags: ppc64el User: [email protected] Usertags: s390x User: [email protected] Usertags: mips64el mipsel Sure. As per description of the package, tiny-dfr is a touchbar userspace daemon which only supports Apple Silicon (arm64) and T2 (amd64) Mac laptops, currently. Up until v0.3.5, it built for a number of non-arm64, non-amd64 architectures nonetheless, so we left it be on those platforms. Starting from v0.3.6, it stopped building on anything non-arm64, non-amd64, so to downlift that version from experimental to unstable we need to remove it from any non-arm64, non-amd64 architecture. Cheers! P.S.: The main reason why we didn't limit architecture before is because, the way the Rust team tooling worked, changing "Architecture: any" to "Architecture: arm64 amd64" would have significantly increased maintenance burden. To improve this we merged [debcargo!86]. [debcargo!86] https://salsa.debian.org/rust-team/debcargo/-/merge_requests/86