Package: rust-resource-proof
I hope to update rust-termion to version 4 soon, I was able to sucesfully build rust-resource-proof and run it's autopkgtests after relaxing the dependency.
diff -Nru rust-resource-proof-1.0.39/debian/changelog rust-resource-proof-1.0.39/debian/changelog --- rust-resource-proof-1.0.39/debian/changelog 2025-08-28 15:57:28.000000000 +0000 +++ rust-resource-proof-1.0.39/debian/changelog 2025-12-17 00:47:43.000000000 +0000 @@ -1,3 +1,10 @@ +rust-resource-proof (1.0.39-13.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Relax dependency on termion. + + -- Peter Michael Green <[email protected]> Wed, 17 Dec 2025 00:47:43 +0000 + rust-resource-proof (1.0.39-13) unstable; urgency=medium * build-depend on libstd-rust-dev diff -Nru rust-resource-proof-1.0.39/debian/control rust-resource-proof-1.0.39/debian/control --- rust-resource-proof-1.0.39/debian/control 2025-08-28 15:54:53.000000000 +0000 +++ rust-resource-proof-1.0.39/debian/control 2025-12-17 00:47:43.000000000 +0000 @@ -6,7 +6,8 @@ dh-sequence-rust, librust-clap-3+default-dev, librust-clap-3+derive-dev, - librust-termion-1+default-dev, + librust-termion+default-dev (>= 1.5.1), + librust-termion+default-dev (<< 5), librust-tiny-keccak-2+default-dev, librust-tiny-keccak-2+sha3-dev, libstd-rust-dev, @@ -24,7 +25,8 @@ Depends: librust-clap-3+default-dev, librust-clap-3+derive-dev, - librust-termion-1+default-dev, + librust-termion+default-dev (>= 1.5.1), + librust-termion+default-dev (<< 5), librust-tiny-keccak-2+default-dev, librust-tiny-keccak-2+sha3-dev, ${misc:Depends}, diff -Nru rust-resource-proof-1.0.39/debian/patches/1001_termion.patch rust-resource-proof-1.0.39/debian/patches/1001_termion.patch --- rust-resource-proof-1.0.39/debian/patches/1001_termion.patch 2024-10-16 07:08:31.000000000 +0000 +++ rust-resource-proof-1.0.39/debian/patches/1001_termion.patch 2025-12-17 00:47:29.000000000 +0000 @@ -1,7 +1,8 @@ Description: accept newer releases of crate termion Author: Jonas Smedegaard <[email protected]> +Author: Peter Michael Green <[email protected]> Forwarded: not-needed -Last-Update: 2024-10-16 +Last-Update: 2025-12-17 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Cargo.toml @@ -11,4 +12,4 @@ [target."cfg(unix)".dependencies] -termion = "~1.5.1" -+termion = "1.5.1" ++termion = ">= 1.5.1, < 5"

