rev 7341 - in trunk/packages/kdebase/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Thu Oct 4 09:20:46 UTC 2007


Author: pusling-guest
Date: 2007-10-04 09:20:46 +0000 (Thu, 04 Oct 2007)
New Revision: 7341

Added:
   trunk/packages/kdebase/debian/patches/61_khelpcenter_max_results.diff
Modified:
   trunk/packages/kdebase/debian/changelog
Log:
fix maxresults in khelpcenter. UNTESTED.


Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog	2007-10-04 09:13:27 UTC (rev 7340)
+++ trunk/packages/kdebase/debian/changelog	2007-10-04 09:20:46 UTC (rev 7341)
@@ -18,6 +18,7 @@
   * Stop recommending hotplug and don't install hotplug configuration files.
     Hotplug has been removed from debian and adapt descriptions and
     documentation. (Closes: 436503)
+  * Fix maxresults in khelpcenter search. Thanks to Yair K. (Closes: 436436)
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 01 Oct 2007 17:34:05 +0200
 

Added: trunk/packages/kdebase/debian/patches/61_khelpcenter_max_results.diff
===================================================================
--- trunk/packages/kdebase/debian/patches/61_khelpcenter_max_results.diff	                        (rev 0)
+++ trunk/packages/kdebase/debian/patches/61_khelpcenter_max_results.diff	2007-10-04 09:20:46 UTC (rev 7341)
@@ -0,0 +1,11 @@
+--- kdebase/khelpcenter/searchhandlers/khc_htsearch.pl
++++ kdebase/khelpcenter/searchhandlers/khc_htsearch.pl
+@@ -42,7 +42,7 @@
+ $words = encode( $charset, $words );
+ 
+ if ( !open( HTSEARCH, "-|", "$htsearchpath", "-c", "$indexdir/$config.conf",
+-            "format=$format&method=$method&words=$words" ) )
++            "format=$format&method=$method&words=$words&matchesperpage=$maxnum&exclude=[index.html]" ) )
+ {
+   print "Can't execute htsearch at '$htsearchpath'.\n";
+   exit 1;




More information about the pkg-kde-commits mailing list