[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#741119: transition: cogl



On 18/03/14 12:07, Julien Cristau wrote:
> On Tue, Mar 18, 2014 at 11:23:53 +0100, Emilio Pozuelo Monfort wrote:
> 
>> On 18/03/14 10:39, Simon McVittie wrote:
>>> On Sat, 08 Mar 2014 at 21:33:59 +0100, Emilio Pozuelo Monfort wrote:
>>>> is_affected = .depends ~ ""/libcogl12|libcogl-pango12|libcogl-gles2-12/"" | .depends ~ ""/libcogl20|libcogl-pango20|libcogl-gles2-20|libcogl-path20/"";
>>>
>>> The transition at <https://release.debian.org/transitions/html/libcogl20.html>
>>> has "Affected: .build-depends ~ /libcogl/" which doesn't seem to match all the
>>> relevant packages. I would expect it to affect all the same packages that
>>> the abandoned <https://release.debian.org/transitions/html/libcogl15.html>
>>> transition does, perhaps by using Emilio's proposed version of is_affected.
>>>
>>> (Lots of the packages that are involved do not explicitly build-depend on
>>> cogl, although in principle perhaps at least some of them should - e.g.
>>> empathy checks for cogl-1.0.pc in its configure.ac, and uses it directly in
>>> a couple of places, so it should make the dependency explicit.)
>>
>> Many packages get a dependency on cogl through clutter (which has cogl in
>> Requires in its pkgconfig file). Some of those use cogl, some others may not. So
>> the affected regex I proposed should indeed work better.
>>
> I changed it to
> is_affected = .build-depends ~ /libcogl/ | .depends ~ /libcogl/;

Seems to be working well now. Thanks!

Emilio


Reply to: