cargo 0.40.0-3ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.40.0-3ubuntu1~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>  Thu, 23 Jan 2020 13:10:56 +1300

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.40.0.orig-vendor.tar.gz 6.0 MiB 090c51d2549363b9b1dccc42bf35f4a2f5d8454e04f28a9033ab3cfe8a65d7e1
cargo_0.40.0.orig.tar.gz 1.0 MiB b0a6808a2eaa9b20ccaeedeb04f583ee34b33d289f4d0076044b9fc2b1f4c59d
cargo_0.40.0-3ubuntu1~18.04.1.debian.tar.xz 715.1 KiB a6b17d5b3516cd320d7e49e31aa4bd0f46bb81fb1590d2e47b4ae40d7a50b6a9
cargo_0.40.0-3ubuntu1~18.04.1.dsc 2.6 KiB 8e14330ca224c5a23bf1142a13d513d4f2bb7502745c14e10ad96aa985eb4c06

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.