tags 667391 + pending
thanks

Dear maintainer,

I've prepared an NMU for telepathy-qt4 (versioned as 0.7.1-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: John Zorn & Masada: Halom
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,13 @@
+telepathy-qt4 (0.7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Cyril Brulebois ]
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes
+    (Closes: #667391).
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 28 May 2012 16:21:33 +0200
+
 telepathy-qt4 (0.7.1-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- telepathy-qt4-0.7.1.orig/debian/patches/gcc-4.7.patch
+++ telepathy-qt4-0.7.1/debian/patches/gcc-4.7.patch
@@ -0,0 +1,32 @@
+Description: add missing includes (FTBFS with gcc 4.7)
+Origin: vendor
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50204
+Bug-Debian: http://bugs.debian.org/667391
+Forwarded: https://bugs.freedesktop.org/show_bug.cgi?id=50204
+Author: Cyril Brulebois <k...@debian.org>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-05-28
+Applied-Upstream: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=b2632998374b45af488b6c3a5a6fe330d23bb799
+
+--- 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
+ {
+ 
+--- 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),

Attachment: signature.asc
Description: Digital signature

Reply via email to