tags 667169 + patch thanks
diff -Nru fqterm-0.9.6.10/debian/changelog fqterm-0.9.6.10/debian/changelog --- fqterm-0.9.6.10/debian/changelog 2011-10-01 07:48:08.000000000 +0000 +++ fqterm-0.9.6.10/debian/changelog 2012-05-03 23:33:55.000000000 +0000 @@ -1,3 +1,10 @@ +fqterm (0.9.6.10-1.1) unstable; urgency=low + + * Non maintainer upload. + * Fix build failure with GCC 4.7. Closes: #667169. + + -- Matthias Klose <d...@debian.org> Thu, 03 May 2012 23:33:18 +0200 + fqterm (0.9.6.10-1) unstable; urgency=low * new upstream release. (closes: #643710) diff -Nru fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff --- fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 00:00:00.000000000 +0000 +++ fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff 2012-05-03 23:33:14.000000000 +0000 @@ -0,0 +1,12 @@ +Index: fqterm-0.9.6.10/src/common/fqterm_trace.h +=================================================================== +--- fqterm-0.9.6.10.orig/src/common/fqterm_trace.h 2011-09-28 15:10:16.000000000 +0000 ++++ fqterm-0.9.6.10/src/common/fqterm_trace.h 2012-05-03 23:33:08.854818107 +0000 +@@ -22,6 +22,7 @@ + #define FQTERM_TRACE_H + + #include <cassert> ++#include <unistd.h> + #include <QtDebug> + #include <QFileInfo> + diff -Nru fqterm-0.9.6.10/debian/patches/series fqterm-0.9.6.10/debian/patches/series --- fqterm-0.9.6.10/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ fqterm-0.9.6.10/debian/patches/series 2012-05-03 23:32:37.000000000 +0000 @@ -0,0 +1 @@ +ftbfs-gcc-4.7.diff