UbuntuUpdates.org

Package "cargo-doc"

Name: cargo-doc

Description:

Rust package manager, documentation

Latest version: 0.32.0-1~exp1ubuntu1~14.04.1
Release: trusty (14.04)
Level: updates
Repository: universe
Head package: cargo
Homepage: https://crates.io/

Links


Download "cargo-doc"


Other versions of "cargo-doc" in Trusty

Repository Area Version
security universe 0.32.0-1~exp1ubuntu1~14.04.1
PPA: Ubuntu Mozilla Security 0.32.0-1~exp1ubuntu1~14.04.1

Changelog

Version: 0.32.0-1~exp1ubuntu1~14.04.1 2019-03-25 13:06:26 UTC

  cargo (0.32.0-1~exp1ubuntu1~14.04.1) trusty; urgency=medium

  * Backport 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
  * Do not use the http2 feature of the curl crate, not supported by libcurl
    in Xenial and older.
  * Do not try to enable the 'waitpipe' feature of curl, not supported by
    libcurl in Trusty.
  * Ignore test failures on arm64, rustdoc fails with an obscure glibc
    error about space for static TLS.
    - update debian/rules

 -- Michael Hudson-Doyle <email address hidden> Tue, 29 Jan 2019 11:05:12 +1300

Source diff to previous version

Version: 0.31.0-3ubuntu1~14.04.1 2018-12-11 23:07:13 UTC

  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

Source diff to previous version

Version: 0.29.0-1ubuntu1~14.04.1 2018-10-24 16:07:08 UTC

  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

Source diff to previous version

Version: 0.26.0-0ubuntu2~14.04.1 2018-07-05 16:07:15 UTC

  cargo (0.26.0-0ubuntu2~14.04.1) trusty; urgency=medium

  * Backport 0.26.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> Tue, 24 Apr 2018 16:31:07 +0100

Source diff to previous version

Version: 0.25.0-1ubuntu1~14.04.1 2018-05-11 02:07:55 UTC

  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




About   -   Send Feedback to @ubuntu_updates