Control: tags -1 confirmed On 17/11/2018 18:43, Mattia Rizzolo wrote: > On Sat, Nov 17, 2018 at 12:05:33PM +0100, Emilio Pozuelo Monfort wrote: >>> affects: .build-depends ~ /python3-dev/ | .build-depends ~ /python3-dbg/ >>> good: .depends ~ /python3 \(<< 3\.8\)/ | .depends ~ /(lib)?python3\.7/ | >>> .depends ~ /python3-dbg \(<< 3\.8\)/ | .depends ~ /(lib)?python3\.7-dbg/ >>> bad: .depends ~ /python3 \(<< 3\.7\)/ | (.depends ~ /(lib)?python3\.6/ & >>> !.depends ~ /(lib)?python3\.7/) | .breaks ~ /python \(>= 3\.7\)/ | .depends >>> ~ /python3-dbg \(<< 3\.7\)/ | .breaks ~ /python3-dbg \(>= 3\.7\)/ >> >> >> I have reused the previous python3.6-default tracker instead. >> Shout if more of those are needed. > > this being the default change means the -all- ones shouldn't be bothered > in theory_, but well, that one you used should also be good enough.
Hmm, yeah, there seems to be too many noise in there. Should I remove the -all- ones from is_affected? >> Let's wait a bit for the buildds to catch up with boost et al, then >> I'll ack this. Some arches are having a little trouble catching up, but let's go ahead with this and I'll slowly schedule the binNMUs. Cheers, Emilio

