cargo 0.60.0ubuntu1-0ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.60.0ubuntu1-0ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic (LP: #1968345)
    - Relax debhelper requirements

 -- Simon Chopin <email address hidden>  Wed, 08 Jun 2022 11:13:31 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
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-0ubuntu1~18.04.1.debian.tar.xz 35.3 KiB c77076bbfff0328aa333a084cc074f7ac86070312936519ffc951d5404392b25
cargo_0.60.0ubuntu1-0ubuntu1~18.04.1.dsc 2.5 KiB 1b327275154c1a3d0789f05105ddb5010c9a81b58c86e7d01647c0624b19d8cc

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.