tags 667347 + patch
tags 667347 + pending
thanks

Dear maintainer,

I've prepared an NMU for rafkill (versioned as 1.2.2-3.3) 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: Neal Casal: No One Above You
diff -u rafkill-1.2.2/config.log rafkill-1.2.2/config.log
--- rafkill-1.2.2/config.log
+++ rafkill-1.2.2/config.log
@@ -1,2 +1,2 @@
-file /home/user/NEW/rafkill-1.2.2/SConstruct,line 5:
+file /tmp/buildd/rafkill-1.2.2/SConstruct,line 5:
 	Configure(confdir = .sconf_temp)
diff -u rafkill-1.2.2/debian/changelog rafkill-1.2.2/debian/changelog
--- rafkill-1.2.2/debian/changelog
+++ rafkill-1.2.2/debian/changelog
@@ -1,3 +1,11 @@
+rafkill (1.2.2-3.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch gccc-4.7.patch (missing include).
+    (Closes: #667347)
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 11 May 2012 01:11:59 +0200
+
 rafkill (1.2.2-3.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u rafkill-1.2.2/debian/patches/series rafkill-1.2.2/debian/patches/series
--- rafkill-1.2.2/debian/patches/series
+++ rafkill-1.2.2/debian/patches/series
@@ -5,0 +6 @@
+104_gcc-4.7.patch
only in patch2:
unchanged:
--- rafkill-1.2.2.orig/debian/patches/104_gcc-4.7.patch
+++ rafkill-1.2.2/debian/patches/104_gcc-4.7.patch
@@ -0,0 +1,27 @@
+Description: add include needed by gcc 4.7
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667347
+Forwarded: no
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-05-11
+
+--- a/build/system.cpp
++++ b/build/system.cpp
+@@ -1,6 +1,7 @@
+ #include "system.h"
+ #include <strings.h>
+ #include <string>
++#include <unistd.h>
+ 
+ #ifdef WINDOWS
+ static const char * type(){
+--- a/src/system.cpp
++++ b/src/system.cpp
+@@ -2,6 +2,7 @@
+ #include <strings.h>
+ #include <string>
+ #include <cstring>
++#include <unistd.h>
+ 
+ #ifdef WINDOWS
+ static const char * type(){

Attachment: signature.asc
Description: Digital signature

Reply via email to