Control: tags 906253 + pending Dear maintainer,
I've prepared an NMU for linpsk (versioned as 1.3.5-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 linpsk-1.3.5/debian/changelog linpsk-1.3.5/debian/changelog --- linpsk-1.3.5/debian/changelog 2017-07-18 19:34:40.000000000 +0300 +++ linpsk-1.3.5/debian/changelog 2018-09-13 15:09:59.000000000 +0300 @@ -1,3 +1,11 @@ +linpsk (1.3.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch from Reiner Herrmann for FTBFS with Qt 5.11. + (Closes: #906253) + + -- Adrian Bunk <b...@debian.org> Thu, 13 Sep 2018 15:09:59 +0300 + linpsk (1.3.5-1) unstable; urgency=medium * New upstream version 1.3.5 diff -Nru linpsk-1.3.5/debian/patches/qt5.11.patch linpsk-1.3.5/debian/patches/qt5.11.patch --- linpsk-1.3.5/debian/patches/qt5.11.patch 1970-01-01 02:00:00.000000000 +0200 +++ linpsk-1.3.5/debian/patches/qt5.11.patch 2018-09-13 15:09:57.000000000 +0300 @@ -0,0 +1,13 @@ +Author: Reiner Herrmann <rei...@reiner-h.de> +Description: Include missing header for QButtonGroup + +--- a/gui/modemenu.cpp ++++ b/gui/modemenu.cpp +@@ -23,6 +23,7 @@ + #include "parameter.h" + #include "crxchannel.h" + ++#include <QButtonGroup> + + extern Parameter settings; + diff -Nru linpsk-1.3.5/debian/patches/series linpsk-1.3.5/debian/patches/series --- linpsk-1.3.5/debian/patches/series 2017-07-18 19:24:41.000000000 +0300 +++ linpsk-1.3.5/debian/patches/series 2018-09-13 15:09:57.000000000 +0300 @@ -1,3 +1,4 @@ we_have_hamlib.patch typo.patch ftbfs-clang.patch +qt5.11.patch