Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: transition

It would be good if we could eliminate wxwidgets3.0 from the archive for
bullseye - the last upstream release (3.0.5.1) was over 2 years ago, and
there's very little upstream interest in bugs in it now.

Manually tracking packages is somewhat error prone, and in particular 
misses people adding new dependencies on wx3.0, so I'd like to make use 
of the transition tracker to automatically track which packages still 
need attention.

This transition probably doesn't need allocating a "slot" to happen at
this point, since packages can mostly be updated to use wxwidgets3.2
independently of one another.

Ben file:

title = "wxwidgets3.2";
is_affected = .build-depends ~ 
/libwx(gtk(-media|-webview)?)3\.2-dev|wx3\.2-(headers|i18n)/ | .build-depends ~ 
/libwx(base|gtk(-media|-webview)?)3\.0(-gtk3)?-dev|wx3\.0-(headers|i18n)/;
is_good = .build-depends ~ 
/libwx(gtk(-media|-webview)?)3\.2-dev|wx3\.2-(headers|i18n)/;
is_bad = .build-depends ~ 
/libwx(base|gtk(-media|-webview)?)3\.0(-gtk3)?-dev|wx3\.0-(headers|i18n)/;

Thanks,
Scott

Reply via email to