- Oct 04, 2024
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
This was placed in a separate patch instead of merging into the existing patch because that one is actually pulled from upstream, so we'd be liable to accidentally drop the change when rust-coreutils is updated in the future. infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
The stdbuf build process involves building a shared library externally and embedding it in the binary, which makes it difficult to extract debug info from binaries and *then* still strip them. This is pretty hard to fix while keeping coreutils cargo-installable, so just disable stdbuf instead. infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
- Jul 31, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Add "lto": whole binary link time optimisation. - Use opt-level = "z": to optimize for size. - Make the panic handler simply abort() rather then unwinding and printing a backtrace. Add flag in debian/rules to strip symbols from the binary. Inspired by https://github.com/uutils/coreutils/commit/0c4f586 Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com> Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com> Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
- Feb 23, 2022
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Feb 21, 2022
-
-
Detlev Casanova authored
Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
Detlev Casanova authored
When replacing this package with coreutils, there is no warning about breaking the system, but it will break the system. Setting the package as essential will make apt warn about system breaking and make sure the user knows what they are doing. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
- Feb 18, 2022
-
-
Andre Moreira Magalhaes authored
This fixes the installation when using merged-usr Signed-off-by:
Andre Moreira Magalhaes <andre.magalhaes@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Feb 09, 2022
-
-
Ryan Gonzalez authored
-
- Feb 04, 2022
-
-
Ryan Gonzalez authored
Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
-
Dylan Aïssi authored
-
Dylan Aïssi authored
-
- Feb 01, 2022
-
-
Dylan Aïssi authored
-
Dylan Aïssi authored
Update to upstream version '0.0.12' with Debian dir f45c3bb17888e637f699f56900e841f408f8d36f
-
Dylan Aïssi authored
-
- Nov 05, 2021
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Sep 17, 2021
-
-
Walter Lozano authored
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Arnaud Ferraris authored
Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
- Aug 11, 2021
-
-
Apertis package maintainers authored
Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
Apertis package maintainers authored
Our previous patch was flawed in that it didn't allow for multiple `-k` arguments. Upstream came up with a better solution so we should switch to that one. Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
- Jul 13, 2021
-
-
Frederic Danis authored
Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Frederic Danis authored
Backport upstream fixes as `tr` fails to replace characters in squeeze-repeats mode Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jun 30, 2021
-
-
Apertis package maintainers authored
In some cases, `cp` doesn't handle symlinks due to the lack of checks, especially with symlinks pointing to directories. This has been fixed upstream so we backport the corresponding patches in this commit. Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
- Jun 24, 2021
-
-
Sjoerd Simons authored
- Jun 16, 2021
-
-
Sjoerd Simons authored
Rather then leaking a boxed value to keep the upstream code working wrap the unescape string into a cow. This causes a bunch of allocations to happen if the upper/lower character classes are used but at least there are no allocations leaked. Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com>