Package: rust-zstd / 0.13.3-1
Metadata
Package | Version | Patches format |
---|---|---|
rust-zstd | 0.13.3-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove partial io.patch | (download) |
Cargo.toml |
3 0 + 3 - 0 ! |
remove partial-io as it's archived upstream |
fix tests.patch | (download) |
src/stream/tests.rs |
8 5 + 3 - 0 ! |
disable and fix tests without proper fixtures |
remove unavailable features.patch | (download) |
Cargo.toml |
7 0 + 7 - 0 ! |
remove unavailable features As we use Debian packaged libzstd not the bundled, some features are not (can not be) enabled at build time and unavailable, or made no-ops: . - debug, fat-lto, no_asm, thin, thin-lto: removed in zstd-sys thus zstd-safe - pkg-config, legacy: no-op in zstd-sys thus zstd-safe - bindgen: non-existent in zstd-sys, removed in zstd-safe - wasm: no-op in original code |
disable examples and deps.patch | (download) |
Cargo.toml |
58 29 + 29 - 0 ! |
disable examples and remove related dev deps |
1