File: 01_remove_windows_deps.diff

package info (click to toggle)
rust-reqsign-core 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove Windows-specific dependencies
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: reqsign-core/Cargo.toml
===================================================================
--- reqsign-core.orig/Cargo.toml
+++ reqsign-core/Cargo.toml
@@ -74,10 +74,3 @@ version = "0.10"
 version = "0.10"
 features = ["oid"]
 
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.61.0"
-features = [
-    "Win32_Foundation",
-    "Win32_UI_Shell",
-    "Win32_System_Com",
-]