cargo 0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.04.2 source package in Ubuntu

Changelog

cargo (0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.04.2) jammy; urgency=medium

  * Backport to Jammy (LP: #2005123)
    - d/control: Remove dh-cargo from B-D
  * Re-enable libgit2 vendoring:
    - d/control: Remove libgit2-dev and libhttp-parser-dev from B-D

 -- Zixing Liu <email address hidden>  Wed, 08 Mar 2023 15:12:36 -0700

Upload details

Uploaded by:
Zixing Liu
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
Jammy updates universe misc
Jammy security universe misc

Downloads

File Size SHA-256 Checksum
cargo_0.67.1+ds0ubuntu0.libgit2.orig-vendor.tar.xz 7.2 MiB 741b3c750049c1eb22deef0bee0b08fd0cd6ebd967a5f2e2de4c1d1ae0bbb933
cargo_0.67.1+ds0ubuntu0.libgit2.orig.tar.gz 2.1 MiB deb8605e7306e883fb4470a1ff7ad9a6e7af59b6ddaaf142ed5bd7fb4be9f5e6
cargo_0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.04.2.debian.tar.xz 43.8 KiB d4039aae6ad11a8d2b889ad66dfd4950654c1f77ee33002ae1443ec3699a3c15
cargo_0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.04.2.dsc 5.7 KiB 59cb6e2934f2bee5292cda17df593c5bc3eec5ee933975e0a41439f952630a7b

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-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.