Hi Julien, I believe we have fixed this for chocolate-doom. Would you
please remove the block?

On Fri, Sep 23, 2016 at 08:23:05AM +0200, Julien Cristau wrote:
> projectb=> select source.source, source.version, c1.name, c2.name from 
> source, files_archive_map fam1, files_archive_map fam2, component c1, 
> component c2 where source.file = fam1.file_id and source.file = fam2.file_id 
> and fam1.component_id = c1.id and fam2.component_id = c2.id and c1.id < c2.id;
>      source     |   version    | name |  name   
> ----------------+--------------+------+---------
>  linux-wlan-ng  | 0.2.9+dfsg-6 | main | contrib
>  chocolate-doom | 2.2.1-3      | main | contrib
> (2 rows)

projectb=> select source.source, source.version, c1.name, c2.name from source, 
files_archive_map fam1, files_archive_map fam2, component c1, component c2 
where source.file = fam1.file_id and source.file = fam2.file_id and 
fam1.component_id = c1.id and fam2.component_id = c2.id and c1.id < c2.id;
     source      |   version    | name |  name
-----------------+--------------+------+---------
 nvidia-settings | 375.26-1     | main | contrib
 linux-wlan-ng   | 0.2.9+dfsg-6 | main | contrib
 nvidia-settings | 370.28-1     | main | contrib
(3 rows)


Thanks

-- 
Jonathan Dowland

Attachment: signature.asc
Description: Digital signature

Reply via email to