tags 667116 + pending thanks Dear maintainer,
I've prepared an NMU for blahtexml (versioned as 0.9-1.1) and uploaded it to DELAYED/5. 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: Simon and Garfunkel
diff -Nru blahtexml-0.9/debian/changelog blahtexml-0.9/debian/changelog --- blahtexml-0.9/debian/changelog 2011-09-04 17:53:02.000000000 +0200 +++ blahtexml-0.9/debian/changelog 2012-04-20 13:00:22.000000000 +0200 @@ -1,3 +1,12 @@ +blahtexml (0.9-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ftbfs with GCC-4.7": add patch fix-ftbfs-with-gcc-4.7 from Cyril + Brulebois: fix missing <unistd.h> includes + (Closes: #667116) + + -- gregor herrmann <[email protected]> Fri, 20 Apr 2012 12:59:48 +0200 + blahtexml (0.9-1) unstable; urgency=low * New upstream version. diff -Nru blahtexml-0.9/debian/patches/fix-ftbfs-with-gcc-4.7 blahtexml-0.9/debian/patches/fix-ftbfs-with-gcc-4.7 --- blahtexml-0.9/debian/patches/fix-ftbfs-with-gcc-4.7 1970-01-01 01:00:00.000000000 +0100 +++ blahtexml-0.9/debian/patches/fix-ftbfs-with-gcc-4.7 2012-04-20 12:57:57.000000000 +0200 @@ -0,0 +1,24 @@ +Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes. +Author: Cyril Brulebois <[email protected]> +Bug-Debian: http://bugs.debian.org/667116 + +--- blahtexml-0.9.orig/Source/main.cpp ++++ blahtexml-0.9/Source/main.cpp +@@ -24,6 +24,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG + #include <stdlib.h> + #include <sstream> + #include <stdexcept> ++#include <unistd.h> + + using namespace std; + using namespace blahtex; +--- blahtexml-0.9.orig/Source/mainPng.cpp ++++ blahtexml-0.9/Source/mainPng.cpp +@@ -27,6 +27,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG + #include <stdio.h> + #include <stdlib.h> + #include <sstream> ++#include <unistd.h> + + + using namespace std; diff -Nru blahtexml-0.9/debian/patches/series blahtexml-0.9/debian/patches/series --- blahtexml-0.9/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ blahtexml-0.9/debian/patches/series 2012-04-20 12:57:57.000000000 +0200 @@ -0,0 +1 @@ +fix-ftbfs-with-gcc-4.7
signature.asc
Description: Digital signature

