mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-08-06 17:40:03 +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:
|
except:
|
||||||
pass
|
pass
|
||||||
pkg = aptc.get(f'librust-{_crate}-dev')
|
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)):
|
# 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'))
|
# built.append((crate, pkg.candidate.version, 'apt'))
|
||||||
continue
|
# continue
|
||||||
if ver == '*':
|
if ver == '*':
|
||||||
# version isn't specified, and d/changelog doesn't exist,
|
# version isn't specified, and d/changelog doesn't exist,
|
||||||
# means it's yet to be `./update.sh`d, move on
|
# 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
|
rust-trybuild (1.0.91-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Team upload.
|
* Team upload.
|
||||||
|
Loading…
Reference in New Issue
Block a user