Control: tags -1 patch
Please find a patch attached that fixes this.
diff -Nru cqrlog-2.5.2/debian/changelog cqrlog-2.5.2/debian/changelog --- cqrlog-2.5.2/debian/changelog 2024-06-21 00:12:05.000000000 +0200 +++ cqrlog-2.5.2/debian/changelog 2026-02-05 17:46:16.000000000 +0100 @@ -1,3 +1,10 @@ +cqrlog (2.5.2-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Compile with Qt 5. (Closes: #967295) + + -- Bastian Germann <[email protected]> Thu, 05 Feb 2026 17:46:16 +0100 + cqrlog (2.5.2-5) unstable; urgency=medium * Team upload. diff -Nru cqrlog-2.5.2/debian/control cqrlog-2.5.2/debian/control --- cqrlog-2.5.2/debian/control 2024-06-21 00:12:05.000000000 +0200 +++ cqrlog-2.5.2/debian/control 2026-02-05 17:38:25.000000000 +0100 @@ -8,20 +8,14 @@ debhelper-compat (= 13), fp-units-db, fp-units-gfx, - fp-units-gtk2, fp-units-math, fp-units-misc, fp-units-net, fp-utils, lazarus | lazarus-0.9.30, lcl | lcl-0.9.30, - libatk1.0-dev, - libcairo2-dev, - libgdk-pixbuf-2.0-dev, - libgtk2.0-dev, + lcl-qt5, libhamlib-dev, - libpango1.0-dev, - libx11-dev, Standards-Version: 4.7.0 Homepage: https://www.cqrlog.com Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/cqrlog diff -Nru cqrlog-2.5.2/debian/rules cqrlog-2.5.2/debian/rules --- cqrlog-2.5.2/debian/rules 2024-06-21 00:12:05.000000000 +0200 +++ cqrlog-2.5.2/debian/rules 2026-02-05 17:31:53.000000000 +0100 @@ -3,5 +3,8 @@ %: dh $@ +override_dh_auto_build: + dh_auto_build -- cqrlog_qt5 + override_dh_gencontrol: dh_gencontrol -- -Vhamlib:Depends=$(shell dpkg-query -W -f '$${Depends}' libhamlib-dev | grep -Eo 'libhamlib[[:alnum:].-]+')

