This file is indexed.

/usr/share/perl5/Config/Model/models/Dpkg/Meta.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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
[
  {
    'author' => [
      'Dominique Dumont'
    ],
    'class_description' => 'This class contains parameters to tune the behavior of the Dpkg model. For instance, user can specify rules to update e-mail addresses.',
    'copyright' => [
      '2010,2011 Dominique Dumont'
    ],
    'element' => [
      'email',
      {
        'compute' => {
          'allow_override' => '1',
          'formula' => '$ENV{DEBEMAIL} ;',
          'use_eval' => '1'
        },
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'email-updates',
      {
        'cargo' => {
          'type' => 'leaf',
          'value_type' => 'uniline'
        },
        'description' => 'Specify old email as key. The value is the new e-mail address that will be substituted',
        'index_type' => 'string',
        'summary' => 'email update hash',
        'type' => 'hash'
      },
      'dependency-filter',
      {
        'choice' => [
          'etch',
          'lenny',
          'squeeze',
          'wheezy'
        ],
        'description' => 'Specifies the dependency filter to be used. The release specified mentions the most recent release to be filtered out. Older release will also be filtered.

For instance, if the dependency filter is \'lenny\', all \'lenny\' and \'etch\' dependencies are filtered out.',
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'group-dependency-filter',
      {
        'cargo' => {
          'choice' => [
            'etch',
            'lenny',
            'squeeze',
            'wheezy'
          ],
          'type' => 'leaf',
          'value_type' => 'enum'
        },
        'default_with_init' => {
          'Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>' => 'etch'
        },
        'description' => 'Dependency filter tuned by Maintainer field. Use this to override the main dependency-filter value.',
        'index_type' => 'string',
        'type' => 'hash'
      },
      'package-dependency-filter',
      {
        'cargo' => {
          'choice' => [
            'etch',
            'lenny',
            'squeeze',
            'wheezy'
          ],
          'compute' => {
            'allow_override' => '1',
            'formula' => '$group_filter || $dependency_filter ;',
            'undef_is' => '\'\'',
            'use_eval' => '1',
            'variables' => {
              'dependency_filter' => '- dependency-filter',
              'group_filter' => '- group-dependency-filter:"$maintainer"',
              'maintainer' => '! control source Maintainer'
            }
          },
          'type' => 'leaf',
          'value_type' => 'enum'
        },
        'description' => 'Dependency filter tuned by package. Use this to override the main dependency-filter value.',
        'index_type' => 'string',
        'type' => 'hash'
      }
    ],
    'license' => 'LGPL2',
    'name' => 'Dpkg::Meta',
    'read_config' => [
      {
        'auto_create' => '1',
        'backend' => 'Yaml',
        'config_dir' => '~/',
        'file' => '.dpkg-meta.yml',
        'full_dump' => '0'
      }
    ]
  }
]
;