Package: rust-oxhttp Version: 0.1.4-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu kinetic ubuntu-patch
Hi Jonas, rust-oxhttp is not migrating to testing because it builds packages which depend on rust-rustls, and rust-rustls is not available on archs. In Ubuntu, I have uploaded the attached patch which adds a build-dependency on librust-rustls-dev, so that it only builds on archs where this is available. This has the advantage that if and when rust-rustls's build failures get fixed, rust-oxhttp will build again. But in the meantime, it's best to not have librust-oxhttp+rustls-dev on these archs, and let rust-oxhttp migrate. Thanks for considering, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru rust-oxhttp-0.1.4/debian/control rust-oxhttp-0.1.4/debian/control --- rust-oxhttp-0.1.4/debian/control 2022-06-25 05:39:29.000000000 -0700 +++ rust-oxhttp-0.1.4/debian/control 2022-09-08 11:11:27.000000000 -0700 @@ -6,6 +6,7 @@ dh-cargo (>= 25), librust-httparse-1+default-dev <!nocheck>, librust-url-2+default-dev <!nocheck>, + librust-rustls-dev Maintainer: Jonas Smedegaard <d...@jones.dk> Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/debian/rust-oxhttp.git