rust-coreutils 0.0.26-2 source package in Ubuntu

Changelog

rust-coreutils (0.0.26-2) unstable; urgency=medium

  * Team upload

  [ Sylvestre Ledru ]
  * As nix & chrono have been updated, remove the upstream cherry-picked
    patches

  [ Peter Michael Green ]
  * Fix build on 32-bit architectures with time64 (Closes: #1071048)
    + Use mem::zeroed to create timespec structs as they contain padding on
      time64 architectures.
    + Build-depend on librust-selinux-sys-dev (>= 0.6.7-2)  to pick up time64
      fix.
  * Add patch to support nix 0.27 (upstream uses 0.28).
  * Tighten nix dependency in debian/control, the nix 0.27 patch will need
    to be removed when debian upgrades to nix 0.28.

 -- Peter Michael Green <email address hidden>  Wed, 15 May 2024 00:16:03 +0000

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
rust-coreutils_0.0.26-2.dsc 4.8 KiB 5eaca3fc1693495ba99c91731d5aa54dc0e81a8c08601335198ed69ebf366530
rust-coreutils_0.0.26.orig.tar.xz 1.5 MiB 7f97d7523759447e20be9638e3fe9cd66461acf7fc179dbaa4d44e6d26128222
rust-coreutils_0.0.26-2.debian.tar.xz 29.8 KiB aef7cd0a3cb5b9d7106a9049da92a2d3f415546512f323ae93e2a20c97109f56

Available diffs

No changes file available.

Binary packages built by this source

rust-coreutils: Universal coreutils utils, written in Rust

 This packages replaces the GNU coreutils package written in C.
 It should be a drop-in replacement but:
  * Some options have NOT been implemented,
  * Might have important bugs,
  * Might be slower,
  * Output of the binaries might be slightly different.
 .
 It might break your system.
 .
 This is an EXPERIMENTAL package. It should not be used in
 production.

rust-coreutils-dbgsym: debug symbols for rust-coreutils