cargo 0.52.0-0ubuntu1~20.04.1 source package in Ubuntu

Changelog

cargo (0.52.0-0ubuntu1~20.04.1) focal; urgency=medium

  * Backport to Focal. (LP: #1932145)
  * Embed libgit2 at the revision which is embedded by the libgit2-sys
    crate, version 0.12.21+1.1.0 (which is not exactly libgit2 1.1.0,
    confusingly)
    - add debian/libgit2
    - add debian/patches/use-system-libhttp-parser.patch
    - update debian/control
    - update debian/copyright
    - update debiab/patches/series
    - update debian/README.source
    - update debian/rules

 -- Michael Hudson-Doyle <email address hidden>  Fri, 23 Jul 2021 10:58:32 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
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.52.0.orig-vendor.tar.gz 6.5 MiB 66fd661af6d9398cdcb5efee709041e10f3fd8d3b6f15c8ec397d4cd499d11df
cargo_0.52.0.orig.tar.gz 1.4 MiB 127be796380ddbd979679f97c01e1e61e4b6d91f1a28560995a7a543bc568f21
cargo_0.52.0-0ubuntu1~20.04.1.debian.tar.xz 759.2 KiB 551cafe3b0174b9a8be459585657affab8b28887176fc382639f485046165ce1
cargo_0.52.0-0ubuntu1~20.04.1.dsc 2.7 KiB be6264e980cb955a998ed2060db31dd755b597b338cf93f1ea51bf0a3cc24430

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.