cargo 0.44.1-0ubuntu1~16.04.1 source package in Ubuntu

Changelog

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

  * Backport to Xenial. (LP: #1876942)
  * 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
  * Relax debhelper requirement.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 25 Jun 2020 07:53:21 +1200

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.44.1.orig-vendor.tar.gz 5.9 MiB dfb427fdce5d4dad05210686afc76098add8334fc4b248e373d02bee893bcd73
cargo_0.44.1.orig.tar.gz 1.1 MiB 65b9c2f51dc2c31acf91f1e222a7dd75a8cf3d287d2142755159b681156d263c
cargo_0.44.1-0ubuntu1~16.04.1.debian.tar.xz 736.8 KiB 97a044901592b60c65e2de8b0a83676365b00e01f1eb1241dedadaca8b3afb06
cargo_0.44.1-0ubuntu1~16.04.1.dsc 2.7 KiB f5b22a8bcf56ffcada40943a20deb4b9cc7f05e8fc094b33c7192986e01a8a20

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.