rev 6393 - in kde-extras/basket/trunk/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Tue May 29 13:19:20 UTC 2007


Author: ana
Date: 2007-05-29 13:19:20 +0000 (Tue, 29 May 2007)
New Revision: 6393

Added:
   kde-extras/basket/trunk/debian/patches/15_fix_gcc4.3.diff
Modified:
   kde-extras/basket/trunk/debian/changelog
   kde-extras/basket/trunk/debian/patches/series
Log:
patch to fix FTBFS with GCC 4.3


Modified: kde-extras/basket/trunk/debian/changelog
===================================================================
--- kde-extras/basket/trunk/debian/changelog	2007-05-29 12:54:26 UTC (rev 6392)
+++ kde-extras/basket/trunk/debian/changelog	2007-05-29 13:19:20 UTC (rev 6393)
@@ -1,3 +1,11 @@
+basket (1.0.2-2) unstable; urgency=low
+
+  [ Ana Beatriz Guerrero Lopez ]
+  * Apply patch to fix FTBFS with GCC 4.3. Thanks to Martin Michlmayr.
+    (Closes: #421209)
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 29 May 2007 12:47:58 +0100
+
 basket (1.0.2-1) unstable; urgency=low
 
   [ Sune Vuorela ]

Added: kde-extras/basket/trunk/debian/patches/15_fix_gcc4.3.diff
===================================================================
--- kde-extras/basket/trunk/debian/patches/15_fix_gcc4.3.diff	                        (rev 0)
+++ kde-extras/basket/trunk/debian/patches/15_fix_gcc4.3.diff	2007-05-29 13:19:20 UTC (rev 6393)
@@ -0,0 +1,22 @@
+diff -Nrua basket-1.0.2.orig/src/backup.cpp basket-1.0.2/src/backup.cpp
+--- basket-1.0.2.orig/src/backup.cpp	2007-04-12 13:39:18.000000000 +0200
++++ basket-1.0.2/src/backup.cpp	2007-05-29 15:20:47.000000000 +0200
+@@ -43,6 +43,7 @@
+ #include <kfiledialog.h>
+ #include <kprogress.h>
+ #include <kmessagebox.h>
++#include <cstdlib>
+ #include <unistd.h> // usleep()
+ 
+ /**
+diff -Nrua basket-1.0.2.orig/src/bnpview.cpp basket-1.0.2/src/bnpview.cpp
+--- basket-1.0.2.orig/src/bnpview.cpp	2007-04-01 12:41:23.000000000 +0200
++++ basket-1.0.2/src/bnpview.cpp	2007-05-29 15:20:32.000000000 +0200
+@@ -49,6 +49,7 @@
+ #include <kkeydialog.h>
+ #include <dcopclient.h>
+ #include <kdebug.h>
++#include <cstdlib>
+ #include <iostream>
+ #include "bnpview.h"
+ #include "basket.h"

Modified: kde-extras/basket/trunk/debian/patches/series
===================================================================
--- kde-extras/basket/trunk/debian/patches/series	2007-05-29 12:54:26 UTC (rev 6392)
+++ kde-extras/basket/trunk/debian/patches/series	2007-05-29 13:19:20 UTC (rev 6393)
@@ -4,4 +4,5 @@
 12_desktop.diff
 13_add_da.po.diff
 14_update_es_po.diff
+15_fix_gcc4.3.diff
 98_buildprep.diff




More information about the pkg-kde-commits mailing list