This file is indexed.

/usr/src/glibc/debian/patches/README is in eglibc-source 2.15-0ubuntu10.

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
For the patch directory we follow this naming scheme:

  {ARCH|all|any}/{local|branch|cvs|submitted|unsubmitted}-"Description"
  
Branch means commited in the upstream branch.
CVS means committed in the upstream trunk.
Submitted means we're hopeful that it will go in.
Unsubmitted means we have not submitted upstream yet because patch is not ready
for upstream yet, but we want to eventually
Local means that it's not going upstream.

The goal is to get all patches to "Branch".  Patches should be split by
arch so that it's easy to send just the relevant bits to various
arch maintainers if needed. 

The difference between 'all' and 'any' is that the latter touches several
architecture dependent files (usually in the sysdeps directory), whereas
the former only modifies architecture independent files.  Porters are
supposed to have an eye on their arch patches and on 'any'.