I just noticed this: On 10/21/23 01:39, Andreas Metzler wrote:
-- Package-specific info: ==> /etc/apt/listchanges.conf <== [apt] frontend=pager which=both no_network=false email_address=root email_format=text confirm=true headers=false reverse=false *save_seen=none*
How did you end up with "save_seen=none" here? That's not the default, or at least it shouldn't be if everything is working as it should. The default setting is "save_seen=/var/lib/apt/listchanges".
If you tell apt-listchanges not to use the seen database then it's certainly doing to display lots of duplicate changelog entries! That is expected behavior.
If you made that config change, and you don't want to see duplicate changelog entries, then you need to set it back to "save_seen=/var/lib/apt/listchanges". If you didn't make that change, then we need to figure out how it got made, and that's the bug that needs to be fixed. Let me know.
Thanks, Jonathan Kamens