cargo 0.38.0-0ubuntu1~16.04.1 source package in Ubuntu

Changelog

cargo (0.38.0-0ubuntu1~16.04.1) xenial; urgency=medium

  * Backport to Xenial.
  * Drop ssh_key_from_memory from the git2 default features, as that results
    in the libgit2 build depending on a version of libssh2 that is too recent
    - add debian/patches/git2-no-ssh_key_from_memory.patch
    - update debian/patches/series
  * Do not use the http2 feature of the curl crate, and warn rather than fail
    on errors caused by a too-old curl.
    - add debian/patches/ignore-libcurl-errors.patch
    - update debian/patches/series

 -- Michael Hudson-Doyle <email address hidden>  Fri, 25 Oct 2019 22:17:12 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Xenial
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.38.0.orig-vendor.tar.gz 6.6 MiB a2506430b51c67558ae36f23696889c0e0ba8bce2fe871126e87b836f31df49c
cargo_0.38.0.orig.tar.gz 1011.4 KiB c0a81ef51196cde811ff425213bc5fc19c4ef02d6fe32725249103ed5d85db96
cargo_0.38.0-0ubuntu1~16.04.1.debian.tar.xz 1.4 MiB 0aa067abfd1c6a49539e81f59d24bcfbeab74f634f5b3290bc1b505cf5f1d91e
cargo_0.38.0-0ubuntu1~16.04.1.dsc 2.7 KiB 241a9e519d4484476bddf7d447afc14c4e8cc34c73cada5b64e51876621396fd

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.