cargo 0.19.0-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.19.0-0ubuntu1) artful; urgency=medium

  * Update to 0.19.0

  * Refresh debian/patches/clean-cargo-deps.patch

 -- Chris Coulson <email address hidden>  Wed, 16 Aug 2017 10:09:12 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Artful
Original maintainer:
Rust Maintainers
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.19.0.orig-vendor.tar.gz 4.7 MiB 43f61112823f7a809f9d4029b1c6e820bd26054476ec672da09c49e750dbe654
cargo_0.19.0.orig.tar.gz 636.9 KiB 9ea59d17a7fa81aa4bdefa2bb45a5315219414386753eaf0988cadd465550b40
cargo_0.19.0-0ubuntu1.debian.tar.xz 14.8 KiB afee70685d6c877a500652ea40fac4b494ecb9e141242d6be1a546ffb8b493a0
cargo_0.19.0-0ubuntu1.dsc 2.1 KiB 6554db2418d6b4c43bd8472bd0e1d880653819d801ed15187611991866e7f7a6

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.