~enr0n/ubuntu/+source/cargo/+git/cargo-1:eoan-0.44

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

Recent commits

9a4fbce... by Michael Hudson-Doyle

releasing package cargo version 0.44.1-0ubuntu1~19.10.1

ac1cce6... by Michael Hudson-Doyle

reconstruct-changelog

2826fc4... by Michael Hudson-Doyle

  * Backport to Eoan. (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.