Debian Patches
Status for rust-coreutils/0.9.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| disable-utmp-classic.diff | =================================================================== | no | ||||
| use-vendor.diff | =================================================================== | no | ||||
| fix-prefix.diff | =================================================================== | no | ||||
| fix-locale-path.diff | =================================================================== | no | ||||
| improve-man.diff | =================================================================== | no | ||||
| fix-ppc64el-baudrate.diff | Fix ppc64el build by treating little-endian powerpc64 like big-endian On powerpc, powerpc64 (BE), and powerpc64le, nix::sys::termios::cfgetospeed returns a BaudRate enum (not a u32). The display branch only excluded powerpc and big-endian powerpc64, leaving ppc64el to take the u32 branch and fail to compile (`BaudRate: std::fmt::Display` not satisfied). . Treat all powerpc/powerpc64 variants the same: use the BAUD_RATES table to look up the matching display string. =================================================================== |
Sylvestre Ledru <sylvestre@debian.org> | no | 2026-05-13 | ||
| reproducible-man-date.diff | Make generated manpage date reproducible uudoc stamped each generated manpage with the current date (Zoned::now()), which made the package unreproducible: rebuilding on a different day produced a different .TH date line in every rust-*.1 manpage. . Honour SOURCE_DATE_EPOCH instead, which Debian derives from the latest debian/changelog entry, falling back to the current date when the variable is unset (e.g. an upstream build outside dpkg-buildpackage). |
Sylvestre Ledru <sylvestre@debian.org> | not-needed | upstream | 2026-06-04 |
