tag 667391 patch thanks Matthias Klose <[email protected]> (03/04/2012): > Package: telepathy-qt4 > Version: 0.7.1-1 > Severity: important > Tags: sid wheezy > User: [email protected] > Usertags: ftbfs-gcc-4.7
Here's a patch to fix this. No intent to NMU on my side. Mraw, KiBi.
diff -u telepathy-qt4-0.7.1/debian/changelog telepathy-qt4-0.7.1/debian/changelog --- telepathy-qt4-0.7.1/debian/changelog +++ telepathy-qt4-0.7.1/debian/changelog @@ -1,3 +1,11 @@ +telepathy-qt4 (0.7.1-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes + (Closes: #667391). + + -- Cyril Brulebois <[email protected]> Wed, 04 Apr 2012 19:04:27 +0000 + telepathy-qt4 (0.7.1-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- telepathy-qt4-0.7.1.orig/TelepathyQt4/client-registrar.cpp +++ telepathy-qt4-0.7.1/TelepathyQt4/client-registrar.cpp @@ -40,6 +40,8 @@ #include <TelepathyQt4/PendingComposite> #include <TelepathyQt4/PendingReady> +#include <unistd.h> + namespace Tp { only in patch2: unchanged: --- telepathy-qt4-0.7.1.orig/examples/file-transfer/sender.cpp +++ telepathy-qt4-0.7.1/examples/file-transfer/sender.cpp @@ -47,6 +47,8 @@ #include <QFile> #include <QFileInfo> +#include <unistd.h> + Sender::Sender(const QString &username, const QString &password, const QString &receiver, const QString &fileName) : mUsername(username),
signature.asc
Description: Digital signature

