This file is indexed.

/usr/share/doc/libopenh323-1.18.0/README.Debian is in libopenh323-1.18.0 1.18.0.dfsg-10build2.

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
 openh323 for Debian
---------------------

 Some changes of installation paths of the upstream openh323 package
 had to be made to comply with the Filesystem Hierarchy Standard under
 UNIX-like Operating Systems.
 
   + The libraries were installed under /usr/lib, the header files under
     /usr/include/openh323.
   + Documentation of the main package 'libopenh323' resides in
     /usr/share/doc/libopenh323-$(VERSION), the one in package libpt-doc
     installs to /usr/share/doc/libopenh323-doc.


 The shared libraries are named
	libopenh323.so.$(SOVERSION)
 for simplicity, in contrast to the upstream versions
	libopenh323_$(OS)_$(Arch).so.$(SOVERSION)
 .

 The example program simph323 installs to /usr/bin , its source code is
 packed with libopenh323-doc.  It can be found in
	/usr/share/doc/libopenh323-doc/samples/simple/
 .

 Another point was to get a single directory to contain all
 subdirectories necessary to build applications for the openh323
 project.  The makefile includes of openh323 assume that the source
 tree of libopenh323 is still there and be pointed to by the
 OPENH323DIR environment variable.  
 Now, to facilitate that,  the structure of the source tree 
 was mimicked in /usr/share/openh323 mainly through
 linking.  In that way you merely have to
	 export OPENH323DIR=/usr/share/openh323
 before building mentioned packages.
 Therein the makefile include files which are central to
 the building process of both ptlib and openh323 can be found.

 There's a makefile include named openh323u.mak under
	 /usr/share/openh323/
 .  It should be used for getting compile flags right.
 
 For any comment, please contact Debian VoIP Team at
 <pkg-voip-maintainers@lists.alioth.debian.org>