d-0021-vendor-remove-windows-dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 6 Sep 2023 19:23:24 +0000 (13:23 -0600)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 20 Jun 2024 11:40:40 +0000 (13:40 +0200)
commita1589ba2f8326793836302b3f64ad72a5a723e02
treebd95a4c9336889ace9de765ab1b0cdc75bbd9fca
parent87b661a9fd55dc98084da3b3858d9f4b568b25ec
d-0021-vendor-remove-windows-dependencies

use something like

 find vendor -iname Cargo.toml -exec grep -H -n -e 'windows-sys' -e 'winapi' -e 'ntapi' -e 'wincon' -e 'winreg' -e 'windows' {} \;

to find dependencies on windows targets in vendored crates. you will likely
need to remove some hunks from this patch after pruning dependencies, since
hopefully a few of the crates patched during early rebasing are eliminated.

windows-bindgen and windows-metadata should not be removed, they are needed for
the build and don't pull in windows-sys and friends.

Forwarded: not-needed

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Topic prune
Gbp-Pq: Name d-0021-vendor-remove-windows-dependencies.patch
49 files changed:
vendor/android-tzdata/Cargo.toml
vendor/ansi_term/Cargo.toml
vendor/anstream-0.5.0/Cargo.toml
vendor/anstream/Cargo.toml
vendor/anstyle-query/Cargo.toml
vendor/backtrace/Cargo.toml
vendor/chrono/Cargo.toml
vendor/colored/Cargo.toml
vendor/console/Cargo.toml
vendor/ctrlc/Cargo.toml
vendor/curl-sys/Cargo.toml
vendor/curl/Cargo.toml
vendor/dirs-sys-0.3.7/Cargo.toml
vendor/dirs-sys-next/Cargo.toml
vendor/errno/Cargo.toml
vendor/fd-lock/Cargo.toml
vendor/filetime/Cargo.toml
vendor/gix-sec/Cargo.toml
vendor/home/Cargo.toml
vendor/iana-time-zone/Cargo.toml
vendor/ignore/Cargo.toml
vendor/is-terminal/Cargo.toml
vendor/libloading/Cargo.toml
vendor/libssh2-sys/Cargo.toml
vendor/mio/Cargo.toml
vendor/native-tls/Cargo.toml
vendor/nu-ansi-term-0.46.0/Cargo.toml
vendor/opener-0.5.2/Cargo.toml
vendor/opener/Cargo.toml
vendor/os_info/Cargo.toml
vendor/parking_lot_core/Cargo.toml
vendor/reqwest/Cargo.toml
vendor/rustix/Cargo.toml
vendor/same-file/Cargo.toml
vendor/snapbox/Cargo.toml
vendor/socket2/Cargo.toml
vendor/stacker/Cargo.toml
vendor/sysinfo-0.29.11/Cargo.toml
vendor/sysinfo/Cargo.toml
vendor/tempfile/Cargo.toml
vendor/term/Cargo.toml
vendor/termcolor/Cargo.toml
vendor/terminal_size/Cargo.toml
vendor/termize/Cargo.toml
vendor/tokio-native-tls/Cargo.toml
vendor/tokio/Cargo.toml
vendor/uuid/Cargo.toml
vendor/walkdir/Cargo.toml
vendor/yansi-term/Cargo.toml