#1141113 qpdfview: FTBFS due to using deprecated Qt6 build dependencies

#1141113#5
Date:
2026-06-29 19:10:25 UTC
From:
To:
Dear maintainer,

your package qpdfview currently FTBFS because it uses a deprecated name for qt6-svg-dev.

libqt6svg6-dev was renamed to qt6-svg-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

     libqt6svg6-dev

with

     qt6-svg-dev

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

Thank you for maintaining qpdfview.

#1141113#10
Date:
2026-06-29 22:58:01 UTC
From:
To:
Hello,

I have attached a patch that resolves this issue by changing libqt6svg6-dev
to qt6-svg-dev in the debian/control file.