On Thu, 1 Jun 2017 23:18:22 +0200 Jonas Stein wrote: > A space separated list of the corresponding debian packages should be > written in the field > Why space separated? Its already legal to specify the field multiple times, and it should work better that way for consistency with things that can already parse XML. That way there's no need to put an additional parser inside our XML extraction. libfoo libfoo-debug No? It also means general purpose XML formatting tools can keep it tidy, _and_ sorted, without having to reinvent new tools.