~enr0n/ubuntu/+source/cargo/+git/cargo-1:merge-0.33

Last commit made on 2019-03-14
Get this branch:
git clone -b merge-0.33 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:
merge-0.33
Repository:
lp:~enr0n/ubuntu/+source/cargo/+git/cargo-1

Recent commits

db96f89... by Michael Hudson-Doyle

releasing package cargo version 0.33.0-1ubuntu2

f36f463... by Michael Hudson-Doyle

reconstruct-changelog

bb94d42... by Michael Hudson-Doyle

  * Fix a rounding issue in vendor/typenum.
    - add debian/patches/typenum-rounding.patch
    - update debian/patches/series

53d5d35... by Michael Hudson-Doyle

releasing package cargo version 0.33.0-1ubuntu1

03b3a2e... by Michael Hudson-Doyle

update-maintainer

e3c7853... by Michael Hudson-Doyle

reconstruct-changelog

ec68730... by Michael Hudson-Doyle

merge-changelogs

6edad61... by Michael Hudson-Doyle

  * Dropped change:
    - 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

9733a78... 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

292e87d... 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