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

Changelog

cargo (0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.10.1) kinetic; urgency=medium

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

 -- Zixing Liu <email address hidden>  Sat, 25 Feb 2023 18:05:50 -0700

Upload details

Uploaded by:
Zixing Liu
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic updates universe misc
Kinetic 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.10.1.debian.tar.xz 43.8 KiB c4eea6b8a1f8b4a771f48d011bb7e4d16f4356cdc30f8adda06931af4e3f60a3
cargo_0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.10.1.dsc 5.7 KiB fd28704a783c02871fdc6350c9f0583f54404ee5e241d62a27323b6b6bcc5faf

Available diffs

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.