cargo 0.25.0-1ubuntu1~14.04.1 source package in Ubuntu

Changelog

cargo (0.25.0-1ubuntu1~14.04.1) trusty; urgency=medium

  [ Rico Tzschichholz ]
  * Backport 0.25.0 to trusty

  * Embed libgit2 0.25.1 to avoid a dependency on a version which is newer
    than that found in Ubuntu. Do this in debian/ rather than just not
    omitting it from the tarball so that we can share Debian's tarball
    - add debian/libgit2
    - update debian/control
    - update debian/rules
    - update debian/copyright
    - update debian/patches/series
    - update debian/README.source
  * Relax debhelper and dpkg-dev requirements
  * Don't use the multi-arch pkg-config
    - update debian/rules

 -- Chris Coulson <email address hidden>  Mon, 19 Mar 2018 18:32:20 +0000

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Trusty
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.25.0.orig-vendor.tar.gz 5.4 MiB a3f0e4a90f46511be6a1c1eab3752ee39bada8cedb2433a9bc9edce065212e05
cargo_0.25.0.orig.tar.gz 950.8 KiB e826fc9c2c97a46c2da24f71b54dc6acef16e4fa5dc15667d278f9a7e5edbe60
cargo_0.25.0-1ubuntu1~14.04.1.debian.tar.xz 631.4 KiB 704616901b302af1523f136b133768b34eb854ed61914ac88e9b06af96b907cd
cargo_0.25.0-1ubuntu1~14.04.1.dsc 2.4 KiB fdcd569d1ac57f7aa82705fa19bd408e3847873361072cf4ca44c0260ba3625c

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 package cargo

 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-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.