mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
debian packaging: generate patches automatically
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.
This commit is contained in:
3
contrib/debian/source/local-options
Normal file
3
contrib/debian/source/local-options
Normal file
@@ -0,0 +1,3 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user