On Tue, 03 Mar 2020 at 08:47:56 +0000, Simon McVittie wrote: > From codesearch.debian.net, similar fixes might be needed in > [some packages]
Sorry, I was misreading the commit. This bug is about a property with a space in it, which was never considered to be valid (but was accepted anyway, until recently). The packages I listed use property names with underscores, which are allowed and canonicalized to "-". Performance will be slightly better if they are fixed, but underscores are documented to be OK. smcv