~canonical-foundations/ubuntu/+source/cargo:bionic

Last commit made on 2018-10-18
Get this branch:
git clone -b bionic https://git.launchpad.net/~canonical-foundations/ubuntu/+source/cargo
Members of Canonical Foundations Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

d7d8611... by Michael Hudson-Doyle

reconstruct-changelog

3a2a0d7... 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

7784f2a... 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

afb6933... by Michael Hudson-Doyle

  * Backport 0.30.0 to bionic

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