This file is indexed.

/usr/share/doc/racket/keep-dirs.rktd is in racket-doc 5.3.6+dfsg1-1.

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
;; Data is a list of directory names that should be preserved but are
;; not they result of any "info.rkt"'s 'scribblings entry. Such
;; directories usually hold content that is static (i.e., not built
;; from Scribble sources).
;;
;; The `setup/scribblings' library uses this list to avoid deleting
;; those drectories.

("release-notes"
 "r5rs-std"
 "r6rs-std"
 "r6rs-lib-std"
 "srfi-std")