cargo 0.26.0-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream release (0.26.0)

  * Refresh patches
    - update debian/patches/2004_clean-cargo-deps.patch
  * Drop patches that are no longer needed or fixed upstream
    - remove debian/patches/2003_local-jquery.patch
    - remove debian/patches/1002_fix_typo_cargo_search.patch
    - remove debian/patches/2005_dont_run_mdbook.patch
    - remove debian/patches/2006_disable_wasm32_tests.patch
    - update debian/patches/series
  * Drop an extra step which is no longer needed when building the
    documentation now
    - update debian/rules
  * Drop the unneeded dependency on libjs-jquery from cargo-doc
    - update debian/control
    - update debian/rules

 -- Chris Coulson <email address hidden>  Fri, 13 Apr 2018 18:52:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
cargo_0.26.0.orig-vendor.tar.gz 5.8 MiB 207cfc0ea3bbcc9881808f8ba9e8ec0424d75af069641c535db9787f6cd7250c
cargo_0.26.0.orig.tar.gz 682.4 KiB 1a4bae6910ca895157a1abe8225eb2b7e9b49ee1ee1e4e72fb81cb8e1446bff9
cargo_0.26.0-0ubuntu1.debian.tar.xz 22.6 KiB 73109daeff531fdf619f7114ec45604f5d356e46405dba67bce7714709803187
cargo_0.26.0-0ubuntu1.dsc 2.4 KiB ac3cb9a456acb3c21dea30cd7aa431eba08ff265da0ab7cb9cbac4a5aa1fc5bf

View changes file

Binary packages built by this source

cargo: No summary available for cargo in ubuntu cosmic.

No description available for cargo in ubuntu cosmic.

cargo-dbgsym: No summary available for cargo-dbgsym in ubuntu cosmic.

No description available for cargo-dbgsym in ubuntu cosmic.

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.