On Mon, Mar 09, 2026 at 07:37:44AM +0100, Christian Weiske wrote: Hello Christian,
> > As long as it's not broken in the default setup I'm not sure if > > fixing that is worth it. Since pflogsumm is an arch:all package > > you could grab the .deb from unstable and dpkg -i it wherever required. > > I'll try that. In case you're not familiar with pining, the following should work if you'd like to always fetch the latest release form unstable: $ cat /etc/apt/sources.list.d/unstable.sources Types: deb URIs: http://deb.debian.org/debian Suites: unstable Components: main #This will work with apt 3.1 or later: #Include: pflogsumm Signed-By: /usr/share/keyrings/debian-archive-keyring.pgp $ cat /etc/apt/preferences.d/pflogsumm-unstable.pref Package: pflogsumm Pin: release a=unstable Pin-Priority: 950 Package: * Pin: release a=unstable Pin-Priority: 50 I also wrote that down as a small post in https://sven.stormbind.net/blog/posts/deb_pflogsumm_latest_on_trixie/ for future reference. HTH, Sven

