Hi Angel,

I have found howto fix Bug#291611
"fails to open the Krusader documentation (KDE Helpcenter)"
dh_compress is responsible for this.


I have tested this by uncommenting dh_compress. 
#       dh_compress     Fixes failing to open the Krusader documentation
(Closes: 291611).


But according to the manpage of dh_compress
---------------
OPTIONS
       -Xitem, --exclude=item
           Exclude files that contain "item" anywhere in their filename
           from being compressed. For example, -X.jpeg
           will exclude jpeg’s from compression. 
           You may use this option multiple times to build up a list of
           things
           to exclude. You can accomplish the same thing by using a
           debian/compress file, but this is easier.
-------------------------

It should become:

dh_compress -X.docbook

btw. I dit not test the latter yet.

But i have examened the "Debian" source of kdepim-3.3.1
and found in
kdepim-3.3.1/debian/kde.mk
---------
DEB_COMPRESS_EXCLUDE := .dcl .docbook -license .tag
---------
This confirms my conclusion.

So far as i know gzipped *.docbook.gz files are not
supported by the KDE Helpcenter.
I dit a search for *.docbook.gz in /usr/share/doc/kde/HTML/en
and i can't find a single gizipped docbook file.

regards,

Frank Schoolmeesters
Krusader documentation
http://krusader.sourceforge.net

Reply via email to