~patreosek/ubuntu/+source/cargo:trusty-0.32

Last commit made on 2019-01-29
Get this branch:
git clone -b trusty-0.32 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:
trusty-0.32
Repository:
lp:~patreosek/ubuntu/+source/cargo

Recent commits

b3a936e... by Michael Hudson-Doyle

releasing package cargo version 0.32.0-1~exp1ubuntu1~14.04.1

ba859ed... by Michael Hudson-Doyle

reconstruct-changelog

1d43146... by Michael Hudson-Doyle

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

c5deb4c... by Michael Hudson-Doyle

  * Do not try to enable the 'waitpipe' feature of curl, not supported by
    libcurl in Trusty.

6b580d3... by Michael Hudson-Doyle

  * Do not use the http2 feature of the curl crate, not supported by libcurl
    in Xenial and older.

57a716d... 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

46767db... by Michael Hudson-Doyle

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

5848b41... by Michael Hudson-Doyle

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

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

38863fb... 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