Merge: make the nitcatalog slightly more robust on person variations
authorJean Privat <jean@pryen.org>
Thu, 19 May 2016 14:56:40 +0000 (10:56 -0400)
committerJean Privat <jean@pryen.org>
Thu, 19 May 2016 14:56:40 +0000 (10:56 -0400)
commite9cd67289fccd634b9e6e81c14efcd2fd3a59d73
tree2ac8799976fa87c8a05a67eef65690a095c0ccc3
parentf53e1f1cd08bc0a76757e2d342f8c620b0c0920a
parent507a72e3e176f6b682f0fbda6bd61c525bf9ba13
Merge: make the nitcatalog slightly more robust on person variations

The various person-related fields were parsed verbatim.
So a slight change in spaces was enough to differentiate two persons.
Now the canonical person representation is used.

e.g. `Lucas Bajolet<r4pass@hotmail.com>` vs `Lucas Bajolet <r4pass@hotmail.com>
` is now the same person (hint: the change is the space between the `t` and the `<`).

Note that to present the original information,
 names/emails/url are still distinguished.

`Lucas Bajolet <r4pass@hotmail.com>`, `R4pass <r4pass@hotmail.com>
` and `Lucas Bajolet <lucas.bajolet@hotmail.com>
` are still 3 persons.

Pull-Request: #2103