On Fri, Nov 07, 2025 at 02:12:16PM +0000, Holger Levsen wrote: > control: tags -1 + help newcomer > thanks > > On Fri, Nov 07, 2025 at 02:52:00PM +0100, Emanuele Rocca wrote: > > If the package name passed to getbuildlog includes a + sign, the program > > silently does nothing. For example: > [...] > > With package names that don't include a + sign it works fine instead: > > thanks for filing this bug report! A patch fixing it would be much > appreciated. There's absolutly no need not to provide one just because > you are no newcomer! ;) Still tagging accordingly cause I suspect the > patch should be fairly simple.
This is basically a duplicate of #651286 and #681779. The passed arguments are all regexs, and you need to escape special chars like +. To improve on this, I asked buildd.d.o to provide an API, see #1116273. Chris

