tag 667390 patch
thanks

Matthias Klose <[email protected]> (03/04/2012):
> Package: task
> Version: 1.9.4-2
> Severity: important
> Tags: sid wheezy
> User: [email protected]
> Usertags: ftbfs-gcc-4.7

Here's a patch to fix that. No intent to NMU on my side.

Mraw,
KiBi.
diff -u task-1.9.4/debian/changelog task-1.9.4/debian/changelog
--- task-1.9.4/debian/changelog
+++ task-1.9.4/debian/changelog
@@ -1,3 +1,11 @@
+task (1.9.4-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes
+    (Closes: #667390).
+
+ -- Cyril Brulebois <[email protected]>  Wed, 04 Apr 2012 19:08:50 +0000
+
 task (1.9.4-2) unstable; urgency=low
 
   * include right path to colorthemes in generated .taskrc (closes: #638269)
only in patch2:
unchanged:
--- task-1.9.4.orig/src/Transport.cpp
+++ task-1.9.4/src/Transport.cpp
@@ -29,6 +29,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <unistd.h>
 #include "Transport.h"
 #include "TransportSSH.h"
 #include "TransportRSYNC.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to