Control: tags -1 confirmed Control: forwarded -1 https://release.debian.org/transitions/html/wxwidgets-3.2.html
On 2022-09-08 20:13:00 -0400, Scott Talbert wrote: > Package: release.debian.org > Severity: normal > User: [email protected] > 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)/; The tracker is at https://release.debian.org/transitions/html/wxwidgets-3.2.html. I have changed the is_good and is_bad to check for dependencies of the binary packges as .build-depends are not check for binary packages. Let me know if that misses anything. Cheers -- Sebastian Ramacher

