~enr0n/ubuntu/+source/cargo/+git/cargo-1:bionic-0.40

Last commit made on 2020-01-23
Get this branch:
git clone -b bionic-0.40 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:
bionic-0.40
Repository:
lp:~enr0n/ubuntu/+source/cargo/+git/cargo-1

Recent commits

5ffd487... by Michael Hudson-Doyle

releasing package cargo version 0.40.0-3ubuntu1~18.04.1

8b9fe51... by Michael Hudson-Doyle

reconstruct-changelog

898cf70... by Michael Hudson-Doyle

  * Embed libgit2 0.28.3 to avoid a dependency on a version which is newer
    than that found in disco
    - add debian/libgit2
    - add debian/patches/libgit2-0.28-compat.patch
    - add debian/patches/use-system-libhttp-parser.patch
    - update debian/control
    - update debian/copyright
    - update debiab/patches/series
    - update debian/README.source
    - update debian/rules

db2326e... by Michael Hudson-Doyle

  * Backport to Bionic. (LP: #1856851)

59ae3fb... by Steve Langasek

Import patches-unapplied version 0.40.0-3ubuntu1 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: ec23cc911112dbc90ba9c4653ad168c1bbd23f06

New changelog entries:
  * Merge from Debian unstable. Remaining changes:
    - 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
    - Don't use the bootstrap.py script for bootstrapping as it no longer
      works.
      - remove debian/bootstrap.py
      - update debian/make_orig_multi.sh
    - Disable the large_conflict_cache test on non-x86
      - add debian/patches/disable-large_conflict_cache-test-on-non-x86.patch
      - update debian/patches/series
    - 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
  * Dropped changes, included in Debian:
    - d/patches/0001-Don-t-fail-if-we-can-t-acquire-readonly-lock.patch,
      d/patches/1001_vendor_serde_atomic-compat.patch: remove, applied
      upstream
    - d/patches/2001_more_portable_rustflags.patch: Delete, applied
      upstream.
  * Dropped changes, included upstream:
    - Cherry pick fixes to tests for compatibility with toml 0.5.3.
  * Drop bundled libgit2, as Ubuntu now has 0.28.3 which meets the minimum
    requirements.
  * Bump the versioned build-dependency on libgit2-dev.
  * debian/patches/disable-fetch-tests-on-non-x86.patch: update.

ec23cc9... by Ximin Luo

Import patches-unapplied version 0.40.0-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: e702145ec09af72f9b78da85bef24c3b66e32059

New changelog entries:
  * debian cargo wrapper: drop DEB_CARGO_PACKAGE in favour of the more
    standardised DESTDIR.
  * Experimental riscv64 support.

e702145... by Ximin Luo

Import patches-unapplied version 0.40.0-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: d1c491a3049bf499c77d1ab7f9a72b14373e8d5e

New changelog entries:
  * Restore patch for pkg-config crate to auto-detect Debian cross-compiling.
  * Add patch for backtrace-sys to auto-detect Debian cross-compiling.

d1c491a... by Ximin Luo

Import patches-unapplied version 0.40.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 1d6885bacb1d82253a61013e6b886a40d518fde7

New changelog entries:
  [ Sylvestre Ledru ]
  * Ship the zsh completion (Closes: #941437)
  [ Ximin Luo ]
  * New upstream release.

1d6885b... by Ximin Luo

Import patches-unapplied version 0.37.0-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0ceba81c14cb39dccd216ddb037c831243330b27

New changelog entries:
  * Update 2001_more_portable_rustflags.patch, fixes mips FTBFS

0ceba81... by Ximin Luo

Import patches-unapplied version 0.37.0-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0944ceb24b58c3337e050122f154424d610131b3

New changelog entries:
  * Bump serde vendored crate version up to 1.0.96 to avoid issue when
    compiling with atomics (the default).