Control: tags 975131 + patch Control: tags 975131 + pending Dear maintainer,
I've prepared an NMU for datovka (versioned as 4.9.3-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru datovka-4.9.3/debian/changelog datovka-4.9.3/debian/changelog --- datovka-4.9.3/debian/changelog 2017-09-07 16:19:10.000000000 +0300 +++ datovka-4.9.3/debian/changelog 2021-01-31 12:36:04.000000000 +0200 @@ -1,3 +1,10 @@ +datovka (4.9.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with Qt 5.15. (Closes: #975131) + + -- Adrian Bunk <b...@debian.org> Sun, 31 Jan 2021 12:36:04 +0200 + datovka (4.9.3-2) unstable; urgency=medium * Update czech l10n by running lrelease datovka.pro again diff -Nru datovka-4.9.3/debian/patches/0001-Fixed-compilation-using-Qt-5.15.0.patch datovka-4.9.3/debian/patches/0001-Fixed-compilation-using-Qt-5.15.0.patch --- datovka-4.9.3/debian/patches/0001-Fixed-compilation-using-Qt-5.15.0.patch 1970-01-01 02:00:00.000000000 +0200 +++ datovka-4.9.3/debian/patches/0001-Fixed-compilation-using-Qt-5.15.0.patch 2021-01-31 12:36:04.000000000 +0200 @@ -0,0 +1,25 @@ +From 882ee6634680b389f936aa44c74f87b42bfe9b04 Mon Sep 17 00:00:00 2001 +From: Karel Slany <karel.sl...@nic.cz> +Date: Fri, 5 Jun 2020 08:55:23 +0200 +Subject: Fixed compilation using Qt-5.15.0. + +Addresses #462. +--- + src/delegates/tag_item.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/delegates/tag_item.cpp b/src/delegates/tag_item.cpp +index c2023d11..7fd5b3c9 100644 +--- a/src/delegates/tag_item.cpp ++++ b/src/delegates/tag_item.cpp +@@ -23,6 +23,7 @@ + + #include <algorithm> /* std::sort */ + #include <QPainter> ++#include <QPainterPath> + + #include "src/delegates/tag_item.h" + #include "src/dimensions/dimensions.h" +-- +2.20.1 + diff -Nru datovka-4.9.3/debian/patches/series datovka-4.9.3/debian/patches/series --- datovka-4.9.3/debian/patches/series 2017-09-07 16:19:10.000000000 +0300 +++ datovka-4.9.3/debian/patches/series 2021-01-31 12:35:51.000000000 +0200 @@ -1,3 +1,4 @@ 0001-Add-lrelease-generated-files-into-the-debian-package.patch 0002-Allow-compilation-with-older-Qt5-versions.patch 0003-Disable-Wdate-time-to-fix-FTBFS-with-older-gcc.patch +0001-Fixed-compilation-using-Qt-5.15.0.patch