cargo 0.62.0ubuntu0libgit2-0ubuntu0.18.04.1 source package in Ubuntu

Changelog

cargo (0.62.0ubuntu0libgit2-0ubuntu0.18.04.1) bionic; urgency=medium

  * Backport to Bionic (LP: #1986648)
    - Relax debhelper requirements
  * Re-enable libgit2 vendoring
    - d/control: remove libgit2-dev and libhttp-parser-dev from B-D

 -- Simon Chopin <email address hidden>  Mon, 19 Sep 2022 14:36:42 +0200

Upload details

Uploaded by:
Simon Chopin
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.62.0ubuntu0libgit2.orig-vendor.tar.gz 12.3 MiB 4fab57a1b429fa0bb8b3b4eed931c595fbbf135164e69bd02c60f06e95ff0326
cargo_0.62.0ubuntu0libgit2.orig.tar.xz 1.2 MiB 5d591448a812a764cfa0e0c8f6c3f0f07cec10d6ebaa4bc15bdbcb35b753544c
cargo_0.62.0ubuntu0libgit2-0ubuntu0.18.04.1.debian.tar.xz 37.7 KiB 96e284d8c7b9fe463ca243ef76cb8afae0396c59af4e6ea0e019b6273b10e70b
cargo_0.62.0ubuntu0libgit2-0ubuntu0.18.04.1.dsc 2.6 KiB 909701fb246494e8b8cf5ba2ce62ce6748a2b86fca9fe647968b46d45ba4f423

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.