This file is indexed.

/usr/share/perl5/Config/Model/models/Dpkg/Copyright/FillBlanks.pl is in libconfig-model-dpkg-perl 2.090.

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
[
  {
    'element' => [
      'path',
      {
        'cargo' => {
          'config_class_name' => 'Dpkg::Copyright::FillBlanks::Pattern',
          'type' => 'node'
        },
        'description' => 'Patterns are matched from the beginning a path. I.e. C<share/websockify/> pattern will match C<share/websockify/foo.rb> but will not match C<web/share/websockify/foo.rb>. See L<Dpkg::Copyright::Scanner/"Filling the blanks"> for more details.',
        'index_type' => 'string',
        'summary' => 'Perl pattern to match file path',
        'type' => 'hash'
      }
    ],
    'name' => 'Dpkg::Copyright::FillBlanks',
    'read_config' => [
      {
        'auto_create' => '1',
        'auto_delete' => '1',
        'backend' => 'Yaml',
        'config_dir' => 'debian',
        'file' => 'fill.copyright.blanks.yml'
      }
    ]
  }
]
;