mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 13:24:24 +00:00
backport trybuild 1.0.91-1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
33b2c86df9
commit
7016620bb1
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user