cargo 0.67.1+ds0ubuntu1-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.67.1+ds0ubuntu1-0ubuntu1) lunar; urgency=medium

  * Update to Cargo 0.67.1 (LP: #2005123)
    - d/vendor-tarball-unsuspicious.txt: update unsuspicious list to exclude
      removed source files
    - d/p/cve/*: remove patches that are merged upstream
    - d/make_orig_multi-pre-vendor.sh: downgrade clap to 4.0.15 to avoid
      some UI tests behaving incorrectly
    - d/p: refresh debian patches to adapt to Cargo 0.67.1
    - d/debcargo-conf.patch: refresh debconf patches to adapt to newer
      vendored dependencies
    - d/copyright: update copyright information for vendored dependencies

 -- Zixing Liu <email address hidden>  Wed, 15 Feb 2023 13:08:31 -0700

Upload details

Uploaded by:
Zixing Liu
Sponsored by:
Simon Chopin
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.67.1+ds0ubuntu1.orig-vendor.tar.xz 5.0 MiB b09a8a28d1735eccc709b5e8542b0013211f0b1c78ca87e52bb5a996d229710d
cargo_0.67.1+ds0ubuntu1.orig.tar.gz 2.1 MiB deb8605e7306e883fb4470a1ff7ad9a6e7af59b6ddaaf142ed5bd7fb4be9f5e6
cargo_0.67.1+ds0ubuntu1-0ubuntu1.debian.tar.xz 43.2 KiB 8e90daa47c4c7925208a16e88e5cb1d4b6ab0881d5f876c580fc5bb842c09311
cargo_0.67.1+ds0ubuntu1-0ubuntu1.dsc 5.5 KiB de658b22103917566216c5ed2045ccc4b7192f6e3c0dd72f4a9a733b8749b131

View changes file

Binary packages built by this source

cargo: Rust package manager

 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.

cargo-dbgsym: debug symbols for cargo
cargo-doc: Rust package manager, documentation

 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.
 .
 This package contains the documentation.