tags 417308 + patch
thanks

Hi,

Attached is the diff for my kwavecontrol 0.4.2-2.1 NMU.
diff -u kwavecontrol-0.4.2/debian/changelog kwavecontrol-0.4.2/debian/changelog
--- kwavecontrol-0.4.2/debian/changelog
+++ kwavecontrol-0.4.2/debian/changelog
@@ -1,3 +1,10 @@
+kwavecontrol (0.4.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417308).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 09 Mar 2008 16:20:29 +0000
+
 kwavecontrol (0.4.2-2) unstable; urgency=low
 
   * Fixed timestamp skew (Closes: #374647).
only in patch2:
unchanged:
--- kwavecontrol-0.4.2.orig/src/kwavecontrol.h
+++ kwavecontrol-0.4.2/src/kwavecontrol.h
@@ -24,7 +24,7 @@
 
 using namespace std;
 #include <vector>
-
+#include <cstdlib>
 #include <qobject.h>
 #include <qstring.h>
 #include <klocale.h>
only in patch2:
unchanged:
--- kwavecontrol-0.4.2.orig/src/wcard.h
+++ kwavecontrol-0.4.2/src/wcard.h
@@ -17,6 +17,7 @@
 #ifndef WCARD_H
 #define WCARD_H
 
+#include <cstdlib>
 #include <iostream>
 #include <fstream>
 #include <sstream>

Reply via email to