Drop patch 2008, merged upstream.
authorVasudev Kamath <vasudev@copyninja.info>
Sat, 28 Jul 2018 14:45:20 +0000 (20:15 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sat, 28 Jul 2018 14:45:20 +0000 (20:15 +0530)
debian/patches/2008_support-cross-compile-install.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/2008_support-cross-compile-install.patch b/debian/patches/2008_support-cross-compile-install.patch
deleted file mode 100644 (file)
index f69bafe..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Bug: https://github.com/rust-lang/cargo/pull/5614
-Author: Ximin Luo <infinity0@pwned.gg>
-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(
-             "\
index be02009d034abe66393f194ba714c265178b12c5..cf49af978a6027b09f227094cb728753e783ca7f 100644 (file)
@@ -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