cargo 0.32.0-1~exp1ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.32.0-1~exp1ubuntu1~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>  Wed, 23 Jan 2019 15:21:31 +1300

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.32.0.orig-vendor.tar.gz 8.3 MiB be95fe0beb596a114e0ddfcf3385f97bdde0db9028346308672b33654a2e86fc
cargo_0.32.0.orig.tar.gz 813.6 KiB c62e41489179a9b8e1ae0dbed379c278f9de805abba41608a05c069478a739fd
cargo_0.32.0-1~exp1ubuntu1~18.04.1.debian.tar.xz 674.4 KiB 4ef0a89094a09816583c5eb76db8004d0f95adcb2fa1fe1a163dfe6930a096f8
cargo_0.32.0-1~exp1ubuntu1~18.04.1.dsc 2.7 KiB 8b2d063269900895c1c0aa072b06662ac5fbbb2feeb32f0540842b32743fbd5f

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.