tags 667364 + pending
thanks

Dear maintainer,

I've prepared an NMU for rutilt (versioned as 0.16-2.2) 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: Leonard Cohen: Bird On The Wire
diff -u rutilt-0.16/debian/changelog rutilt-0.16/debian/changelog
--- rutilt-0.16/debian/changelog
+++ rutilt-0.16/debian/changelog
@@ -1,3 +1,13 @@
+rutilt (0.16-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Cyril Brulebois ]
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667364).
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 27 May 2012 14:16:37 +0200
+
 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,18 @@
+Description: add missing <unistd.h> include (FTBFS with gcc 4.7)
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667364
+Forwarded: no
+Author: Cyril Brulebois <k...@debian.org>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-05-27
+
+--- 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