Re: [PATCH v2] kbuild: deb-pkg improve maintainer address generation

2018-05-09 Thread Uwe Kleine-König
Hello, On Mon, May 07, 2018 at 10:11:34AM +0300, riku.voi...@linaro.org wrote: > From: Riku Voipio > > There is multiple issues with the genaration of maintainer string > > It uses DEBEMAIL and EMAIL enviroment variables, which may contain angle > brackets, > creating invalid maintainer string

Re: [PATCH v2] kbuild: deb-pkg improve maintainer address generation

2018-05-08 Thread Masahiro Yamada
2018-05-08 20:56 GMT+09:00 Riku Voipio : > On 7 May 2018 at 16:35, Masahiro Yamada wrote: >> Hi Riku, >> >> 2018-05-07 16:11 GMT+09:00 : >>> From: Riku Voipio >>> >>> There is multiple issues with the genaration of maintainer string >>> >>> It uses DEBEMAIL and EMAIL enviroment variables, which

Re: [PATCH v2] kbuild: deb-pkg improve maintainer address generation

2018-05-08 Thread Riku Voipio
On 7 May 2018 at 16:35, Masahiro Yamada wrote: > Hi Riku, > > 2018-05-07 16:11 GMT+09:00 : >> From: Riku Voipio >> >> There is multiple issues with the genaration of maintainer string >> >> It uses DEBEMAIL and EMAIL enviroment variables, which may contain angle >> brackets, >> creating invalid

Re: [PATCH v2] kbuild: deb-pkg improve maintainer address generation

2018-05-07 Thread Masahiro Yamada
Hi Riku, 2018-05-07 16:11 GMT+09:00 : > From: Riku Voipio > > There is multiple issues with the genaration of maintainer string > > It uses DEBEMAIL and EMAIL enviroment variables, which may contain angle > brackets, > creating invalid maintainer strings. The documented KBUILD_BUILD_USER and >

[PATCH v2] kbuild: deb-pkg improve maintainer address generation

2018-05-07 Thread riku . voipio
From: Riku Voipio There is multiple issues with the genaration of maintainer string It uses DEBEMAIL and EMAIL enviroment variables, which may contain angle brackets, creating invalid maintainer strings. The documented KBUILD_BUILD_USER and KBUILD_BUILD_HOST variables are not used. Undocumented