tags 417303 + patch
thanks

Hi,

Attached is the diff for my ksudoku 0.4-1.2 NMU.
diff -u ksudoku-0.4/debian/changelog ksudoku-0.4/debian/changelog
--- ksudoku-0.4/debian/changelog
+++ ksudoku-0.4/debian/changelog
@@ -1,3 +1,10 @@
+ksudoku (0.4-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417303).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 09 Mar 2008 16:15:02 +0000
+
 ksudoku (0.4-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- ksudoku-0.4.orig/src/logic/skgraph.h
+++ ksudoku-0.4/src/logic/skgraph.h
@@ -25,6 +25,7 @@
 #ifndef SKGRAPH_H
 #define SKGRAPH_H
 
+#include <cstdlib>
 #include <vector>
 #include "skbase.h"
 

Reply via email to