~patreosek/ubuntu/+source/cargo:xenial

Last commit made on 2018-10-21
Get this branch:
git clone -b xenial 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
Repository:
lp:~patreosek/ubuntu/+source/cargo

Recent commits

8bfa8ad... by Michael Hudson-Doyle

reconstruct-changelog

f6cbf15... by Michael Hudson-Doyle

  * Disable test tool_paths::custom_runner which fails every now and again
    because of a libstd bug (https://github.com/rust-lang/rust/issues/55242)
    - add debian/patches/disable-tool_paths-custom_runner.patch
    - update debian/patches/series

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

53a58fa... 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

98404aa... 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
    - update debian/control
    - update debian/rules
    - update debian/copyright
    - update debian/patches/series
    - update debian/README.source

5d62af6... by Michael Hudson-Doyle

  * Backport 0.30.0 to xenial

7bfb6c9... by Michael Hudson-Doyle

update-maintainer

a3becb4... by Michael Hudson-Doyle

reconstruct-changelog

f9c8e66... by Michael Hudson-Doyle

merge-changelogs

8466907... by Michael Hudson-Doyle

    - Disable fetch tests on non x86/x86-64 architectures, as those hit an
      unreachable!() in test code. Disable the Debian patch that disables these
      tests on every architecture
      - add debian/patches/disable-fetch-tests-on-non-x86.patch
      - update debian/patches/series