rev 17274 - in trunk/packages/kdelibs/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Tue Mar 2 11:21:47 UTC 2010


Author: pusling-guest
Date: 2010-03-02 11:21:46 +0000 (Tue, 02 Mar 2010)
New Revision: 17274

Added:
   trunk/packages/kdelibs/debian/patches/30_fix_attica_includes.diff
Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/patches/series
Log:
Add patch to change a include to a forward declaration to avoid exposing
attica-headers to the world. Note that this makes us slightly source
incompatible with the rest of the world, but actually it just exposes
missing includes in other places.

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2010-03-02 10:18:33 UTC (rev 17273)
+++ trunk/packages/kdelibs/debian/changelog	2010-03-02 11:21:46 UTC (rev 17274)
@@ -1,4 +1,4 @@
-kde4libs (4:4.4.1-0r1) UNRELEASED; urgency=low
+kde4libs (4:4.4.1-0r2) UNRELEASED; urgency=low
 
   * New upstream release:
     - kio_http_cache_cleaner does not causes trashing anymore.
@@ -113,6 +113,12 @@
     elegant way) the compilation on GNU/Hurd.
   * Replace unused libtiff4-dev build-depend with zlib1g-dev and libjpeg-dev.
 
+  [ Sune Vuorela ]
+  * Add patch to change a include to a forward declaration to avoid exposing
+    attica-headers to the world. Note that this makes us slightly source
+    incompatible with the rest of the world, but actually it just exposes
+    missing includes in other places.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 22 Feb 2010 01:53:38 +0100
 
 kde4libs (4:4.3.4-3) unstable; urgency=medium

Added: trunk/packages/kdelibs/debian/patches/30_fix_attica_includes.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/30_fix_attica_includes.diff	                        (rev 0)
+++ trunk/packages/kdelibs/debian/patches/30_fix_attica_includes.diff	2010-03-02 11:21:46 UTC (rev 17274)
@@ -0,0 +1,18 @@
+--- a/knewstuff/knewstuff3/uploaddialog.h
++++ b/knewstuff/knewstuff3/uploaddialog.h
+@@ -25,7 +25,6 @@
+ #include <kurl.h>
+ 
+ #include <knewstuff3/knewstuff_export.h>
+-#include <attica/provider.h>
+ 
+ class KComboBox;
+ class KLineEdit;
+@@ -34,6 +33,7 @@ class KTextEdit;
+ 
+ namespace Attica {
+     class BaseJob;
++    class Provider;
+ }
+ 
+ namespace KNS3

Modified: trunk/packages/kdelibs/debian/patches/series
===================================================================
--- trunk/packages/kdelibs/debian/patches/series	2010-03-02 10:18:33 UTC (rev 17273)
+++ trunk/packages/kdelibs/debian/patches/series	2010-03-02 11:21:46 UTC (rev 17274)
@@ -17,3 +17,4 @@
 27_konsole_kfreebsd_fix.diff
 28_find_kde3_html_documentation.diff
 29_hurd_support.diff
+30_fix_attica_includes.diff




More information about the pkg-kde-commits mailing list