Refresh patch 1001, 2002 and 2004 with new upstream.
authorVasudev Kamath <vasudev@copyninja.info>
Thu, 26 Oct 2017 16:43:18 +0000 (22:13 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Thu, 26 Oct 2017 16:43:18 +0000 (22:13 +0530)
debian/patches/1001_fix_spelling_errors.patch
debian/patches/2002_disable-net-tests.patch
debian/patches/2004_clean-cargo-deps.patch

index 6617e36b9f6e220ff33b31b876b47b8b7976c870..0f8c4727bd7555bcd1d36f603387444fda9ab254 100644 (file)
@@ -6,7 +6,7 @@ Last-Update: 2017-09-23
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/bin/search.rs
 +++ b/src/bin/search.rs
-@@ -26,7 +26,7 @@
+@@ -28,7 +28,7 @@
  Options:
      -h, --help               Print this message
      --index INDEX            Registry index to search in
@@ -17,7 +17,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      --color WHEN             Coloring: auto, always, never
 --- a/src/cargo/util/toml/mod.rs
 +++ b/src/cargo/util/toml/mod.rs
-@@ -676,19 +676,19 @@
+@@ -693,19 +693,19 @@
              bail!("virtual manifests do not define [package]");
          }
          if me.lib.is_some() {
index a2a0497f0407ad912be895ad5b565f30cb7edf9b..d08ff793a88b946e163b4f68f665bd1b96e00eae 100644 (file)
@@ -54,7 +54,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
          .file("Cargo.toml", r#"
 --- a/tests/test.rs
 +++ b/tests/test.rs
-@@ -2194,7 +2194,7 @@
+@@ -2205,7 +2205,7 @@
                  execs().with_status(0));
  }
  
index 9afe8fbbdc4503ee482ffc4bfddc06717202d5f3..cb3c8a183e09adb04c749b99256a23465fa2e7ba 100644 (file)
@@ -11,9 +11,9 @@ Forwarded: not-needed
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -51,12 +51,12 @@
- [target.'cfg(unix)'.dependencies]
- openssl = "0.9"
+@@ -58,12 +58,12 @@
+ [target.'cfg(target_os = "macos")'.dependencies]
+ core-foundation = { version = "0.4.4", features = ["mac_os_10_7_support"] }
  
 -[target.'cfg(windows)'.dependencies]
 -advapi32-sys = "0.2"