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

Christopher Martin chrsmrtn at costa.debian.org
Fri Jul 7 19:58:53 UTC 2006


Author: chrsmrtn
Date: 2006-07-07 19:58:52 +0000 (Fri, 07 Jul 2006)
New Revision: 4085

Modified:
   trunk/packages/kdebase/debian/changelog
   trunk/packages/kdebase/debian/control
   trunk/packages/kdebase/debian/patches/25_khelp_htdig.diff
Log:
htdig seems to work with this fix.

Of course, the htdig package itself needs an NMU.


Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog	2006-07-07 15:53:36 UTC (rev 4084)
+++ trunk/packages/kdebase/debian/changelog	2006-07-07 19:58:52 UTC (rev 4085)
@@ -13,8 +13,11 @@
   * Add a LSB header to the KDM init script, making KDM usable with a parallel
     bootscripts setup. Thanks to Carlos Villegas. (Closes: #376958)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 17 Jun 2006 14:09:42 -0400
+  * 25_khelp_htdig.diff: With the htdig package, searchable indexes should
+    be usable in the KDE Help Center. (Closes: #313375, #368208)
 
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri,  7 Jul 2006 15:57:37 -0400
+
 kdebase (4:3.5.3-2) unstable; urgency=medium
 
   * KDE_3_5_BRANCH update (up to r549661).

Modified: trunk/packages/kdebase/debian/control
===================================================================
--- trunk/packages/kdebase/debian/control	2006-07-07 15:53:36 UTC (rev 4084)
+++ trunk/packages/kdebase/debian/control	2006-07-07 19:58:52 UTC (rev 4085)
@@ -265,9 +265,13 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Replaces: kdebase-doc (<< 4:3.0.0), konqueror (<< 4:3.0.0)
+Suggests: htdig
 Description: help center for KDE
  The KDE Help Center provides documentation on how to use the KDE desktop.
  .
+ The htdig package is needed to build a searchable archive of KDE
+ documentation.
+ .
  This package is part of KDE, and a component of the KDE base module.
  See the 'kde' and 'kdebase' packages for more information.
 

Modified: trunk/packages/kdebase/debian/patches/25_khelp_htdig.diff
===================================================================
--- trunk/packages/kdebase/debian/patches/25_khelp_htdig.diff	2006-07-07 15:53:36 UTC (rev 4084)
+++ trunk/packages/kdebase/debian/patches/25_khelp_htdig.diff	2006-07-07 19:58:52 UTC (rev 4085)
@@ -15,7 +15,7 @@
  $ENV{ ENV } = '';
  
 -my $findpath = "$kdeprefix/share/doc/HTML/$lang/";
-+my $findpath = "$kdekdehtmldir/$lang/";
++my $findpath = "$kdehtmldir/$lang/";
  my $findcmd = "find $findpath -name index.docbook";
  
  print STDERR "FINDCMD: $findcmd\n";




More information about the pkg-kde-commits mailing list