From 054c8b651916f0f0e06ee28a5be320f63d364eb0 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Tue, 9 Jan 2018 20:58:31 +0530 Subject: [PATCH] Drop url specific hunk from 1002 its merged upstream. --- debian/patches/1002_fix_typo_cargo_search.patch | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/patches/1002_fix_typo_cargo_search.patch b/debian/patches/1002_fix_typo_cargo_search.patch index 62901e8cc..5ed4d4d18 100644 --- a/debian/patches/1002_fix_typo_cargo_search.patch +++ b/debian/patches/1002_fix_typo_cargo_search.patch @@ -6,7 +6,7 @@ Last-Update: 2017-10-29 --- a/src/bin/search.rs +++ b/src/bin/search.rs -@@ -62,7 +62,7 @@ +@@ -69,7 +69,7 @@ let msg = "The flag '--host' is no longer valid. Previous versions of Cargo accepted this flag, but it is being @@ -35,14 +35,3 @@ Last-Update: 2017-10-29 wants the location of the index in which to search. Please use '--index' instead. ---- a/vendor/url-1.5.1/src/parser.rs -+++ b/vendor/url-1.5.1/src/parser.rs -@@ -683,7 +683,7 @@ - self.syntax_violation("unencoded @ sign in username or password") - } else { - self.syntax_violation( -- "embedding authentification information (username or password) \ -+ "embedding authentication information (username or password) \ - in an URL is not recommended") - } - last_at = Some((char_count, remaining.clone())) -- 2.30.2