~canonical-foundations/ubuntu/+source/cargo:xenial-0.37

Last commit made on 2019-08-27
Get this branch:
git clone -b xenial-0.37 https://git.launchpad.net/~canonical-foundations/ubuntu/+source/cargo
Members of Canonical Foundations Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
xenial-0.37
Repository:
lp:~canonical-foundations/ubuntu/+source/cargo

Recent commits

0056d4e... by Michael Hudson-Doyle

releasing package cargo version 0.37.0-3ubuntu1~16.04.2

1e84858... by Michael Hudson-Doyle

reconstruct-changelog

3f0c4a1... by Michael Hudson-Doyle

  * Backport fix causing build failures when $HOME was not writable.
    - add debian/patches/0001-Don-t-fail-if-we-can-t-acquire-readonly-lock.patch
    - update debian/patches/series

ae1632d... by Michael Hudson-Doyle

releasing package cargo version 0.37.0-3ubuntu1~16.04.1

a597207... by Michael Hudson-Doyle

reconstruct-changelog

d55d2e6... by Michael Hudson-Doyle

  * Do not use the http2 feature of the curl crate, and warn rather than fail
    on errors caused by a too-old curl.
    - add debian/patches/ignore-libcurl-errors.patch
    - update debian/patches/series

028f31d... by Michael Hudson-Doyle

  * 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

5e3245c... by Michael Hudson-Doyle

  * 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

d302bb5... by Michael Hudson-Doyle

  * 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

1e66ec7... by Michael Hudson-Doyle

  * Backport to Xenial.