~patreosek/ubuntu/+source/cargo:focal-0.44

Last commit made on 2020-06-24
Get this branch:
git clone -b focal-0.44 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:
focal-0.44
Repository:
lp:~patreosek/ubuntu/+source/cargo

Recent commits

4a379c0... by Michael Hudson-Doyle

releasing package cargo version 0.44.1-0ubuntu1~20.04.1

4023aad... by Michael Hudson-Doyle

reconstruct-changelog

cefad1e... by Michael Hudson-Doyle

  * Backport to Focal. (LP: #1876942)

d4ed6aa... by Michael Hudson-Doyle

releasing package cargo version 0.44.1-0ubuntu1

fbb25fc... by Michael Hudson-Doyle

reconstruct-changelog

dea2946... by Michael Hudson-Doyle

  * Embed libgit2 1.0.0 which is not yet in Debian or Ubuntu.
    - add debian/libgit2
    - 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

3314782... by Michael Hudson-Doyle

Refresh patches.

0c888e9... by Michael Hudson-Doyle

changelog for new version

8b53078... by Michael Hudson-Doyle

Update upstream source from 'cargo_0.44.1.orig.tar.gzcargo_0.44.1.orig-vendor.tar.gz'

06a7436... by Michael Hudson-Doyle

debian-cargo-vendor: use "cargo lock list" to parse Cargo.lock

At some point, cargo vendor has changed to generate V2 Cargo.lock files,
which don't work with the "parsing" debian-cargo-vendor does to find
which vendored packages are no longer needed. Switch to using "cargo
lock list" to extract the sets of packages before and after the pruning.