tags 672007 + patch thanks
uploaded to delayed/5, part of the boost transition
diff -Nru pokerth-0.9.4/debian/changelog pokerth-0.9.4/debian/changelog --- pokerth-0.9.4/debian/changelog 2012-04-13 18:31:27.000000000 +0000 +++ pokerth-0.9.4/debian/changelog 2012-05-10 19:43:11.000000000 +0000 @@ -1,3 +1,10 @@ +pokerth (0.9.4-1.1) unstable; urgency=low + + * Non maintainer upload. + * Fix build failure with GCC 4.7. Closes: #672007. + + -- Matthias Klose <d...@debian.org> Thu, 10 May 2012 21:42:21 +0200 + pokerth (0.9.4-1) unstable; urgency=low * New upstream release. diff -Nru pokerth-0.9.4/debian/patches/ftbfs-gcc-4.7.diff pokerth-0.9.4/debian/patches/ftbfs-gcc-4.7.diff --- pokerth-0.9.4/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 00:00:00.000000000 +0000 +++ pokerth-0.9.4/debian/patches/ftbfs-gcc-4.7.diff 2012-05-10 19:42:18.000000000 +0000 @@ -0,0 +1,12 @@ +Index: pokerth-0.9.4/src/third_party/qtsingleapplication/qtlocalpeer.cpp +=================================================================== +--- pokerth-0.9.4.orig/src/third_party/qtsingleapplication/qtlocalpeer.cpp 2012-04-09 16:50:31.000000000 +0000 ++++ pokerth-0.9.4/src/third_party/qtsingleapplication/qtlocalpeer.cpp 2012-05-10 19:42:13.718200707 +0000 +@@ -46,6 +46,7 @@ + + + #include "qtlocalpeer.h" ++#include <unistd.h> + #include <QtCore/QCoreApplication> + #include <QtCore/QTime> + diff -Nru pokerth-0.9.4/debian/patches/series pokerth-0.9.4/debian/patches/series --- pokerth-0.9.4/debian/patches/series 2012-01-23 16:55:35.000000000 +0000 +++ pokerth-0.9.4/debian/patches/series 2012-05-10 19:41:12.000000000 +0000 @@ -1 +1,2 @@ 03_use_--as-needed.patch +ftbfs-gcc-4.7.diff