cargo 0.37.0-3ubuntu1~16.04.2 source package in Ubuntu

Changelog

cargo (0.37.0-3ubuntu1~16.04.2) xenial; urgency=medium

  * Cherry-pick upstream commit to fix build failures when using cargo in
    sbuild (LP: #1841191, LP: #1850651)
    - add debian/patches/dont-fail-to-acquire-readonly-lock.patch

 -- Olivier Tilloy <email address hidden>  Tue, 03 Dec 2019 07:09:51 +0100

Upload details

Uploaded by:
Olivier Tilloy
Sponsored by:
Sebastien Bacher
Uploaded to:
Xenial
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.37.0.orig-vendor.tar.gz 6.4 MiB 2e5f1b1e642e8e1f57ad98873c573f0b18691e872f2131fd6d48dfad083ceed0
cargo_0.37.0.orig.tar.gz 991.1 KiB 377e1090e9ce21206270576193746499a26e8ffbd8b89ccd5f8eb1085ca00e3b
cargo_0.37.0-3ubuntu1~16.04.2.debian.tar.xz 683.1 KiB e09050610f4b36e41b8ce57d7d4abefdf6446d979c378ec484515adb8993b689
cargo_0.37.0-3ubuntu1~16.04.2.dsc 2.0 KiB 6e631b71900a15ba08248c3e5dbfb75837682f09386fa92e37bceed9735937be

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 package cargo

 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-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.