rev 5880 - in kde-extras/digikam/trunk/debian: . patches

Achim Bohnet ach-guest at alioth.debian.org
Tue Apr 10 08:45:08 UTC 2007


Author: ach-guest
Date: 2007-04-10 08:45:08 +0000 (Tue, 10 Apr 2007)
New Revision: 5880

Added:
   kde-extras/digikam/trunk/debian/patches/10-gcc43-fix.diff
Modified:
   kde-extras/digikam/trunk/debian/changelog
Log:
digikam:
  * add debian/patches/10-gcc43-fix.diff. Fixes: FTBFS with GCC 4.3: missing
    #includes (Closes: #417682).  Thanks to Martin Michlmayr for the patch.

Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2007-04-10 08:28:19 UTC (rev 5879)
+++ kde-extras/digikam/trunk/debian/changelog	2007-04-10 08:45:08 UTC (rev 5880)
@@ -5,6 +5,8 @@
   [ Achim Bohnet ]
   * debian/control: Fix XS-Vcs-*.  Packaging moved from branches/experimental
     to trunk/
+  * add debian/patches/10-gcc43-fix.diff. Fixes: FTBFS with GCC 4.3: missing
+    #includes (Closes: #417682).  Thanks to Martin Michlmayr for the patch.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 01 Apr 2007 22:04:54 +0100
 

Added: kde-extras/digikam/trunk/debian/patches/10-gcc43-fix.diff
===================================================================
--- kde-extras/digikam/trunk/debian/patches/10-gcc43-fix.diff	2007-04-10 08:28:19 UTC (rev 5879)
+++ kde-extras/digikam/trunk/debian/patches/10-gcc43-fix.diff	2007-04-10 08:45:08 UTC (rev 5880)
@@ -0,0 +1,10 @@
+--- digikam/libs/widgets/imageplugins/imageselectionwidget.cpp~ 2007-04-04 09:34:49.000000000 +0000
++++ digikam/libs/widgets/imageplugins/imageselectionwidget.cpp  2007-04-04 09:35:29.000000000 +0000
+@@ -36,6 +36,7 @@
+ 
+ #include <iostream>
+ #include <cstdio>
++#include <cstdlib>
+ #include <cmath>
+ 
+ // Qt includes.




More information about the pkg-kde-commits mailing list