diff --git a/dev/chain_build.py b/dev/chain_build.py index e9476c7ed..bb9d76ee9 100755 --- a/dev/chain_build.py +++ b/dev/chain_build.py @@ -85,9 +85,9 @@ def find_built(specs: list[tuple[str, str]]) -> list[tuple[str, str, str]]: except: pass pkg = aptc.get(f'librust-{_crate}-dev') - if pkg is not None and pkg.candidate is not None and (ver == '*' or pkg.candidate.version.startswith(ver)): - built.append((crate, pkg.candidate.version, 'apt')) - continue + # if pkg is not None and pkg.candidate is not None and (ver == '*' or pkg.candidate.version.startswith(ver)): + # built.append((crate, pkg.candidate.version, 'apt')) + # continue if ver == '*': # version isn't specified, and d/changelog doesn't exist, # means it's yet to be `./update.sh`d, move on diff --git a/src/trybuild/debian/changelog b/src/trybuild/debian/changelog index 6d00e2741..41c2ef141 100644 --- a/src/trybuild/debian/changelog +++ b/src/trybuild/debian/changelog @@ -1,3 +1,9 @@ +rust-trybuild (1.0.91-1~bpo12+pve1) proxmox-rust; urgency=medium + + * Rebuild for Debian Bookworm / Proxmox + + -- Proxmox Support Team Tue, 30 Jul 2024 12:16:31 +0200 + rust-trybuild (1.0.91-1) unstable; urgency=medium * Team upload.