tags 461691 + patch
thanks

Hi,

Attached is the diff for my tigr-glimmer 2.13-1.1 NMU.

Cheers,
        Moritz
diff -u tigr-glimmer-2.13/debian/changelog tigr-glimmer-2.13/debian/changelog
--- tigr-glimmer-2.13/debian/changelog
+++ tigr-glimmer-2.13/debian/changelog
@@ -1,3 +1,10 @@
+tigr-glimmer (2.13-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix GCC 4.3 compatibility, patch by Kumar Appaiah (Closes: #461691)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]>  Thu, 20 Mar 2008 00:02:06 +0100
+
 tigr-glimmer (2.13-1) unstable; urgency=low
 
   * New upstream release - no significant changes for Linux users.
only in patch2:
unchanged:
--- tigr-glimmer-2.13.orig/delcher.h
+++ tigr-glimmer-2.13/delcher.h
@@ -18,9 +18,9 @@
 
 #include  <stdio.h>
 #include  <stdlib.h>
-#include  <iostream.h>
-#include  <iomanip.h>
-#include  <fstream.h>
+#include  <iostream>
+#include  <iomanip>
+#include  <fstream>
 #include  <math.h>
 #include  <string.h>
 #include  <ctype.h>
@@ -31,6 +31,7 @@
 #include  <errno.h>
 #include  <unistd.h>
 
+using namespace std;
 
 #define  TRUE  1
 #define  FALSE  0

Reply via email to