cargo 0.22.0-0ubuntu0.16.04.1 source package in Ubuntu

Changelog

cargo (0.22.0-0ubuntu0.16.04.1) xenial; urgency=medium

  * Update to 0.22.0

  * Refresh patches
    - update debian/patches/2004_clean-cargo-deps.patch
  * Drop debian/patches/fix-libc-build-on-s390x.patch - fixed upstream

cargo (0.21.1-1ubuntu1~16.04.1) xenial; urgency=medium

  * Backport 0.21.1 to xenial

 -- Chris Coulson <email address hidden>  Thu, 26 Oct 2017 17:36:31 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Xenial
Original maintainer:
Rust Maintainers
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.22.0.orig-vendor.tar.gz 4.3 MiB 537d230e302b05dbfab188d6b59393688ef075f3dacc0c01d89c8403b4801433
cargo_0.22.0.orig.tar.gz 667.7 KiB 6740e2f8d035a5a5246a12e84a141d37ad4c2b826355aff497e6f1fcfb637aef
cargo_0.22.0-0ubuntu0.16.04.1.debian.tar.xz 634.1 KiB 65b96ff07a77647f37bb8ccc1322021529a56200f65d24e92e34a5bbfd8906cb
cargo_0.22.0-0ubuntu0.16.04.1.dsc 2.3 KiB 518c038fa63e0b24ef8a72ab59f24f1e0c82cdc44b5abb1e5fb25add10627b8e

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.