Bug#667116: blahtexml: diff for NMU version 0.9-1.1

2012-04-20 Thread gregor herrmann
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.0 +0200
+++ blahtexml-0.9/debian/changelog	2012-04-20 13:00:22.0 +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 gre...@debian.org  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.0 +0100
+++ blahtexml-0.9/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-20 12:57:57.0 +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/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.0 +0100
+++ blahtexml-0.9/debian/patches/series	2012-04-20 12:57:57.0 +0200
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7


signature.asc
Description: Digital signature


Bug#667116: blahtexml: diff for NMU version 0.9-1.1

2012-04-20 Thread Abhishek Dasgupta
On Apr 20, 2012 12:28 PM, gregor herrmann gre...@debian.org wrote:

 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.

Hi,
Thanks for the NMU. That is fine by me.
Cheers
Abhishek