~enr0n/ubuntu/+source/cargo/+git/cargo-1:upload

Last commit made on 2018-10-22
Get this branch:
git clone -b upload 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

Recent commits

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

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

7b20511... by Michael Hudson-Doyle

    - Don't disable generate_lockfile.rs:no_index_update, as this test was
      fixed upstream to not clone the real index
      - update debian/patches/2002_disable-net-tests.patch

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

a668b9b... by Michael Hudson-Doyle

    - Drop the unneeded dependency on libjs-jquery from cargo-doc
      - update debian/control

e9c8fc7... by Michael Hudson-Doyle

    - Bump libgit2 dependency to 0.27.0. This is what is bundled in upstream
      checkouts now, and it no longer builds against 0.25.1.0
      - update debian/control

fe357c2... by Michael Hudson-Doyle

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