Skip to content

Release devscripts version 2.23.4+deb12u1+apertis2

Fix FTBFS in v2024+:

  • dh_setup_copyright generates not reproducible metadata_all.json. Depending on the locale used, the generated output is sorted in a different way. The first run gives:

{"external_sources_to_packages":{},"copied_sources":{},"referenced_source_packages":{}}

The second run gives:

{"referenced_source_packages":{},"copied_sources":{},"external_sources_to_packages":{}}

This difference makes the test fail, so disable the test until debhelper is fixed.

  • dh_setup_copyright emits new messages during package building, which makes the package_lifecycle test fail. The expected output needs to be updated.
Edited by Dylan Aïssi

Merge request reports