Package: meson Version: 1.10.0-1 Severity: serious Tags: upstream patch Meson 1.10.0 introduces a regression that prevents compilation of dependent packages.
This regression breaks the build process for multiple packages, including siril, making meson unsuitable for its primary purpose as a build system. Upstream has already identified and fixed this issue in PR #15297: https://github.com/mesonbuild/meson/pull/15297 This bug justifies "serious" severity because: - It's a regression introduced in version 1.10.0 - It breaks core functionality (building other packages) - It affects at least one package in the Debian ecosystem (siril) - A fix is already available upstream The upstream patch should be backported to the Debian package to restore functionality. Steps to reproduce: 1. Attempt to build siril using meson 1.10.0 2. Build fails during the meson configuration or compilation phase Expected: Successful compilation Actual: Build failure

