rev 10048 - in kde-extras/kphotoalbum/trunk/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Mon Apr 7 08:24:28 UTC 2008


Author: fabo
Date: 2008-04-07 08:24:28 +0000 (Mon, 07 Apr 2008)
New Revision: 10048

Added:
   kde-extras/kphotoalbum/trunk/debian/patches/11_include_typeinfo_474355.diff
Modified:
   kde-extras/kphotoalbum/trunk/debian/changelog
   kde-extras/kphotoalbum/trunk/debian/patches/series
Log:
* Add typeinfo include before using typeid. (Closes: #474355)


Modified: kde-extras/kphotoalbum/trunk/debian/changelog
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/changelog	2008-04-07 08:22:48 UTC (rev 10047)
+++ kde-extras/kphotoalbum/trunk/debian/changelog	2008-04-07 08:24:28 UTC (rev 10048)
@@ -1,3 +1,9 @@
+kphotoalbum (3.1.1-2) unstable; urgency=low
+
+  * Add typeinfo include before using typeid. (Closes: #474355)
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 05 Apr 2008 21:00:40 +0200
+
 kphotoalbum (3.1.1-1) unstable; urgency=low
 
   * New upstream release.

Added: kde-extras/kphotoalbum/trunk/debian/patches/11_include_typeinfo_474355.diff
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/patches/11_include_typeinfo_474355.diff	                        (rev 0)
+++ kde-extras/kphotoalbum/trunk/debian/patches/11_include_typeinfo_474355.diff	2008-04-07 08:24:28 UTC (rev 10048)
@@ -0,0 +1,10 @@
+--- a/src/MainWindow/Window.cpp
++++ b/src/MainWindow/Window.cpp
+@@ -108,6 +108,7 @@
+ #include <kurldrag.h>
+ #include <qclipboard.h>
+ #include <stdexcept>
++#include <typeinfo>
+ 
+ MainWindow::Window* MainWindow::Window::_instance = 0;
+ 

Modified: kde-extras/kphotoalbum/trunk/debian/patches/series
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/patches/series	2008-04-07 08:22:48 UTC (rev 10047)
+++ kde-extras/kphotoalbum/trunk/debian/patches/series	2008-04-07 08:24:28 UTC (rev 10048)
@@ -1 +1,2 @@
 10_french_translation.diff
+11_include_typeinfo_474355.diff




More information about the pkg-kde-commits mailing list