cargo 0.31.0-3ubuntu1~14.04.1 source package in Ubuntu

Changelog

cargo (0.31.0-3ubuntu1~14.04.1) trusty; urgency=medium

  * Backport 0.31.0 to trusty
  * Embed libgit2 0.27.0 to avoid a dependency on a version which is newer
    than that found in bionic
    - add debian/libgit2
    - add debian/patches/do-not-use-system-libgit2.patch
    - update debian/control
    - update debian/rules
    - update debian/copyright
    - update debian/patches/series
    - update debian/README.source
  * Hack the libgit2-sys build process to link the bundled libgit2
    against the system's libhttp_parser.
    - add debian/patches/use-system-libhttp-parser.patch
    - update debian/patches/series
  * 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
  * Update cargo wrapper to be compatible with the version of Python 3 found
    in trusty.
    - update debian/bin/cargo
  * Don't use the multi-arch pkg-config (by reverting debian patch to
    vendor/pkg-config).
    - add debian/patches/do-not-use-multiarch-pkg-config.patch
    - update debian/patches/series

 -- Michael Hudson-Doyle <email address hidden>  Tue, 13 Nov 2018 22:03:02 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
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.31.0.orig-vendor.tar.gz 5.5 MiB 78d19be7410f942cd5c30a4ad715555a75036ed97c0078130ae51c380b0cfd45
cargo_0.31.0.orig.tar.gz 791.9 KiB 96c4ce9a3db4748680e613e4f3bce7de84329e50b6074a1fa7adb43359ff270e
cargo_0.31.0-3ubuntu1~14.04.1.debian.tar.xz 677.3 KiB 4f689362414f17ffd3eeb1cd3c5906f5227c1cf12bf13dc5f01dd08d0d5594d0
cargo_0.31.0-3ubuntu1~14.04.1.dsc 2.6 KiB 6af408cf82a8ec4b8bea8fd28e2ddb9ed0ecad737961931c2f4cd59e2cf39f82

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.