cargo 0.60.0ubuntu1-0ubuntu3 source package in Ubuntu

Changelog

cargo (0.60.0ubuntu1-0ubuntu3) kinetic; urgency=medium

  Cherry-picked from Debian 0.57 branch for autopkgtests:
  * Add an autopkgtest for cargo to build itself
  * Disable cross-build tests in autopkgtests

 -- Simon Chopin <email address hidden>  Wed, 22 Jun 2022 09:32:05 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Kinetic
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.60.0ubuntu1.orig-vendor.tar.gz 8.2 MiB bf8542063e3299c0434ac08e84ae750173da0889de92d7eee7a4267fad4dbc32
cargo_0.60.0ubuntu1.orig.tar.xz 1.1 MiB 915c24e72b8d7c3b0f850d6e2b75ef81762e3a3fd9c105a5d9d9cf55cdd62095
cargo_0.60.0ubuntu1-0ubuntu3.debian.tar.xz 35.6 KiB 8eebc50a68cd3a5854ac6eed4a6272e996ebbbb2571ad22fa87b448d0366ae1a
cargo_0.60.0ubuntu1-0ubuntu3.dsc 2.5 KiB 7bde7d90d51a99a832ab3a1e7a1dd282cc7edc944101420fdfa9dd825bf09217

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.