cargo 0.62.0ubuntu0libgit2-0ubuntu0.20.04.1 source package in Ubuntu

Changelog

cargo (0.62.0ubuntu0libgit2-0ubuntu0.20.04.1) focal; urgency=medium

  * Backport to Focal (LP: #1986648)
  * Re-enable libgit2 vendoring
    - d/control: remove libgit2-dev and libhttp-parser-dev from B-D

 -- Simon Chopin <email address hidden>  Mon, 19 Sep 2022 14:56:25 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Focal
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.62.0ubuntu0libgit2.orig-vendor.tar.gz 12.3 MiB 4fab57a1b429fa0bb8b3b4eed931c595fbbf135164e69bd02c60f06e95ff0326
cargo_0.62.0ubuntu0libgit2.orig.tar.xz 1.2 MiB 5d591448a812a764cfa0e0c8f6c3f0f07cec10d6ebaa4bc15bdbcb35b753544c
cargo_0.62.0ubuntu0libgit2-0ubuntu0.20.04.1.debian.tar.xz 37.7 KiB 54ca701cbddbfc2fc886732540f7eb0c561958d5f074f250d4ebba1c488c9c79
cargo_0.62.0ubuntu0libgit2-0ubuntu0.20.04.1.dsc 2.6 KiB 9898da69222424e3837bc97d43a87aa0929adcce57f7eb7b6d8c595566ac877c

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.