From 79e8308164e5b6d8dfcef05c68e492311552dc31 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 9 Apr 2024 21:16:58 +0100 Subject: [PATCH] Add some more old-style obsoletion upgrade information These packages weren't being noticed before as being "obsolete, but no replacement" due to the way split() can produce a list containing an empty string, rather than an empty list. --- calm/past_mistakes.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py index 4ab53c0..b9ffec9 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -277,6 +277,8 @@ 'at-spi2-atk': 'libatk-bridge2.0_0', 'idle3': 'idle39', 'lighttpd-mod_trigger_b4_dl': 'lighttpd', + 'python-gi-common': 'python3-gi', + 'python-pyatspi-common': 'python3-pyatspi', 'qt-gstreamer': 'libQtGStreamer1_0_0', # these are odd and only exist to record an optional dependency on the # language runtime (dynamically loaded at runtime), which is also noted in @@ -291,6 +293,11 @@ 'python3-.*': '', # these packages probably should be marked as self-destruct? 'mate-utils': '', + 'octave-octcdf': '', + 'python-twisted-debuginfo': '', 'texlive-collection-htmlxml': '', + 'vte2.91': '', 'w32api': '', + # self-destruct, or need to start to exist + 'cron-debuginfo': '', }