tags 667111 + pending
thanks

Dear maintainer,

I've prepared an NMU for bcov (versioned as 0.2-1.1) 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: Joel Harrison: Hell broke loose in Georgia
diff -Nru bcov-0.2/debian/changelog bcov-0.2/debian/changelog
--- bcov-0.2/debian/changelog	2010-02-20 09:35:26.000000000 +0100
+++ bcov-0.2/debian/changelog	2012-05-27 13:55:27.000000000 +0200
@@ -1,3 +1,13 @@
+bcov (0.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Cyril Brulebois ]
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes
+    (Closes: #667111).
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 27 May 2012 13:55:17 +0200
+
 bcov (0.2-1) unstable; urgency=low
 
   * Initial version (Closes: #570613).
diff -Nru bcov-0.2/debian/patches/fix-ftbfs-with-gcc-4.7 bcov-0.2/debian/patches/fix-ftbfs-with-gcc-4.7
--- bcov-0.2/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 01:00:00.000000000 +0100
+++ bcov-0.2/debian/patches/fix-ftbfs-with-gcc-4.7	2012-05-27 13:55:13.000000000 +0200
@@ -0,0 +1,24 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes.
+Author: Cyril Brulebois <k...@debian.org>
+Bug-Debian: http://bugs.debian.org/667111
+
+--- bcov-0.2.orig/src/report.cpp
++++ bcov-0.2/src/report.cpp
+@@ -21,6 +21,7 @@
+ #include <vector>
+ #include <cstdlib>
+ #include <cstring>
++#include <unistd.h>
+ //---------------------------------------------------------------------------
+ using namespace std;
+ //---------------------------------------------------------------------------
+--- bcov-0.2.orig/src/coverage.cpp
++++ bcov-0.2/src/coverage.cpp
+@@ -22,6 +22,7 @@
+ #include <sys/fcntl.h>
+ #include <libelf.h>
+ #include <libdwarf.h>
++#include <unistd.h>
+ //---------------------------------------------------------------------------
+ using namespace std;
+ //---------------------------------------------------------------------------
diff -Nru bcov-0.2/debian/patches/series bcov-0.2/debian/patches/series
--- bcov-0.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ bcov-0.2/debian/patches/series	2012-05-27 13:55:13.000000000 +0200
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7

Attachment: signature.asc
Description: Digital signature

Reply via email to