From 09d8570922551b6b266d2c4ba5719065ffa29664 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 1 Feb 2026 22:59:05 +0800 Subject: [PATCH] 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. --- contrib/debian/source/local-options | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/debian/source/local-options diff --git a/contrib/debian/source/local-options b/contrib/debian/source/local-options new file mode 100644 index 000000000..e01d8cdac --- /dev/null +++ b/contrib/debian/source/local-options @@ -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