Package: rust-coreutils / 0.0.30-3
Metadata
Package | Version | Patches format |
---|---|---|
rust-coreutils | 0.0.30-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix prefix.diff | (download) |
GNUmakefile |
4 2 + 2 - 0 ! |
--- |
rust ini 0.18.diff | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
relax rstest.diff | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
disable utmp classic.diff | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
uptime disable windows.diff | (download) |
src/uu/uptime/Cargo.toml |
10 5 + 5 - 0 ! |
--- |
mv disable windows.diff | (download) |
src/uu/mv/Cargo.toml |
12 6 + 6 - 0 ! |
--- |
relax selinux.diff | (download) |
Cargo.toml |
3 1 + 2 - 0 ! |
--- |
relax rand.diff | (download) |
Cargo.toml |
4 2 + 2 - 0 ! |
--- |
relax chrono tz.diff | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
--- |
relax cpp.diff | (download) |
src/uu/stdbuf/src/libstdbuf/Cargo.toml |
4 2 + 2 - 0 ! |
--- |
shuf frevert rand.diff | (download) |
src/uu/shuf/src/rand_read_adapter.rs |
23 13 + 10 - 0 ! |
--- |
shred revert rand.diff | (download) |
src/uu/shred/src/shred.rs |
4 2 + 2 - 0 ! |
--- |
mktemp revert rand.diff | (download) |
src/uu/mktemp/src/mktemp.rs |
2 1 + 1 - 0 ! |
--- |
sort revert rand.diff | (download) |
src/uu/sort/src/sort.rs |
4 2 + 2 - 0 ! |
--- |
fix nom.diff | (download) |
src/uu/tr/src/operation.rs |
66 34 + 32 - 0 ! |
--- |
Tweak release build profile.patch | (download) |
Cargo.toml |
4 3 + 1 - 0 ! |
tweak the release build profile for the right balance between the smallest binary size and enough debug info. - Use opt-level = "z": to optimize for size. - Make the panic handler simply abort() rather then unwinding and printing a backtrace. - Using full LTO results in the loss of individual crate compilation unit names in the debuginfo, which interferes with our copyright generation. Rust's default behavior is *already* thin LTO, which only takes up 1MiB of extra space but avoids this issue. (This seems to work on newer Rust releases and thus either specific to the Debian package or fixed in rustc/LLVM, so it might be worth re- evaluating the situation once the version in Debian is updated.) Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com> Signed-off-by: Dylan Assi <dylan.aissi@collabora.com> |