Package: rust-liblzma-sys / 0.4.4-2

Metadata

Package Version Patches format
rust-liblzma-sys 0.4.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
source_redistribution_conditions | (download)

build.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 no source redistribution needed for apache 2.0 nor mit
skip static and wasm | (download)

Cargo.toml | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 don't build nor test the static or wasm features in debian
fix tests 32 bit | (download)

src/bindgen.rs | 296 150 + 146 - 0 !
1 file changed, 150 insertions(+), 146 deletions(-)

 fix tests on 32-bit architectures
 Bindgen has a nasty tendency of generating portable bindings, but unportable
 tests, fixup the tests so they pass on more architectures.