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

Changelog

cargo (0.62.0ubuntu0libgit2-0ubuntu0.22.04.1) jammy; urgency=medium

  * Backport to Jammy (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:58:00 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
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.22.04.1.debian.tar.xz 37.7 KiB 102b96ae7e0afd9e766e8ad66aa261fbfbc0989106ce21fdd97e2eead7ca4925
cargo_0.62.0ubuntu0libgit2-0ubuntu0.22.04.1.dsc 2.6 KiB 23b49210d5ce9f6f72dc629f609f478da418f99c0fb6448ecd8dd01341d8ef97

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.