This file is indexed.

/usr/share/doc/cdebconf/progress.txt is in cdebconf 0.182.

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
The cdebconf progress bars are currently driven by the following protocol:

PROGRESS START <min> <max> <title-template>
PROGRESS SET <val>
PROGRESS STEP <inc>
PROGRESS INFO <info-template>
PROGRESS STOP

Proposed protocol, not implemented yet:

PROGRESS REGION <min> <max>
  - Mark a region of the progress bar which a subsequent (nested) PROGRESS
    START will occupy. Titles given to nested PROGRESS START commands will
    stack, and thus previous titles will be restored on PROGRESS STOP
    (details of display may depend on the frontend); PROGRESS SET and STEP
    commands within the sub-bar will be mapped linearly onto the main
    progress bar; info messages will not be erased when exiting a sub-bar
    and are expected to be superseded by future PROGRESS INFO commands.