tag 667364 patch
thanks

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

Here's a patch to fix this FTBFS. No intent to NMU.

Mraw,
KiBi.
iff -u rutilt-0.16/debian/changelog rutilt-0.16/debian/changelog
--- rutilt-0.16/debian/changelog
+++ rutilt-0.16/debian/changelog
@@ -1,3 +1,11 @@
+rutilt (0.16-2.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667364).
+
+ -- Cyril Brulebois <[email protected]>  Thu, 05 Apr 2012 08:37:45 +0000
+
 rutilt (0.16-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u rutilt-0.16/debian/patches/series rutilt-0.16/debian/patches/series
--- rutilt-0.16/debian/patches/series
+++ rutilt-0.16/debian/patches/series
@@ -6,0 +7 @@
+001_fix_ftbfs_with_gcc_4.7.diff
only in patch2:
unchanged:
--- rutilt-0.16.orig/debian/patches/001_fix_ftbfs_with_gcc_4.7.diff
+++ rutilt-0.16/debian/patches/001_fix_ftbfs_with_gcc_4.7.diff
@@ -0,0 +1,10 @@
+--- a/lib/src/UserData.cxx
++++ b/lib/src/UserData.cxx
+@@ -32,6 +32,7 @@ extern "C"{
+ #include <glib.h>
+ #include <sys/stat.h> // ::chmod()
+ #include <pwd.h>
++#include <unistd.h>
+ }
+ 
+ #include "UserData.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to