cargo 0.42.0-0ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.42.0-0ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic. (LP: #1856851)
  * Embed libgit2 0.28.3 to avoid a dependency on a version which is newer
    than that found in disco
    - add debian/libgit2
    - add debian/patches/libgit2-0.28-compat.patch
    - add debian/patches/use-system-libhttp-parser.patch
    - update debian/control
    - update debian/copyright
    - update debiab/patches/series
    - update debian/README.source
    - update debian/rules

 -- Michael Hudson-Doyle <email address hidden>  Tue, 03 Mar 2020 11:27:48 +0100

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
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.42.0.orig-vendor.tar.gz 11.1 MiB 46156692d46ab5676bc70383751ce8665f60482c4a34898d1c2dd2fc34e41d91
cargo_0.42.0.orig.tar.gz 1.1 MiB 22e60eca84d0f146ef45534e592b1c829a0cdf23452c2a23d2cde40d6c793b8a
cargo_0.42.0-0ubuntu1~18.04.1.debian.tar.xz 708.1 KiB 818498d909a84fa7e1e9d82fbd73b8b65a7967088e42794b86d885d500481d6c
cargo_0.42.0-0ubuntu1~18.04.1.dsc 2.7 KiB c6d82e65ca8916328b8989c349785c204b55c001f8fb1b1ce3429767c237319c

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.