Hi, I am a bit confused by your message.
1.17-4 is in testing and used for Debian web site web page generation now. There is no "+" in https://www.debian.org/doc/manuals/maint-guide/modify.fr.html#quiltrc as I see. When you used text select with mouse with the text displayed by some pager/editor, it might have included "+". Sometimes, they display long overflow lines in this way. Unless you tell me exactly where you get them, I will close this bug soon. Osamu -----Original Message----- From: Philippe SWARTVAGHER <phil.sw...@gmx.fr> Reply-To: Philippe SWARTVAGHER <phil.sw...@gmx.fr>, 1010...@bugs.debian.org To: Debian Bug Tracking System <sub...@bugs.debian.org> Subject: Bug#1010402: debmake-doc: Quilt configuration leads to shell error Date: Sat, 30 Apr 2022 19:32:13 +0200 Package: debmake-doc Version: 1.17-4 Severity: normal Tags: upstream patch Dear Maintainer, I followed the instructions provided in this doc to setup (d)quilt, especially the content of the ~/.quiltrc-dpkg file. But when I used dquilt, the following error appeared: % dquilt new fix-meson-build.patch /home/philippe/.quiltrc-dpkg: ligne 10: + : commande introuvable Le patch fix-meson-build.patch est maintenant au sommet Indeed the + sign in the value of the QUILT_COLORS env var is understood by shells (at least Bash and ZSH) as an external (unknown) command. I provide a patch where the QUILT_COLORS value is not split accross two lines (as it is done in https://www.debian.org/doc/manuals/maint-guide/modify.fr.html#quiltrc). Philippe.