mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
The vendor tarball drops a new version of .cargo/config into place, which the Debian toolchain does not like (as it is an unexpected modification of the original tarball). Tell dpkg-source to generate a patch automatically, as trying to do it in fish's packaging scripts is brittle.
4 lines
188 B
Plaintext
4 lines
188 B
Plaintext
# The vendor tarball drops a new version of .cargo/config into place. Representing this as a patch
|
|
# in automated workflows is tricky, so for our purposes auto-commit is fine.
|
|
auto-commit
|