Forwarded: not-needed
Forwarded: not-needed
Gbp-Pq: Name d-disable-cargo-vendor.patch
}
// If we're building from git sources, we need to vendor a complete distribution.
- if builder.rust_info.is_git() {
+ //
+ // Debian: disabling this block because the debian package is also in a git
+ // repository, but cargo-vendor should not be installed or run.
+ if false && builder.rust_info.is_git() {
// Vendor all Cargo dependencies
let mut cmd = Command::new(&builder.initial_cargo);
cmd.arg("vendor").current_dir(&plain_dst_src);