cargo 0.18.0-0ubuntu0.14.04.1 source package in Ubuntu

Changelog

cargo (0.18.0-0ubuntu0.14.04.1) trusty; urgency=medium

  * Update to 0.18.0

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

cargo (0.17.0-0ubuntu1~14.04.2) trusty; urgency=medium

  * Backport 0.17.0 to xenial

  * Build-Depend on libssl-dev rather than libssl1.0-dev
  * Relax debhelper and dpkg-dev requirements
  * Use binutils-2.26
    - update debian/control
    - update debian/rules to export the binutils location in PATH, and drop
      the --local-rust-root option because it causes the configure script to
      prefix PATH with /usr/bin again
    - add debian/patches/dont-override-path.patch to stop prefixing PATH
      with /usr/bin when running make

 -- Chris Coulson <email address hidden>  Thu, 27 Jul 2017 19:11:37 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Trusty
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.18.0.orig-vendor.tar.gz 4.7 MiB 9b95e740ea39132465142c2efff34afa7877d4dd625a64c276a97bc02948c616
cargo_0.18.0.orig.tar.gz 631.0 KiB 19b5c142c194fc2f940d93b4679850980ed077db0ff7c558122c7ef865e24983
cargo_0.18.0-0ubuntu0.14.04.1.debian.tar.xz 15.2 KiB 5dc5d5900bc0749eb09d8dd44a6e95d3a7e7ea59ed62b7bfd94e88bdd2e9fc33
cargo_0.18.0-0ubuntu0.14.04.1.dsc 2.2 KiB dd5e8c418778d75de3833eb19a4c781e4580a9ba91cc39ee335c15b17aae8b8c

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.