ci-buildpackage: drop the use of wrap-and-sort
This reverts commit e954d2be.
This was a workaround for odd nodes packages that apt was not able to parse. It has been fixed in apt 2.3.10 (Debian/Bookworm & Apertis/v2024) with https://salsa.debian.org/apt-team/apt/-/merge_requests/167
This has been fixed in v2026dev1 and in v2025.
We did not face the conflicts between rustc and rustc-web in Apertis v2024 because we first built the source package with a fixed ci-buildpackage
in v2026dev1, and when backporting the same version to v2024 ci-package-builder
reuses the already built source package thus this issue this not triggered. But for downstreams which doesn't use v2025 or v2026dev1 then they have to build the source package using a docker image of v2024 and therefor this issue needs to be fixed as well.
Merge request reports
Activity
assigned to @daissi
cc @chaudoan
added 1 commit
- 699c7e14 - Revert "ci-buildpackage: use wrap-and-sort as a workaround for odd packages"
added 1 commit
- bdd351bd - Revert "ci-buildpackage: use wrap-and-sort as a workaround for odd packages"
requested review from @sjoerd