diff --git a/lib/fixup.rb b/lib/fixup.rb index 31f7b7f20..4fcbd5e56 100644 --- a/lib/fixup.rb +++ b/lib/fixup.rb @@ -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.' } ]