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 file
Patch File delta Description
remove partial io.patch | (download)

Cargo.toml | 3 0 + 3 - 0 !
src/stream/tests.rs | 6 2 + 4 - 0 !
src/stream/write/tests.rs | 5 2 + 3 - 0 !
3 files changed, 4 insertions(+), 10 deletions(-)

 remove partial-io as it's archived upstream
fix tests.patch | (download)

src/stream/tests.rs | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 disable and fix tests without proper fixtures
remove unavailable features.patch | (download)

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

 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 !
1 file changed, 29 insertions(+), 29 deletions(-)

 disable examples and remove related dev deps