From: Vasudev Kamath Date: Sat, 28 Jul 2018 14:45:20 +0000 (+0530) Subject: Drop patch 2008, merged upstream. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e094020a5803465e40123a814a9a61c3c78249ee;p=cargo.git Drop patch 2008, merged upstream. --- diff --git a/debian/patches/2008_support-cross-compile-install.patch b/debian/patches/2008_support-cross-compile-install.patch deleted file mode 100644 index f69bafe20..000000000 --- a/debian/patches/2008_support-cross-compile-install.patch +++ /dev/null @@ -1,18 +0,0 @@ -Bug: https://github.com/rust-lang/cargo/pull/5614 -Author: Ximin Luo -Date: Wed Jun 6 22:30:10 2018 -0700 - - Support cross-compile install - -diff --git a/src/bin/cargo/commands/install.rs b/src/bin/cargo/commands/install.rs -index f0c65515..efac1a94 100644 ---- a/src/bin/commands/install.rs -+++ b/src/bin/commands/install.rs -@@ -32,6 +32,7 @@ pub fn cli() -> App { - "Install only the specified example", - "Install all examples", - ) -+ .arg_target_triple("Build for the target triple") - .arg(opt("root", "Directory to install packages into").value_name("DIR")) - .after_help( - "\ diff --git a/debian/patches/series b/debian/patches/series index be02009d0..cf49af978 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,4 +2,3 @@ 2004_clean-cargo-deps.patch 2001_use-system-libgit2.patch 2002_disable-net-tests.patch -2008_support-cross-compile-install.patch