Package: rust-pleaser / 0.5.6-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| rust-pleaser | 0.5.6-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| use mem zeroed.patch | (download) |
src/lib.rs |
5 1 + 4 - 0 ! |
use mem::zeroed to create zero timespec. The time64 patches for the libc crate add padding to struct timespec, on time64 architectures. Unfortunately this means that timespecs can't be created in the normal way in rust. Instead we create the structure using std::mem::zeroed. |
| test sbin.diff | (download) |
tests/search_path.rs |
6 3 + 3 - 0 ! |
e2fsck not available in sbuild |
| nix 0.30.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
