Author: evgeni Date: 2015-11-11 20:25:10 +0000 (Wed, 11 Nov 2015) New Revision: 15591
Added: packages/trunk/pokerth/debian/patches/qtsingleapplication-qt55-ftbfs.patch Modified: packages/trunk/pokerth/debian/changelog packages/trunk/pokerth/debian/patches/series Log: Import upstream patch to fix FTBFS with Qt 5.5 Modified: packages/trunk/pokerth/debian/changelog =================================================================== --- packages/trunk/pokerth/debian/changelog 2015-11-09 20:34:23 UTC (rev 15590) +++ packages/trunk/pokerth/debian/changelog 2015-11-11 20:25:10 UTC (rev 15591) @@ -1,6 +1,8 @@ pokerth (1.1.1-3) UNRELEASED; urgency=medium * Update d/copyright, thanks lintian. + * Import upstream patch to fix FTBFS with Qt 5.5 + Closes: #803143 -- Evgeni Golov <[email protected]> Tue, 23 Sep 2014 08:25:46 +0200 Added: packages/trunk/pokerth/debian/patches/qtsingleapplication-qt55-ftbfs.patch =================================================================== --- packages/trunk/pokerth/debian/patches/qtsingleapplication-qt55-ftbfs.patch (rev 0) +++ packages/trunk/pokerth/debian/patches/qtsingleapplication-qt55-ftbfs.patch 2015-11-11 20:25:10 UTC (rev 15591) @@ -0,0 +1,21 @@ +From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001 +From: Felix Hammer <[email protected]> +Date: Fri, 7 Aug 2015 00:57:51 +0200 +Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication + +--- + src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp b/src/third_party/qtsingleapplication/qtlocalpeer.cpp +index 43e6bf4..e0ddc07 100644 +--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp ++++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp +@@ -31,6 +31,7 @@ + + #include <QCoreApplication> + #include <QTime> ++#include <QDataStream> + + #if defined(Q_OS_WIN) + #include <QLibrary> Modified: packages/trunk/pokerth/debian/patches/series =================================================================== --- packages/trunk/pokerth/debian/patches/series 2015-11-09 20:34:23 UTC (rev 15590) +++ packages/trunk/pokerth/debian/patches/series 2015-11-11 20:25:10 UTC (rev 15591) @@ -1,2 +1,3 @@ 03_use_--as-needed.patch 10_fix_ftbfs_with_new_libircclient.patch +qtsingleapplication-qt55-ftbfs.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

