rev 16954 - trunk/packages/kdelibs/debian

Modestas Vainius modax at alioth.debian.org
Mon Feb 15 20:58:47 UTC 2010


Author: modax
Date: 2010-02-15 20:58:41 +0000 (Mon, 15 Feb 2010)
New Revision: 16954

Modified:
   trunk/packages/kdelibs/debian/changelog
Log:
* Inject unversioned kdebase-runtime dependency via a couple of libkdecore5
  and libkdeui5 symbols, which will be used by applications but typically not
  by libraries:
  - KAboutData in libkdecore5:
    - Constructors and destructors;
    - KAboutData::addAuthor();
    - KAboutData::addCredit();
    - KAboutData::operator=();
  - KCmdLineArgs in libkdecore5:
    - KCmdLineArgs::addCmdLineOptions();
    - KCmdLineArgs::addStdCmdLineOptions();
    - KCmdLineArgs::init() overloads;
  - KApplication in libkdeui5:
    - Constructors and destructors;
  - KUniqueApplication in libkdeui5:
    - Constructors and destructors;

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2010-02-15 20:53:58 UTC (rev 16953)
+++ trunk/packages/kdelibs/debian/changelog	2010-02-15 20:58:41 UTC (rev 16954)
@@ -45,6 +45,22 @@
   * Make kdelibs5-dev conflict with libkwebkit-dev.
   * Add symbol files for all public libraries (based on 4:4.3.4 where
     possible).
+  * Inject unversioned kdebase-runtime dependency via a couple of libkdecore5
+    and libkdeui5 symbols, which will be used by applications but typically not
+    by libraries:
+    - KAboutData in libkdecore5:
+      - Constructors and destructors;
+      - KAboutData::addAuthor();
+      - KAboutData::addCredit();
+      - KAboutData::operator=();
+    - KCmdLineArgs in libkdecore5:
+      - KCmdLineArgs::addCmdLineOptions();
+      - KCmdLineArgs::addStdCmdLineOptions();
+      - KCmdLineArgs::init() overloads;
+    - KApplication in libkdeui5:
+      - Constructors and destructors;
+    - KUniqueApplication in libkdeui5:
+      - Constructors and destructors;
 
   [ Kai Wasserbäch ]
   * debian/patches:




More information about the pkg-kde-commits mailing list