From: Vasudev Kamath Date: Sat, 28 Jul 2018 14:58:53 +0000 (+0530) Subject: Update patch 2001 for new libgit2-sys version. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8542be1560dc80feac5840640712423dceb43a4f;p=cargo.git Update patch 2001 for new libgit2-sys version. --- diff --git a/debian/patches/2001_use-system-libgit2.patch b/debian/patches/2001_use-system-libgit2.patch index 931d296d4..7ae59ea02 100644 --- a/debian/patches/2001_use-system-libgit2.patch +++ b/debian/patches/2001_use-system-libgit2.patch @@ -3,8 +3,8 @@ Author: Ximin Luo Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/vendor/libgit2-sys-0.7.1/build.rs -+++ b/vendor/libgit2-sys-0.7.1/build.rs +--- a/vendor/libgit2-sys-0.7.6/build.rs ++++ b/vendor/libgit2-sys-0.7.6/build.rs @@ -31,12 +31,11 @@ } let has_pkgconfig = Command::new("pkg-config").output().is_ok();