~enr0n/ubuntu/+source/cargo/+git/cargo-1:xenial-0.31

Last commit made on 2018-11-13
Get this branch:
git clone -b xenial-0.31 https://git.launchpad.net/~enr0n/ubuntu/+source/cargo/+git/cargo-1
Only Nick Rosbrook can upload to this branch. If you are Nick Rosbrook please log in for upload directions.

Branch merges

Branch information

Name:
xenial-0.31
Repository:
lp:~enr0n/ubuntu/+source/cargo/+git/cargo-1

Recent commits

98525cc... by Michael Hudson-Doyle

reconstruct-changelog

3645d32... 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

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

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

3d25c2f... by Michael Hudson-Doyle

  * Backport 0.31.0 to xenial

2c23fe1... by Michael Hudson-Doyle

reconstruct-changelog

0ac95fe... by Michael Hudson-Doyle

merge-changelogs

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

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

e2f7e76... by Michael Hudson-Doyle

    - Ignore test failures on s390x. There's no Debian build yet on this
      arch and there's nothing in the archive that requires cargo on s390x at
      this time
      - update debian/rules