[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: The use of Htdig inside Kdehelpcenter.



Dear Sune Vuorela and all other members,        (still want CC)

torsdag den  7 april 2011 klockan 22:44 skrev Sune Vuorela detta:
> On Thursday 07 April 2011 17:08:22 Mats Erik Andersson wrote:
> > Personally, I am convinced this should be move to a new location
> > '/usr/lib/htdig/'. The migration is fairly straightforward for
> > Htdig in isolation, but I am uncertain how Khelpcenter will react
> > to the change. Please give me your view on this.
> 
> I just looked quickly at it, and in kdebase-runtime (srcpackage of khc) we are 
> having a patch that sets these paths.

It seems the patch below is all that would be needed.
At least this is what came up when I search the packaging
in the Git repository and the upstream source package.
It is against this small patch that I will test the inter-
play between htdig and kdehelpcenter on my own machine,
within a day or two.

Let me state in passing that the Debian packaging
for 'htdig' is present at Alioth as of today, at
a 'collab-maint/deb-maint', but will remain as
UNRELEASED until I return with a time plan.
It will do no harm for KDE to have ready access.

I hope to have remembered all changes for '/usr/share/htdig'
and '/var/lib/htdig' in the material I have pushed today,
so testing will hopefully verify that.


Best regards,
  Mats E Andersson, DM


diff --git a/debian/patches/khelp_htdig.diff b/debian/patches/khelp_htdig.diff
index 9633855..bd9e625 100644
--- a/debian/patches/khelp_htdig.diff
+++ b/debian/patches/khelp_htdig.diff
@@ -5,7 +5,7 @@
  use Getopt::Long;
  
 -my $htdigdata = "/srv/www/htdig/common/";
-+my $htdigdata = "/etc/htdig";
++my $htdigdata = "/usr/share/htdig";
  my $htdigbin = "/usr/bin";
  my $kdeprefix = "@CMAKE_INSTALL_PREFIX@";
  chomp $kdeprefix;
@@ -16,7 +16,7 @@
  use Getopt::Long;
  
 -my $htdigdata = "/srv/www/htdig/common/";
-+my $htdigdata = "/etc/htdig";
++my $htdigdata = "/usr/share/htdig";
  my $htdigbin = "/usr/bin";
  my $kdeprefix = "@CMAKE_INSTALL_PREFIX@";
  chomp $kdeprefix;


Reply to: