rev 8766 - in trunk/packages/kdebase/debian: . patches
Armin Berres
trigger-guest at alioth.debian.org
Fri Jan 4 15:29:06 UTC 2008
Author: trigger-guest
Date: 2008-01-04 15:29:06 +0000 (Fri, 04 Jan 2008)
New Revision: 8766
Added:
trunk/packages/kdebase/debian/patches/46_disable_debug_by_default.diff
Modified:
trunk/packages/kdebase/debian/changelog
Log:
* Add a patch to make kdebugdialog only select debug areas
which aren't enabled.
Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog 2008-01-04 13:56:54 UTC (rev 8765)
+++ trunk/packages/kdebase/debian/changelog 2008-01-04 15:29:06 UTC (rev 8766)
@@ -1,3 +1,10 @@
+kdebase (4:3.5.8.dfsg.1-6) UNRELEASED; urgency=low
+
+ * Add a patch to make kdebugdialog only select debug areas
+ which aren't enabled.
+
+ -- Armin Berres <trigger+debian at space-based.de> Fri, 04 Jan 2008 14:51:01 +0100
+
kdebase (4:3.5.8.dfsg.1-5) unstable; urgency=low
+++ Changes by Sune Vuorela:
Added: trunk/packages/kdebase/debian/patches/46_disable_debug_by_default.diff
===================================================================
--- trunk/packages/kdebase/debian/patches/46_disable_debug_by_default.diff (rev 0)
+++ trunk/packages/kdebase/debian/patches/46_disable_debug_by_default.diff 2008-01-04 15:29:06 UTC (rev 8766)
@@ -0,0 +1,11 @@
+--- a/kdebugdialog/klistdebugdialog.cpp
++++ b/kdebugdialog/klistdebugdialog.cpp
+@@ -127,7 +127,7 @@
+ {
+ pConfig->setGroup( (*it)->name() ); // Group name = debug area code = cb's name
+
+- int setting = pConfig->readNumEntry( "InfoOutput", 2 );
++ int setting = pConfig->readNumEntry( "InfoOutput", 4 );
+ // override setting if in m_changes
+ if( m_changes.find( (*it)->name() ) != m_changes.end() ) {
+ setting = m_changes[ (*it)->name() ];
More information about the pkg-kde-commits
mailing list