#1140812 klog: FTBFS due to using deprecated Qt6 build dependencies

Package:
src:klog
Source:
src:klog
Submitter:
Patrick Franz
Date:
2026-06-26 20:07:02 UTC
Severity:
normal
Tags:
#1140812#5
Date:
2026-06-26 20:04:14 UTC
From:
To:
Dear maintainer,

your package klog currently FTBFS because it uses a deprecated name for qt6-charts-dev.

libqt6charts6-dev was renamed to qt6-charts-dev in 2022 and the old name was kept as a Provides.
Recently though, this old Provides was removed and thus your package FTBFS now.

This can be fixed easily by simply replacing

     libqt6charts6-dev

with

     qt6-charts-dev

in the build dependencies. There are no functional changes and your package should build as before.

Thank you for maintaining klog.