Thanks for the prompt reply, Vagrant! May be, I chose wrong wordings and mislead you a bit.
It happened so, that I applied patches one by one and observed following info: ``` # quilt push Applying patch debian/patches/arndale/board-spl-rule.diff patching file Makefile Hunk #1 succeeded at 2056 (offset -52 lines). ``` or ``` Applying patch debian/patches/rockchip/rockchip-inno-usb.patch patching file drivers/phy/rockchip/phy-rockchip-inno-usb2.c Hunk #1 succeeded at 64 (offset 2 lines). Hunk #2 succeeded at 108 (offset 14 lines). Hunk #3 succeeded at 126 (offset 14 lines). Hunk #4 succeeded at 142 (offset 14 lines). Hunk #5 succeeded at 168 (offset 14 lines). Hunk #6 succeeded at 312 (offset 82 lines). ``` So, I decided to issue `quilt refresh` for each patch, that has such reports. I'm not a seasoned Debian maintainer, so sorry for the noise if those actions are unneeded. :) I understand that patches still apply well, but they are already "not perfectly in place". So, it appears, the policy is to wait till they are not applicable with `--fuzz=0`. Understood. Thank you for the clarification! Andrey ----- Original Message ----- From: "Vagrant Cascadian" <vagr...@debian.org> To: "Андрей Лухнов" <loukh...@lotes-tm.ru>, 1061...@bugs.debian.org Sent: Monday, January 22, 2024 10:32:40 PM Subject: Re: Bug#1061298: u-boot: refresh patches On 2024-01-22, Лухнов Андрей Олегович wrote: > I've quilt-refreshed patches in u-boot 2024.01+dfsg-1 to apply them > without fuzzyness. > > Please find, ahem, a patch for that attached. :) (I'm not sure, if it > is a correct method to propose a fix, though, or you could just run > quilt refresh yourself) Since the patches apply with "quilt push --fuzz=0 -a" I do not think this is currently needed. Is there something I am missing? live well, vagrant