I am currently working on packaging docker-compose v2. there is one
missing dependency, and one that is too outdated:
golang-github-jonboulle-clockwork
I updated it to v0.5.0 in the Git repository (https://salsa.debian.org/
go-team/packages/golang-github-jonboulle-clockwork) then realised that
it was quite a big jump of versions, so I ran ratt:
$ ratt ../golang-github-jonboulle-clockwork_0.5.0-1_amd64.changes
[...]
2025/02/16 18:11:11 FAILED: singularity-container (see buildlogs/
singularity-container_4.1.5+ds3-1)
2025/02/16 18:11:11 FAILED: gitlab-ci-multi-runner (see buildlogs/
gitlab-ci-multi-runner_14.10.1-1)
2025/02/16 18:11:11 FAILED: etcd (see buildlogs/etcd_3.5.16-3)
All three packages that failed are already failing in unstable, but etcd
should still be updated. I prepared a branch with a patch cherry-picked
from upstream [1] that should allow building with clockwork v0.5.0 [...]