Hi,

Attached is the diff for my kxneur 0.6.2-2.1 NMU.
diff -u kxneur-0.6.2/debian/changelog kxneur-0.6.2/debian/changelog
--- kxneur-0.6.2/debian/changelog
+++ kxneur-0.6.2/debian/changelog
@@ -1,3 +1,11 @@
+kxneur (0.6.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add 08_g++-4.3.dpatch to fix g++-4.3 FTBFS thanks to Cyril Brulebois
+    (Closes: 454826).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 22:36:25 +0000
+
 kxneur (0.6.2-2) unstable; urgency=low
 
   * Update description.
diff -u kxneur-0.6.2/debian/patches/00list kxneur-0.6.2/debian/patches/00list
--- kxneur-0.6.2/debian/patches/00list
+++ kxneur-0.6.2/debian/patches/00list
@@ -4,0 +5 @@
+08_g++-4.3
only in patch2:
unchanged:
--- kxneur-0.6.2.orig/debian/patches/08_g++-4.3.dpatch
+++ kxneur-0.6.2/debian/patches/08_g++-4.3.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Using kxneur.xpm as application icon.
+
[EMAIL PROTECTED]@
+--- a/src/kxnlistbox.cpp
++++ b/src/kxnlistbox.cpp
+@@ -23,6 +23,8 @@
+ #include <klocale.h>
+ #include "kxnlistbox.h"
+ 
++#include <cstdlib>
++
+ 
+ KXNListBox::KXNListBox(QWidget * parent, const char * name, WFlags f)
+  : QListBox(parent, name, f)
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -25,6 +25,8 @@
+ #include "kxneur.h"
+ #include "kxnkeyboard.h"
+ 
++#include <cstdlib>
++
+ static const char description[] =
+     I18N_NOOP("KXNeur (KDE X Neural Switcher) is XNeur front-end for KDE ( 
http://xneur.ru ).\nThis version work with XNeur v.0.6.2 only");
+ 

Reply via email to