This file is indexed.

/usr/share/doc/firebird3.0-common-doc/examples/README.Debian is in firebird3.0-examples 3.0.2.32703.ds4-11ubuntu2.

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
If you'd like to explore the 'employee' sample database, follow the
steps below:

  zcat /usr/share/doc/firebird3.0-examples/examples/employee.sql.gz \
    | isql-fb -b -user sysdba -q

  isql-fb -user sysdba employee.fdb

The created database is identical to what is distributed by
upstream, except it has no data in the LANGUAGE_REQ column of the JOB
table and the QUART_HEAD_CNT column of the PROJ_DEPT_BUDGET table.

Upstream uses a specially built binary to fill these columns and they
can't be given data via SQL because they use Firebird array data types.

Including the employee.fdb in the package as built by upstream is not
appropriate because its build process is non-deterministic. See Debian
bug #867200.