This file is indexed.

/usr/share/perl5/Config/Model/models/Dpkg/Control.pl is in libconfig-model-dpkg-perl 2.059.

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
29
30
31
32
33
34
35
36
37
38
39
40
[
  {
    'author' => [
      'Dominique Dumont'
    ],
    'copyright' => [
      '2010,2011 Dominique Dumont'
    ],
    'element' => [
      'source',
      {
        'config_class_name' => 'Dpkg::Control::Source',
        'summary' => 'package source description',
        'type' => 'node'
      },
      'binary',
      {
        'cargo' => {
          'config_class_name' => 'Dpkg::Control::Binary',
          'type' => 'node'
        },
        'index_type' => 'string',
        'ordered' => '1',
        'summary' => 'package binary description',
        'type' => 'hash'
      }
    ],
    'license' => 'LGPL2',
    'name' => 'Dpkg::Control',
    'read_config' => [
      {
        'auto_create' => '1',
        'backend' => 'Dpkg::Control',
        'config_dir' => 'debian',
        'file' => 'control'
      }
    ]
  }
]
;