cargo 0.52.0-0ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.52.0-0ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic. (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
  * Relax debhelper requirement.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 22 Jul 2021 23:56:56 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
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~18.04.1.debian.tar.xz 759.2 KiB 166f3169c40053cd61611c24793a1cfbad66cb979635545e1acbbacbeeb656bd
cargo_0.52.0-0ubuntu1~18.04.1.dsc 2.7 KiB 9aa698b9e5fd4838808ee6f8285deb3cf25eb964a7a72f67f92873c440878568

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.