cargo 0.26.0-0ubuntu2 source package in Ubuntu

Changelog

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

  * Fix missing quotes in debian/rules, which resulted in all test failures
    being ignored
  * Update a test to not clone the real index, as this doesn't work in
    Launchpad builds
    - add debian/patches/use-local-index-in-tests.patch
    - update debian/patches/series

 -- Chris Coulson <email address hidden>  Tue, 24 Apr 2018 15:38:39 +0100

Upload details

Uploaded by:
Chris Coulson
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.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-0ubuntu2.debian.tar.xz 23.1 KiB 4d716515d9fa5c7e51085c16d730424c0c8169ef28384fb863555ebfbbf7b7b2
cargo_0.26.0-0ubuntu2.dsc 2.4 KiB 251694317910571e3fb6585f51d688d12cb6409bfa37074e05b7047dd3cd9fab

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.