cargo 0.29.0-1ubuntu1~14.04.1 source package in Ubuntu

Changelog

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

  * Backport 0.29.0 to xenial
  * Embed libgit2 0.27.0 to avoid a dependency on a version which is newer
    than that found in bionic
    - add debian/libgit2
    - update debian/control
    - update debian/rules
    - update debian/copyright
    - update debian/patches/series
    - update debian/README.source
  * Drop ssh_key_from_memory from the git2 default features, as that results
    in the libgit2 build depending on a version of libssh2 that is too recent
    - add debian/patches/git2-no-ssh_key_from_memory.patch
    - update debian/patches/series
  * Relax debhelper and dpkg-dev requirements
    - update debian/control
  * Don't use the multi-arch pkg-config
    - update debian/rules

 -- Chris Coulson <email address hidden>  Thu, 16 Aug 2018 08:49:21 +0100

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.29.0.orig-vendor.tar.gz 5.8 MiB 09b6ead3b44e2290697091f8fc80b87c318d07201d07115b50ce255f9aa8e371
cargo_0.29.0.orig.tar.gz 762.5 KiB 9aedb9536ec0b92059ed06b79a72798daf14e3fbcf29fac308ac07d23a9493d3
cargo_0.29.0-1ubuntu1~14.04.1.debian.tar.xz 673.1 KiB 4ad0d593c53e8a54a2a7bf7b1501a3db48b807ca9438a895eee0d9db717310c6
cargo_0.29.0-1ubuntu1~14.04.1.dsc 2.4 KiB 41d5eb45daaa5320a3b8e2d5feb09a94dc488080ce1eea8ccef52fdb1ed421e0

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.