Package: rust-zstd-sys Version: 1.4.15-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for rust-zstd-sys (versioned as 1.4.15-1.1), and have taken the liberty of uploading it without delay due to its total broken state since 2021-08-28. Regards, - Jonas diff -Nru rust-zstd-sys-1.4.15/debian/changelog rust-zstd-sys-1.4.15/debian/changelog --- rust-zstd-sys-1.4.15/debian/changelog 2020-10-18 12:33:59.000000000 +0200 +++ rust-zstd-sys-1.4.15/debian/changelog 2022-04-03 19:04:50.000000000 +0200 @@ -1,3 +1,13 @@ +rust-zstd-sys (1.4.15-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * fix unsatisfiable dependency and failure to build from source: + + bump patch and dependencies + to link against librust-bindgen-0.59+default-dev + (not librust-bindgen-0.55+default-dev gone since 2021-08-28) + + -- Jonas Smedegaard <d...@jones.dk> Sun, 03 Apr 2022 19:04:50 +0200 + rust-zstd-sys (1.4.15-1) unstable; urgency=medium * Package zstd-sys 1.4.15+zstd.1.4.4 from crates.io using debcargo 2.4.3 diff -Nru rust-zstd-sys-1.4.15/debian/control rust-zstd-sys-1.4.15/debian/control --- rust-zstd-sys-1.4.15/debian/control 2020-10-18 12:33:59.000000000 +0200 +++ rust-zstd-sys-1.4.15/debian/control 2022-04-03 18:59:50.000000000 +0200 @@ -6,7 +6,7 @@ cargo:native <!nocheck>, rustc:native <!nocheck>, libstd-rust-dev <!nocheck>, - librust-bindgen-0.55+default-dev <!nocheck>, + librust-bindgen-0.59+default-dev <!nocheck>, librust-libc-0.2+default-dev (>= 0.2.45-~~) <!nocheck>, librust-pkg-config-0.3+default-dev <!nocheck>, libzstd-dev <!nocheck>, @@ -23,7 +23,7 @@ Multi-Arch: same Depends: ${misc:Depends}, - librust-bindgen-0.55+default-dev, + librust-bindgen-0.59+default-dev, librust-libc-0.2+default-dev (>= 0.2.45-~~), librust-pkg-config-0.3+default-dev, libzstd-dev diff -Nru rust-zstd-sys-1.4.15/debian/patches/bump-bindgen.diff rust-zstd-sys-1.4.15/debian/patches/bump-bindgen.diff --- rust-zstd-sys-1.4.15/debian/patches/bump-bindgen.diff 2020-10-18 12:33:59.000000000 +0200 +++ rust-zstd-sys-1.4.15/debian/patches/bump-bindgen.diff 2022-04-03 19:01:08.000000000 +0200 @@ -7,7 +7,7 @@ version = "0.2.45" [build-dependencies.bindgen] -version = "0.51" -+version = "0.55" ++version = "0.59" [build-dependencies.pkg-config] version = "0.3"