tags 667360 + pending
thanks

Dear maintainer,

I'm not member of the Forensics Team, but going trough some RC bugs
for wheezy. I noticed that rsakeyfind still FTBFS with gcc 4.7, and
thus prepared the upload with the patch from Cyril Brulebois.

I've prepared an NMU for rsakeyfind (versioned as 1:1.0-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,
Salvatore
diff -Nru rsakeyfind-1.0/debian/changelog rsakeyfind-1.0/debian/changelog
--- rsakeyfind-1.0/debian/changelog	2011-07-23 10:10:16.000000000 +0200
+++ rsakeyfind-1.0/debian/changelog	2012-05-15 20:48:40.000000000 +0200
@@ -1,3 +1,12 @@
+rsakeyfind (1:1.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add 002_gcc_4.7.diff patch to fix FTBFS with gcc 4.7.
+    Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include.
+    Thanks to Cyril Brulebois <k...@debian.org> for the patch. (Closes: #667360)
+
+ -- Salvatore Bonaccorso <car...@debian.org>  Tue, 15 May 2012 20:47:52 +0200
+
 rsakeyfind (1:1.0-2) unstable; urgency=low
 
   * Team upload.
diff -Nru rsakeyfind-1.0/debian/patches/002_gcc_4.7.diff rsakeyfind-1.0/debian/patches/002_gcc_4.7.diff
--- rsakeyfind-1.0/debian/patches/002_gcc_4.7.diff	1970-01-01 01:00:00.000000000 +0100
+++ rsakeyfind-1.0/debian/patches/002_gcc_4.7.diff	2012-05-15 20:48:40.000000000 +0200
@@ -0,0 +1,18 @@
+Description: Fix FTBFS with gcc-4.7
+ Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include.
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667360
+Forwarded: no
+Author: Cyril Brulebois <k...@debian.org> 
+Last-Update: 2012-05-15
+
+--- a/rsakeyfind.cpp
++++ b/rsakeyfind.cpp
+@@ -10,6 +10,7 @@
+ #include <sys/mman.h>
+ #include <string.h>
+ #include <iostream>
++#include <unistd.h>
+ 
+ #ifdef __FreeBSD__
+ #include <err.h>
diff -Nru rsakeyfind-1.0/debian/patches/series rsakeyfind-1.0/debian/patches/series
--- rsakeyfind-1.0/debian/patches/series	2011-07-23 10:10:16.000000000 +0200
+++ rsakeyfind-1.0/debian/patches/series	2012-05-15 20:48:40.000000000 +0200
@@ -1 +1,2 @@
 001_include.diff
+002_gcc_4.7.diff

Attachment: signature.asc
Description: Digital signature

Reply via email to