Dear maintainer,

I've prepared an NMU for glob2 (versioned as 0.9.4.4-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    BOFH excuse #310:  asynchronous inode failure 
diff -u glob2-0.9.4.4/debian/changelog glob2-0.9.4.4/debian/changelog
--- glob2-0.9.4.4/debian/changelog
+++ glob2-0.9.4.4/debian/changelog
@@ -1,3 +1,12 @@
+glob2 (0.9.4.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with GCC 4.4: 'class GAGCore::StreamBackend' has no
+    member named 'getc'", apply patch frum Ubunto, thanks to Ilya Barygin
+    (closes: #553706).
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 25 Dec 2009 19:34:33 +0100
+
 glob2 (0.9.4.4-1) unstable; urgency=low
 
   * New upstream release (closes: #549947).  Thanks, Gerfried Fuchs, for
diff -u glob2-0.9.4.4/debian/patches/series glob2-0.9.4.4/debian/patches/series
--- glob2-0.9.4.4/debian/patches/series
+++ glob2-0.9.4.4/debian/patches/series
@@ -2,0 +3 @@
+03_headers_order.patch
only in patch2:
unchanged:
--- glob2-0.9.4.4.orig/debian/patches/03_headers_order.patch
+++ glob2-0.9.4.4/debian/patches/03_headers_order.patch
@@ -0,0 +1,20 @@
+With gcc 4.4, compilation of libgag/src/TextStream.cpp fails with the error: 
+'class GAGCore::StreamBackend' has no member named 'getc'. Reordering 
+#include's solves the problem.
+Index: glob2-0.9.4.1/libgag/src/TextStream.cpp
+===================================================================
+--- glob2-0.9.4.1.orig/libgag/src/TextStream.cpp	2009-06-27 20:19:38.000000000 +0400
++++ glob2-0.9.4.1/libgag/src/TextStream.cpp	2009-06-27 20:20:22.000000000 +0400
+@@ -17,11 +17,11 @@
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+ 
+-#include <TextStream.h>
+ #include <assert.h>
+ #include <fstream>
+ #include <iostream>
+ #include <stack>
++#include <TextStream.h>
+ #ifdef WIN32
+ #define snprintf _snprintf
+ #define vsnprintf _vsnprintf

Attachment: signature.asc
Description: Digital signature

Reply via email to