Your message dated Mon, 8 Aug 2022 18:00:56 +0200 with message-id <[email protected]> and subject line Re: Bug#1016596: dh_installdocs: can't install a filename with a space in it has caused the Debian Bug report #1016596, regarding dh_installdocs: can't install a filename with a space in it to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1016596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016596 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debhelper Version: 13.8 Severity: normal The command dh_installdocs "doc/Subprocess debugging.md" fails with the error message: dh_installdocs: error: Cannot find (any matches for) "doc/Subprocess" (tried in ., debian/tmp) The same happens if I have debian/package.docs containing the line: doc/Subprocess debugging.md Best wishes, Julian
--- End Message ---
--- Begin Message ---Julian Gilbey: > Package: debhelper > Version: 13.8 > Severity: normal > > The command > > dh_installdocs "doc/Subprocess debugging.md" > > fails with the error message: > > dh_installdocs: error: Cannot find (any matches for) "doc/Subprocess" (tried > in ., debian/tmp) > > The same happens if I have debian/package.docs containing the line: > > doc/Subprocess debugging.md > > > Best wishes, > > Julian Hi Julian, That is correct. It is possible via the indirection below. In compat 13, you can use substitution variables[1] via the .docs file would enable you to support this use-case ("doc/Subprocess${Space}debugging.md"), which is the level of support I expect there will ever be for filenames with spaces in debhelper. Closing as already supported (even if awkward) Thanks, ~Niels [1] Be sure *not* to have dh-exec process them as it will process them too early.
--- End Message ---

