Control: tags -1 patch
Please find a debdiff attached. I am uploading it as NMU to DELAYED/10.
diff -Nru openboard-1.7.3+dfsg/debian/changelog openboard-1.7.3+dfsg/debian/changelog --- openboard-1.7.3+dfsg/debian/changelog 2025-02-08 10:22:24.000000000 +0100 +++ openboard-1.7.3+dfsg/debian/changelog 2026-04-13 16:27:47.000000000 +0200 @@ -1,3 +1,11 @@ +openboard (1.7.3+dfsg-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix symlink to andika font. (Closes: #1035873) + * Build with Qt6. (Closes: #1133674) + + -- Bastian Germann <[email protected]> Mon, 13 Apr 2026 16:28:51 +0200 + openboard (1.7.3+dfsg-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru openboard-1.7.3+dfsg/debian/control openboard-1.7.3+dfsg/debian/control --- openboard-1.7.3+dfsg/debian/control 2025-02-08 10:22:24.000000000 +0100 +++ openboard-1.7.3+dfsg/debian/control 2026-04-13 16:28:51.000000000 +0200 @@ -21,10 +21,9 @@ libpoppler-cpp-dev, libpoppler-private-dev, libpoppler-dev, - libquazip5-dev, - libqt5svg5-dev, - qtwebengine5-dev, - libqt5xmlpatterns5-dev, + libquazip1-qt6-dev, + qt6-svg-dev, + qt6-webengine-dev, libssl-dev, libswscale-dev, libtheora-dev, @@ -40,11 +39,9 @@ node-grunt-contrib-uglify, node-grunt-contrib-concat, cmake, - qtbase5-dev, - qtmultimedia5-dev, - qtscript5-dev, - qttools5-dev-tools, - qttools5-private-dev, + qt6-multimedia-dev, + qt6-tools-dev, + qt6-l10n-tools, zlib1g-dev, Standards-Version: 4.6.1 Rules-Requires-Root: no diff -Nru openboard-1.7.3+dfsg/debian/openboard-common.links openboard-1.7.3+dfsg/debian/openboard-common.links --- openboard-1.7.3+dfsg/debian/openboard-common.links 2025-02-08 10:15:12.000000000 +0100 +++ openboard-1.7.3+dfsg/debian/openboard-common.links 2026-04-13 15:58:41.000000000 +0200 @@ -1,5 +1,5 @@ ### fonts -usr/share/fonts/truetype/andika/Andika-R.ttf usr/share/openboard/customizations/fonts/AndBasR.ttf +usr/share/fonts/truetype/andika/Andika-Regular.ttf usr/share/openboard/customizations/fonts/AndBasR.ttf usr/share/fonts/truetype/ecolier-court/Ecolier-court.ttf usr/share/openboard/customizations/fonts/ec_cour.ttf usr/share/fonts/truetype/ecolier-lignes-court/Ecolier-lignes-court.ttf usr/share/openboard/customizations/fonts/ecl_cour.ttf diff -Nru openboard-1.7.3+dfsg/debian/patches/series openboard-1.7.3+dfsg/debian/patches/series --- openboard-1.7.3+dfsg/debian/patches/series 2025-02-08 10:22:24.000000000 +0100 +++ openboard-1.7.3+dfsg/debian/patches/series 2026-04-13 16:28:51.000000000 +0200 @@ -1,5 +1,4 @@ 1000_rewrite-libs-pri.patch -1000_fix-quazip-includes.patch 1001_fix-pro-file.patch 1005_auto-build-translations.patch 1006_fix-stencil-color.patch diff -Nru openboard-1.7.3+dfsg/debian/rules openboard-1.7.3+dfsg/debian/rules --- openboard-1.7.3+dfsg/debian/rules 2025-02-08 10:22:24.000000000 +0100 +++ openboard-1.7.3+dfsg/debian/rules 2026-04-13 16:28:51.000000000 +0200 @@ -10,7 +10,7 @@ dh $@ override_dh_auto_configure: - /usr/lib/$(DEB_BUILD_MULTIARCH)/qt5/bin/lrelease OpenBoard.pro + /usr/lib/qt6/bin/lrelease OpenBoard.pro dh_auto_configure -- -DCMAKE_CXX_STANDARD=20 override_dh_install:

