Drop patch 1002, merged upstream
authorVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 15:43:05 +0000 (21:13 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 15:46:04 +0000 (21:16 +0530)
debian/patches/1002_fix_typo_cargo_search.patch [deleted file]

diff --git a/debian/patches/1002_fix_typo_cargo_search.patch b/debian/patches/1002_fix_typo_cargo_search.patch
deleted file mode 100644 (file)
index 5ed4d4d..0000000
+++ /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 <vasudev@copyninja.info>
-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.