Deprecate ruby_debug package (#9141)

This commit is contained in:
Ed Reel
2024-01-03 02:15:39 -06:00
committed by GitHub
parent 5d3e024d40
commit d6353c91b1

View File

@@ -53,6 +53,7 @@ pkg_update_arr = [
{ pkg_name: 'qtwebglplugin', pkg_rename: 'qt5_webglplugin', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'qtwebsockets', pkg_rename: 'qt5_websockets', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'qtx11extras', pkg_rename: 'qt5_x11extras', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'ruby_debug', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'wget', pkg_rename: 'wget2', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' }
]