On Fri, Sep 23, 2016 at 08:23:05AM +0200, Julien Cristau wrote:
> This now affects a second source package:
> 
> 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)

I think we are up to 3 now, or possibly a different 2:

> 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
> -----------------+--------------+------+---------
>  chocolate-doom  | 2.2.1-4      | main | contrib
>  chocolate-doom  | 2.2.1-3      | main | contrib
>  nvidia-settings | 367.57-1     | main | contrib
>  linux-wlan-ng   | 0.2.9+dfsg-6 | main | contrib
> (4 rows)

As you can see, we have tried to work around this for chocolate-doom for
bumping the version in sid.

We are 2/10 days into the mandatory migration delay, but PTS still shows "block
request by jcristau", so I'm really not sure what will happen on 23 Dec.


-- 
Jonathan Dowland

Attachment: signature.asc
Description: Digital signature

Reply via email to