cargo 0.37.0-3ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.37.0-3ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic.
  * Embed libgit2 0.27.0 to avoid a dependency on a version which is newer
    than that found in bionic
    - add debian/libgit2
    - add debian/patches/do-not-use-system-libgit2.patch
    - update debian/control
    - update debian/rules
    - update debian/copyright
    - update debian/patches/series
    - update debian/README.source
  * Hack the libgit2-sys build process to link the bundled libgit2
    against the system's libhttp_parser.
    - add debian/patches/use-system-libhttp-parser.patch
    - update debian/patches/series

 -- Michael Hudson-Doyle <email address hidden>  Mon, 19 Aug 2019 07:20:34 +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.37.0.orig-vendor.tar.gz 6.4 MiB 2e5f1b1e642e8e1f57ad98873c573f0b18691e872f2131fd6d48dfad083ceed0
cargo_0.37.0.orig.tar.gz 991.1 KiB 377e1090e9ce21206270576193746499a26e8ffbd8b89ccd5f8eb1085ca00e3b
cargo_0.37.0-3ubuntu1~18.04.1.debian.tar.xz 675.6 KiB c0428ea613c2ae5e25140be0a8e757e064ce7cb9b873b3a8a5635e10a0a47c1d
cargo_0.37.0-3ubuntu1~18.04.1.dsc 2.6 KiB 1665a4f98a302705467b05f648b5a2f679a7a65677db378dae9e71d861e637ba

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.