~patreosek/ubuntu/+source/cargo:xenial-0.38

Last commit made on 2019-10-25
Get this branch:
git clone -b xenial-0.38 https://git.launchpad.net/~patreosek/ubuntu/+source/cargo
Only Patrik Coch can upload to this branch. If you are Patrik Coch please log in for upload directions.

Branch merges

Branch information

Name:
xenial-0.38
Repository:
lp:~patreosek/ubuntu/+source/cargo

Recent commits

2c86350... by Michael Hudson-Doyle

releasing package cargo version 0.38.0-0ubuntu1~16.04.1

e5b963e... by Michael Hudson-Doyle

reconstruct-changelog

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

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

4eddfbe... by Michael Hudson-Doyle

  * Backport to Xenial.

c41d81a... by Michael Hudson-Doyle

releasing package cargo version 0.38.0-0ubuntu1

5759c91... by Michael Hudson-Doyle

reconstruct-changelog

63f7dd3... by Michael Hudson-Doyle

  * Cherry pick fixes to tests for compatibility with toml 0.5.3.

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

9f4a602... by Michael Hudson-Doyle

  * Embed libgit2 at the commit bundled by libgit2 0.8.2 (e3adc99), as
    it depends on a newer version than that found in Ubuntu today, with
    some binary test-only files removed.
    - add debian/libgit2
    - update debian/control
    - update debian/copyright
    - update debian/rules
    - update debian/README.source