Package: uv Version: 0.9.17+ds1-5 Severity: serious Tags: patch
rust-procfs was recently updated, uv needs a small packaging tweak to build with the new version.
diff -Nru uv-0.9.17+ds1/debian/changelog uv-0.9.17+ds1/debian/changelog --- uv-0.9.17+ds1/debian/changelog 2026-07-31 10:20:43.000000000 +0000 +++ uv-0.9.17+ds1/debian/changelog 2026-08-11 09:46:07.000000000 +0000 @@ -1,3 +1,10 @@ +uv (0.9.17+ds1-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Relax Debian build-dependency for procfs crate to match Cargo dependency. + + -- Peter Michael Green <[email protected]> Tue, 11 Aug 2026 09:46:07 +0000 + uv (0.9.17+ds1-5) unstable; urgency=medium * Team upload. diff -Nru uv-0.9.17+ds1/debian/control uv-0.9.17+ds1/debian/control --- uv-0.9.17+ds1/debian/control 2026-07-31 10:20:43.000000000 +0000 +++ uv-0.9.17+ds1/debian/control 2026-08-11 09:46:07.000000000 +0000 @@ -134,7 +134,7 @@ librust-petgraph-0.6+default-dev, librust-predicates-3+default-dev (>= 3.1.2), librust-proc-macro2-1+default-dev (>= 1.0.86), - librust-procfs-0.17+flate2-dev, + librust-procfs-0+flate2-dev (>= 0.17), librust-quote-1+default-dev (>= 1.0.37), librust-rayon-1+default-dev (>= 1.10.0), librust-rcgen-0.14+crypto-dev,

