jbra...@dismail.de, le lun. 11 août 2025 14:45:32 +0000, a ecrit: > August 11, 2025 at 9:48 AM, "Samuel Thibault" <samuel.thiba...@gnu.org > mailto:samuel.thiba...@gnu.org?to=%22Samuel%20Thibault%22%20%3Csamuel.thibault%40gnu.org%3E > > wrote: > > > > > > > jbra...@dismail.de, mailto:jbra...@dismail.de, le dim. 10 août 2025 > > 21:10:36 -0400, a ecrit: > > > > > > > > +If your `$hurd-src $ git remote -v` says, > > > +`https://salsa.debian.org/hurd-team/hurd.git%60, then you can use quilt > > > +to apply all of the Debian patches with: > > > + > > > + $ quilt push -a > > > > > No, that won't work since quilt will not by default look in > > debian/patches. Better document to use dh_quilt_patch. > > According to the dh_quilt_patch man page: > > dh_quilt_patch simply calls quilt push -a
> after having set the environment variable QUILT_PATCHES to debian/patches. Which is the piece that people will miss if they only call quilt > All patches listed in debian/patches/series are then applied in the current > directory. The command does not fail if the patches have already been applied. > > https://manpages.debian.org/testing/quilt/dh_quilt_patch.1.en.html > > I'm ok with documenting either command. Which one would you prefer? > > I can confirm that quilt push -a works for me. No, it doesn't by default. It does when you have already called dh_quilt_patch, or if you have tuned your environment to also look in debian/patches. Samuel