Bug#840231: src:neovim: FTBFS if name of building user contains a digit

2016-10-09 Thread James McCoy
On Sun, Oct 09, 2016 at 08:38:27PM +0200, Jakob Haufe wrote: > the way debian/rules extracts the UID/GID of the current user fails when the > user name contains a digit: > > sur5r@samsa:~$ id | cut -d' ' -f 1 | egrep -o '[0-9]+' > 2000 > 5 > sur5r@samsa:~$ > > I'd suggest switching to "id -u" and

Bug#840231: src:neovim: FTBFS if name of building user contains a digit

2016-10-09 Thread Jakob Haufe
Package: src:neovim Version: 0.1.5-6 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear Maintainer, the way debian/rules extracts the UID/GID of the current user fails when the user name contains a digit: sur5r@samsa:~$ id | cut -d' ' -f 1 | egrep -o '[0-9]+' 2000 5 sur5r@sam