Package: rust-test-case Version: 3.3.1-6
I hope to update rust-itertools to 0.14 soon, rust-test-case needs a dependency adjustment to build with the new version.
diff -Nru rust-test-case-3.3.1/debian/changelog rust-test-case-3.3.1/debian/changelog --- rust-test-case-3.3.1/debian/changelog 2025-02-09 02:20:43.000000000 +0000 +++ rust-test-case-3.3.1/debian/changelog 2026-01-29 19:31:25.000000000 +0000 @@ -1,3 +1,10 @@ +rust-test-case (3.3.1-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Allow version 0.14 of itertools. + + -- Peter Michael Green <[email protected]> Thu, 29 Jan 2026 19:31:25 +0000 + rust-test-case (3.3.1-6) unstable; urgency=medium * declare rust-related build-dependencies unconditionally, diff -Nru rust-test-case-3.3.1/debian/control rust-test-case-3.3.1/debian/control --- rust-test-case-3.3.1/debian/control 2025-02-08 00:00:01.000000000 +0000 +++ rust-test-case-3.3.1/debian/control 2026-01-29 19:31:00.000000000 +0000 @@ -6,7 +6,8 @@ dh-sequence-rust, librust-cfg-if-1+default-dev, librust-insta-1+default-dev, - librust-itertools-0.13+default-dev, + librust-itertools+default-dev (>= 0.13), + librust-itertools+default-dev (<< 0.15), librust-proc-macro-error-1+default-dev, librust-proc-macro2-1-dev, librust-quote-1+default-dev, diff -Nru rust-test-case-3.3.1/debian/patches/1001_itertools.patch rust-test-case-3.3.1/debian/patches/1001_itertools.patch --- rust-test-case-3.3.1/debian/patches/1001_itertools.patch 2024-10-04 14:48:57.000000000 +0000 +++ rust-test-case-3.3.1/debian/patches/1001_itertools.patch 2026-01-29 19:31:15.000000000 +0000 @@ -12,7 +12,7 @@ [dev-dependencies] insta = "1.12" -itertools = "0.11" -+itertools = ">= 0.11, <= 0.13" ++itertools = ">= 0.11, <= 0.14" regex = "1.5" [workspace]

