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

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

Recent commits

28e8696... by Michael Hudson-Doyle

releasing package cargo version 0.33.0-1ubuntu1~14.04.1

e43c4dd... by Michael Hudson-Doyle

reconstruct-changelog

52b4c79... by Michael Hudson-Doyle

  * Dropped patch, fixed better upstream:
    - Do not try to enable the 'waitpipe' feature of curl, not supported by
      libcurl in Trusty.

dc6d636... by Michael Hudson-Doyle

  * Ignore test failures on arm64, rustdoc fails with an obscure glibc
    error about space for static TLS.
    - update debian/rules

47e8770... by Michael Hudson-Doyle

  * Don't use the multi-arch pkg-config (by reverting debian patch to
    vendor/pkg-config).
    - add debian/patches/do-not-use-multiarch-pkg-config.patch
    - update debian/patches/series

f7d478b... by Michael Hudson-Doyle

  * Update cargo wrapper to be compatible with the version of Python 3 found
    in trusty.
    - update debian/bin/cargo

ec80bde... by Michael Hudson-Doyle

  * Relax debhelper and dpkg-dev requirements
    - update debian/control

d52800a... by Michael Hudson-Doyle

  * Do not use the http2 feature of the curl crate, and warn rather than fail
    on errors caused by a too-old curl.
    - add debian/patches/ignore-libcurl-errors.patch
    - update debian/patches/series

1b42f06... 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

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