Hi,

Attached is the diff for my qgo 1.5.4-r2-1.1 NMU.
diff -u qgo-1.5.4-r2/debian/changelog qgo-1.5.4-r2/debian/changelog
--- qgo-1.5.4-r2/debian/changelog
+++ qgo-1.5.4-r2/debian/changelog
@@ -1,3 +1,10 @@
+qgo (1.5.4-r2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix g++-4.3 FTBFS (Closes: 461676).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 23:09:41 +0000
+
 qgo (1.5.4-r2-1) unstable; urgency=low
 
   * New minor (-r2) upstream release (turkish translation)
diff -u qgo-1.5.4-r2/debian/patches/00list qgo-1.5.4-r2/debian/patches/00list
--- qgo-1.5.4-r2/debian/patches/00list
+++ qgo-1.5.4-r2/debian/patches/00list
@@ -4,0 +5 @@
+05_g++-4.3
only in patch2:
unchanged:
--- qgo-1.5.4-r2.orig/debian/patches/05_g++-4.3.dpatch
+++ qgo-1.5.4-r2/debian/patches/05_g++-4.3.dpatch
@@ -0,0 +1,37 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_g++-4.3.dpatch by Pierre Habouzit <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+--- qgo-1.5.4-r2~/src/matrix.cpp       2004-10-30 20:49:50.000000000 +0000
++++ qgo-1.5.4-r2/src/matrix.cpp        2008-03-16 23:04:18.306414183 +0000
+@@ -2,12 +2,14 @@
+ * matrix.cpp
+ */
+ 
++#include <cstdlib>
+ #include "matrix.h"
+-#include <stdlib.h>
+ #ifndef NO_DEBUG
+-#include <iostream.h>
++#include <iostream>
+ #endif
+ 
++using namespace std;
++
+ Matrix::Matrix(int s)
+ : size(s)
+ {
+--- qgo-1.5.4-r2~/src/tree.cpp 2005-05-12 20:58:23.000000000 +0000
++++ qgo-1.5.4-r2/src/tree.cpp  2008-03-16 23:04:50.660267034 +0000
+@@ -5,7 +5,7 @@
+ #include "tree.h"
+ #include "move.h"
+ #include "qgo.h"
+-#include <iostream.h>
++#include <iostream>
+ #include <qptrstack.h>
+ 
+ Tree::Tree(int board_size)

Reply via email to