Control: tags 803755 + patch Control: tags 803755 + pending Dear maintainers,
I've prepared an NMU for texmaker (versioned as 4.4.1-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru texmaker-4.4.1/debian/changelog texmaker-4.4.1/debian/changelog --- texmaker-4.4.1/debian/changelog 2014-12-09 20:46:15.000000000 +0100 +++ texmaker-4.4.1/debian/changelog 2015-11-22 19:23:09.000000000 +0100 @@ -1,3 +1,11 @@ +texmaker (4.4.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch to add missing QDataStream include in singleapp/qtlocalpeer.cpp + to fix compilation with current QT5. (Closes: #803755) + + -- Andreas Bombe <a...@debian.org> Sun, 22 Nov 2015 19:23:01 +0100 + texmaker (4.4.1-1) unstable; urgency=medium * New upstream release. diff -Nru texmaker-4.4.1/debian/patches/fix-qtlocalpeer-compilation texmaker-4.4.1/debian/patches/fix-qtlocalpeer-compilation --- texmaker-4.4.1/debian/patches/fix-qtlocalpeer-compilation 1970-01-01 01:00:00.000000000 +0100 +++ texmaker-4.4.1/debian/patches/fix-qtlocalpeer-compilation 2015-11-22 19:12:47.000000000 +0100 @@ -0,0 +1,12 @@ +Index: texmaker-4.4.1/singleapp/qtlocalpeer.cpp +=================================================================== +--- texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp ++++ texmaker-4.4.1/singleapp/qtlocalpeer.cpp +@@ -41,6 +41,7 @@ + + #include "qtlocalpeer.h" + #include <QCoreApplication> ++#include <QDataStream> + #include <QTime> + + #if defined(Q_OS_WIN) diff -Nru texmaker-4.4.1/debian/patches/series texmaker-4.4.1/debian/patches/series --- texmaker-4.4.1/debian/patches/series 2014-12-09 20:08:23.000000000 +0100 +++ texmaker-4.4.1/debian/patches/series 2015-11-22 19:03:36.000000000 +0100 @@ -1,3 +1,4 @@ 10_spelling_dict.patch 20-add-keywords-desktop-file.patch use-system-synctex.patch +fix-qtlocalpeer-compilation