ploutos icon indicating copy to clipboard operation
ploutos copied to clipboard

Upgrade `cargo-deb`

Open ximon18 opened this issue 1 year ago • 0 comments

Ploutos currently uses cargo-deb v1.42.2. Since then the following releases and notable changes have been made to cargo-deb: (determined by hand as the cargo-deb project has no release notes or changelog ...)

v1.43.0:

  • https://github.com/kornelski/cargo-deb/pull/82
  • https://github.com/kornelski/cargo-deb/pull/84
  • https://github.com/kornelski/cargo-deb/pull/85

v1.43.1:

  • Always recognize target/release (https://github.com/kornelski/cargo-deb/commit/06e0a2b7d9642914d031e4dfdf3b94f54c07df74)

v1.44.0:

  • https://github.com/kornelski/cargo-deb/pull/89
  • https://github.com/kornelski/cargo-deb/pull/97
  • Support SOURCE_DATE_EPOCH (https://github.com/kornelski/cargo-deb/commit/5a76d26fcc2c01110379f56bef571dcfba9ac03e)

v2,0.0:

  • https://github.com/kornelski/cargo-deb/pull/105 BREAKING??
  • https://github.com/kornelski/cargo-deb/pull/115
  • Filter libgcc1 (https://github.com/kornelski/cargo-deb/commit/972f371419ca735122c5d27ed5cae22c82adffd6)
  • https://github.com/kornelski/cargo-deb/issues/110
  • Add path to I/O errors (https://github.com/kornelski/cargo-deb/commit/dc24c64e14ef619700dfe7eb3a029d1a2070924c)
  • Fix extension check (https://github.com/kornelski/cargo-deb/commit/f04fff8dd12d59dc621db712dc153848e6e00c06)
  • Fix readme path in workspaces (https://github.com/kornelski/cargo-deb/commit/8a9fef71b623d51fdee7bf468ffb47c436217f1e)

v2.0.4:

  • Allow cargo-metatada discover Cargo.toml itself (https://github.com/kornelski/cargo-deb/commit/ac447d6187636feb2c3b77c850dafa902992b599)

ximon18 avatar Jan 18 '24 10:01 ximon18