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. 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. > > > > +This page describes how to > > +[build](file:///home/joshua/prog/gnu/hurd/web.rendered/hurd/building.html) > > +the hurd. > > > This link will be invalid. > > Samuel I've no idea how I managed to miss that! That's my bad!