grid: fix distribution_tuple()

 * consider raspbian as a debian
 * never set id

After the change to distro.linux_distribution() in
425f5bb7, raspbian is correctly detected
and id is set, see the execution of both functions on raspbian:

>>> platform.linux_distribution('', '', '', platform._supported_dists, 1)
('debian', '10.11', '')

>>> distro.linux_distribution(full_distribution_name=False)
('raspbian', '10', 'buster')
3 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
failed SlapOS-Master.UnitTest-Master

03:49:09

passed SlapOS.Eggs.UnitTest-Master.Python2

00:23:15

passed SlapOS.Eggs.UnitTest-Master.Python3

00:26:09