cargo 0.23.0-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.23.0-0ubuntu1) bionic; urgency=medium

  * Update to 0.23.0

  * Refresh patches
    - update debian/patches/2004_clean-cargo-deps.patch
  * Drop patches that are fixed upstream
    - remove debian/patches/1001_fix_spelling_errors.patch
    - update debian/patches/series
  * Don't strip libgit2 from the tarball
    - update debian/vendor-tarball-filter.txt
    - remove debian/libgit2
    - update debian/rules
    - update debian/copyright
  * Don't depend on mdbook when generating the documentation, as nothing in
    the archive provides it and it isn't needed
    - add debian/patches/dont-depend-on-mdbook.patch
    - update debian/patches/series

 -- Chris Coulson <email address hidden>  Thu, 30 Nov 2017 16:22:38 +0000

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Bionic
Original maintainer:
Rust Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.23.0.orig-vendor.tar.gz 5.4 MiB a42898dec4691dd66a34d4b6e1760c6360f5c57a778187296708d8a651765be3
cargo_0.23.0.orig.tar.gz 944.3 KiB f4bbe2a8719dbb8da20842235093f7f70f034d01633189e83f75897d68cd274f
cargo_0.23.0-0ubuntu1.debian.tar.xz 20.4 KiB 974ad20387a76fe774f4dafa4d4037b0d51144d5e6f46cb86e093261384ba73f
cargo_0.23.0-0ubuntu1.dsc 2.3 KiB 2488624cb32c609b099e5c6ac0f371c8a5ff2da58e36f8f73b7183df6214447e

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.