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

Armin Berres trigger-guest at alioth.debian.org
Tue Jul 1 21:53:47 UTC 2008


Author: trigger-guest
Date: 2008-07-01 21:53:46 +0000 (Tue, 01 Jul 2008)
New Revision: 11258

Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/patches/55_disable_debug_messages_if_not_explicitly_enabled.diff
Log:
* Disable debug output of KMail by default.

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2008-07-01 21:37:12 UTC (rev 11257)
+++ trunk/packages/kdelibs/debian/changelog	2008-07-01 21:53:46 UTC (rev 11258)
@@ -5,8 +5,12 @@
   * Add ghostscript Suggests to kdelibs4c2a, as kdeprint can print to PDF
     using ps2pdf. (Closes: #411348)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 23 Jun 2008 22:56:25 +0200
+  +++ Changes by Armin Berres:
 
+  * Disable debug output of KMail by default.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 01 Jul 2008 23:52:59 +0200
+
 kdelibs (4:3.5.9.dfsg.1-4) unstable; urgency=low
 
   * Add 03_start_kdeinit_integer_overflow.diff patch to fix a security

Modified: trunk/packages/kdelibs/debian/patches/55_disable_debug_messages_if_not_explicitly_enabled.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/55_disable_debug_messages_if_not_explicitly_enabled.diff	2008-07-01 21:37:12 UTC (rev 11257)
+++ trunk/packages/kdelibs/debian/patches/55_disable_debug_messages_if_not_explicitly_enabled.diff	2008-07-01 21:53:46 UTC (rev 11258)
@@ -1,5 +1,5 @@
---- a/kdecore/kdebug.cpp
-+++ b/kdecore/kdebug.cpp
+--- kdelibs/kdecore/kdebug.cpp
++++ kdelibs.new/kdecore/kdebug.cpp
 @@ -238,7 +238,8 @@
        break;
    }
@@ -10,3 +10,14 @@
  
    // If the application doesn't have a QApplication object it can't use
    // a messagebox.
+--- kdelibs/kdecore/kdebugrc
++++ kdelibs.new/kdecore/kdebugrc
+@@ -86,7 +86,7 @@
+ 
+ # KMail
+ [5006]
+-InfoOutput=2
++InfoOutput=4
+ 
+ # KitchenSync (Syncing Algorithm)
+ [5250]




More information about the pkg-kde-commits mailing list