cargo 0.57.0+ubuntu-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.57.0+ubuntu-0ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable (LP: #1952104).
  * Drop all Ubuntu delta, but repack vendor tarball from Debian to contain a
    pristine copy of the libgit2-sys crate, including the bundled libgit2
    source.
  * d/patches/2001-Revert-add-bindings-for-git_branch_name_is_valid-715.patch,
    d/patches/2002-Revert-Bump-libgit2-submodule-to-1.2.0-744.patch: Remove.
  * d/control: Drop libgit2-dev and libhttp-parser-dev from Build-Depends.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 16 Dec 2021 10:39:46 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.57.0+ubuntu.orig-vendor.tar.gz 8.4 MiB 66e73cf081e0ae23e521f6efafa6c3a5c869e239cfbe874ae07bc6bf38d4bfd4
cargo_0.57.0+ubuntu.orig.tar.gz 1.5 MiB 83d20a2e63140560562d8861057e531185badbbc514afeaa5ace58dd0fb9f33d
cargo_0.57.0+ubuntu-0ubuntu1.debian.tar.xz 34.6 KiB fa013e3b6d8ed3604f8556b603c5020320a04e08d2b0fd31e67f38661d09dc5d
cargo_0.57.0+ubuntu-0ubuntu1.dsc 2.7 KiB 85cedef9e78d257f105d7cbf8540f3e549ab177ca774ffedeb063053f0891f84

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.