Csillag Tamas <csta...@digitus.itk.ppke.hu> writes: > I started working on a patch last night, but did not finished it yet. > (I will be AFK today and back in the afternoon.)
> A question however: 'field Files-Excluded containing a space separated > list of globs' this is from your original spec in #685787. It should be > space AND newline separated, right? (or is a newer spec available?) Yes, I think that's how you should interpret it. Actually, what I'd do is unfold the contents first, and then parse it. That's more consistent with the way that fields in Debian control files are specified. (In other words, I think this field is a whitespace-separated list per the definition in copyright-format 1.0, but it's sort of akin to a folded field in Debian Policy. Unfortunately, not exactly, since whitespace *is* significant if it's escaped.) That means that my suggestion is slightly wrong, and the places where it has [ ] for a space should actually be \s for any whitespace. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org