backport trybuild 1.0.91-1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-07-30 12:16:33 +02:00
parent 33b2c86df9
commit 7016620bb1
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
rust-trybuild (1.0.91-1~bpo12+pve1) proxmox-rust; urgency=medium
* Rebuild for Debian Bookworm / Proxmox
-- Proxmox Support Team <support@proxmox.com> Tue, 30 Jul 2024 12:16:31 +0200
rust-trybuild (1.0.91-1) unstable; urgency=medium
* Team upload.