Package: rust-ureq Version: 3.1.0+~0.5.0-3 Severity: serious Tags: patch
rust-ureq's autopkgtests are failing because the ureq-proto provides were updated to 0.5 but the test dependencies were not, resulting in dependency installation failure. A debdiff fixing this is attatched.
diff -Nru rust-ureq-3.1.0+~0.5.0/debian/changelog rust-ureq-3.1.0+~0.5.0/debian/changelog --- rust-ureq-3.1.0+~0.5.0/debian/changelog 2025-08-19 08:16:08.000000000 +0000 +++ rust-ureq-3.1.0+~0.5.0/debian/changelog 2025-08-21 01:20:09.000000000 +0000 @@ -1,3 +1,10 @@ +rust-ureq (3.1.0+~0.5.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix ureq-proto version in debian/tests/control + + -- Peter Michael Green <[email protected]> Thu, 21 Aug 2025 01:20:09 +0000 + rust-ureq (3.1.0+~0.5.0-3) unstable; urgency=medium * extend patch 2003 to omit even more net-requiring tests diff -Nru rust-ureq-3.1.0+~0.5.0/debian/tests/control rust-ureq-3.1.0+~0.5.0/debian/tests/control --- rust-ureq-3.1.0+~0.5.0/debian/tests/control 2025-08-17 13:08:02.000000000 +0000 +++ rust-ureq-3.1.0+~0.5.0/debian/tests/control 2025-08-21 01:19:24.000000000 +0000 @@ -159,7 +159,7 @@ Depends: ca-certificates, dh-rust, - librust-ureq-proto-0.4-dev, + librust-ureq-proto-0.5-dev, Restrictions: allow-stderr Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq-proto 0.5.0 @@ -168,7 +168,7 @@ Depends: ca-certificates, dh-rust, - librust-ureq-proto-0.4-dev, + librust-ureq-proto-0.5-dev, Restrictions: allow-stderr Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq-proto 0.5.0 @@ -177,7 +177,7 @@ Depends: ca-certificates, dh-rust, - librust-ureq-proto-0.4+default-dev, + librust-ureq-proto-0.5+default-dev, Restrictions: allow-stderr Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq-proto 0.5.0 @@ -186,7 +186,7 @@ Depends: ca-certificates, dh-rust, - librust-ureq-proto-0.4+client-dev, + librust-ureq-proto-0.5+client-dev, Restrictions: allow-stderr Architecture: amd64 @@ -196,6 +196,6 @@ Depends: ca-certificates, dh-rust, - librust-ureq-proto-0.4+server-dev, + librust-ureq-proto-0.5+server-dev, Restrictions: allow-stderr Architecture: amd64

