This file is indexed.

/usr/share/doc/libkf5kdcraw5/README is in libkf5kdcraw5 16.04.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
LibRaw C++ interface for KDE

This library is a part of digiKam project (http://www.digikam.org)

-- AUTHORS -----------------------------------------------------------

See AUTHORS file for details.

-- ABOUT -------------------------------------------------------------

Libkdcraw is a C++ interface around LibRaw library used to decode RAW
picture files. More information about LibRaw can be found at http://www.libraw.org.

This library is used by kipi-plugins, digiKam and others kipi host programs.

The library documentation is available on header files.

-- DEPENDENCIES -------------------------------------------------------

CMake      >= 2.8.12                   http://www.cmake.org
ECM        >= 1.1.0                    https://projects.kde.org/projects/kdesupport/extra-cmake-modules
libqt      >= 5.2.0                    http://qt-project.org
libraw     >= 0.16.x                   http://www.libraw.org

Note: all library dependencies require development and binary packages installed on your
computer to compile digiKam.

-- INSTALL ------------------------------------------------------------

Usual CMake options:

-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
-DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).

Note: To know KDE install path on your computer, use 'kf5-config --prefix' command line like this (with debug object enabled):

"cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"

-- CONTACT ------------------------------------------------------------

If you have questions, comments, suggestions to make do email at :

digikam-devel@kde.org

IRC channel from freenode.net server:

#digikam

-- BUGS ---------------------------------------------------------------

IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
system who can be contacted by the standard Kde help menu of the plugins dialog.
A mail will be automatically sent to the digiKam devel mailing list.
There is no need to contact directly the digiKam mailing list for a bug report
or a devel wish.

The current digiKam bugs and devel wish reported to the Kde bugs report can be seen 
at this url:

http://bugs.kde.org/buglist.cgi?product=digikam&component=libkdcraw&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED