From: Vasudev Kamath Date: Sun, 15 Apr 2018 15:43:05 +0000 (+0530) Subject: Drop patch 1002, merged upstream X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bfe8aab34363c62ea82a28da2067b01e784e40df;p=cargo.git Drop patch 1002, merged upstream --- diff --git a/debian/patches/1002_fix_typo_cargo_search.patch b/debian/patches/1002_fix_typo_cargo_search.patch deleted file mode 100644 index 5ed4d4d18..000000000 --- a/debian/patches/1002_fix_typo_cargo_search.patch +++ /dev/null @@ -1,37 +0,0 @@ -Description: Fix typo in cargo search subcommand. - Since the search subcommand where typo happened is - also used in test fix the typo in test also. -Author: Vasudev Kamath -Last-Update: 2017-10-29 - ---- a/src/bin/search.rs -+++ b/src/bin/search.rs -@@ -69,7 +69,7 @@ - let msg = "The flag '--host' is no longer valid. - - Previous versions of Cargo accepted this flag, but it is being --depricated. The flag is being renamed to 'index', as the flag -+deprecated. The flag is being renamed to 'index', as the flag - wants the location of the index in which to search. Please - use '--index' instead. - ---- a/tests/search.rs -+++ b/tests/search.rs -@@ -140,7 +140,7 @@ - [WARNING] The flag '--host' is no longer valid. - - Previous versions of Cargo accepted this flag, but it is being --depricated. The flag is being renamed to 'index', as the flag -+deprecated. The flag is being renamed to 'index', as the flag - wants the location of the index in which to search. Please - use '--index' instead. - -@@ -207,7 +207,7 @@ - [WARNING] The flag '--host' is no longer valid. - - Previous versions of Cargo accepted this flag, but it is being --depricated. The flag is being renamed to 'index', as the flag -+deprecated. The flag is being renamed to 'index', as the flag - wants the location of the index in which to search. Please - use '--index' instead. -