~patreosek/ubuntu/+source/cargo:bionic-0.31

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

Recent commits

90add09... by Michael Hudson-Doyle

reconstruct-changelog

6e47257... 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

14e04ed... 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

7927437... by Michael Hudson-Doyle

  * Backport to Bionic.

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

5d106ea... by Michael Hudson-Doyle

    - Don't use the bootstrap.py script for bootstrapping as it no longer
      works.
      - remove debian/bootstrap.py
      - update debian/make_orig_multi.sh