]> git.proxmox.com Git - rustc.git/commit
add temporary Breaks to force migration of libgit2
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Tue, 8 Oct 2024 12:34:24 +0000 (14:34 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Tue, 8 Oct 2024 12:34:24 +0000 (14:34 +0200)
commit835ae238aca222f90fd218837fcb755a1dc31bd5
tree065627d3f3b4b552f9497a07b25c41e3e50b9863
parent2de9af6632855fa204eee3d84450bd48a107c203
add temporary Breaks to force migration of libgit2

there's the following chain of migration-constraints:

libgit2 -> rust-libgit2-sys -> rust-git2 -> rust-cargo -> rust-debcargo
rust-debcargo --built-using--> rustc -> libgit2

that requires rustc and the libgit2 transition to migrate together.

but britney will attempt to trigger autopkgtests using rustc from
unstable (which in turn uses libgit2 1.8) for crates in testing. if
those crates use libgit2 themselves, then the pinning is incomplete and
an invalid combination is tested.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
debian/control