Control: tags 906776 + patch Control: tags 906776 + pending Dear maintainer,
I've prepared an NMU for kxstitch (versioned as 2.1.1-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru kxstitch-2.1.1/debian/changelog kxstitch-2.1.1/debian/changelog --- kxstitch-2.1.1/debian/changelog 2018-03-28 02:36:07.000000000 +0300 +++ kxstitch-2.1.1/debian/changelog 2018-09-17 20:47:24.000000000 +0300 @@ -1,3 +1,10 @@ +kxstitch (2.1.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with Qt 5.11. (Closes: #906776) + + -- Adrian Bunk <b...@debian.org> Mon, 17 Sep 2018 20:47:24 +0300 + kxstitch (2.1.1-1) unstable; urgency=medium [ Scarlett Clark ] diff -Nru kxstitch-2.1.1/debian/patches/0001-fix-build-with-Qt-5.11.patch kxstitch-2.1.1/debian/patches/0001-fix-build-with-Qt-5.11.patch --- kxstitch-2.1.1/debian/patches/0001-fix-build-with-Qt-5.11.patch 1970-01-01 02:00:00.000000000 +0200 +++ kxstitch-2.1.1/debian/patches/0001-fix-build-with-Qt-5.11.patch 2018-09-17 20:46:58.000000000 +0300 @@ -0,0 +1,38 @@ +From 9db3fcf9cd367681c0864238dc5009a604f3896c Mon Sep 17 00:00:00 2001 +From: Jonathan Riddell <j...@jriddell.org> +Date: Wed, 27 Jun 2018 16:45:16 +0100 +Subject: fix build with Qt 5.11 + +--- + src/LibraryPatternPropertiesDlg.cpp | 2 ++ + src/TextElementDlg.cpp | 1 + + 2 files changed, 3 insertions(+) + +diff --git a/src/LibraryPatternPropertiesDlg.cpp b/src/LibraryPatternPropertiesDlg.cpp +index 8d2e24c..c10da3f 100644 +--- a/src/LibraryPatternPropertiesDlg.cpp ++++ b/src/LibraryPatternPropertiesDlg.cpp +@@ -11,6 +11,8 @@ + + #include "LibraryPatternPropertiesDlg.h" + ++#include <QIcon> ++ + #include <KConfigGroup> + #include <KHelpClient> + #include <KLocalizedString> +diff --git a/src/TextElementDlg.cpp b/src/TextElementDlg.cpp +index 4d88b1e..fb545d1 100644 +--- a/src/TextElementDlg.cpp ++++ b/src/TextElementDlg.cpp +@@ -16,6 +16,7 @@ + #include "TextElementDlg.h" + + #include <QColorDialog> ++#include <QButtonGroup> + + #include <KHelpClient> + #include <KLocalizedString> +-- +2.11.0 + diff -Nru kxstitch-2.1.1/debian/patches/series kxstitch-2.1.1/debian/patches/series --- kxstitch-2.1.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ kxstitch-2.1.1/debian/patches/series 2018-09-17 20:47:24.000000000 +0300 @@ -0,0 +1 @@ +0001-fix-build-with-Qt-5.11.patch