Package: rust-indieweb Version: 0.5.4-8 I am currently trying to clean up the old versions of http stack packages, in this case hyper-0.14.
rust-indieweb has debian build-dependencies on and librust-indieweb-dev has debian dependencies on. librust-hyper-0.14+default-dev, librust-hyper-0.14+http1-dev, librust-hyper-0.14+http2-dev, but there do not appear to be any corresponding cargo dependencies, and after removing the dependencies I was able to succesfully build the package and run it's autopkgtests without librust-hyper-0.14-dev installed. debdiff is attatched
diff -Nru rust-indieweb-0.4.5/debian/changelog rust-indieweb-0.4.5/debian/changelog --- rust-indieweb-0.4.5/debian/changelog 2025-06-27 06:52:40.000000000 +0000 +++ rust-indieweb-0.4.5/debian/changelog 2025-08-10 15:27:28.000000000 +0000 @@ -1,3 +1,11 @@ +rust-indieweb (0.4.5-8.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove debian dependencies on rust-hyper-0.14 which have no corresponding + cargo dependency. + + -- Peter Michael Green <[email protected]> Sun, 10 Aug 2025 15:27:28 +0000 + rust-indieweb (0.4.5-8) experimental; urgency=medium * add patches cherry-picked upstreami diff -Nru rust-indieweb-0.4.5/debian/control rust-indieweb-0.4.5/debian/control --- rust-indieweb-0.4.5/debian/control 2025-06-27 06:51:36.000000000 +0000 +++ rust-indieweb-0.4.5/debian/control 2025-07-22 14:48:55.000000000 +0000 @@ -11,9 +11,6 @@ librust-env-logger-0.11+default-dev, librust-futures-0.3+default-dev, librust-http-1+default-dev, - librust-hyper-0.14+default-dev, - librust-hyper-0.14+http1-dev, - librust-hyper-0.14+http2-dev, librust-microformats-0.15-dev, librust-miette-7+default-dev, librust-miette-7+fancy-dev, @@ -53,9 +50,6 @@ librust-base64-0.22+default-dev, librust-futures-0.3+default-dev, librust-http-1+default-dev, - librust-hyper-0.14+default-dev, - librust-hyper-0.14+http1-dev, - librust-hyper-0.14+http2-dev, librust-microformats-0.15-dev, librust-miette-7+derive-dev, librust-rand-0.8+getrandom-dev,

