File: Copyright.pl

package info (click to toggle)
libconfig-model-dpkg-perl 3.017
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: perl: 8,530; python: 242; makefile: 77; javascript: 16; sh: 1
file content (24 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
use strict;
use warnings;

return [
  {
    'element' => [
      'Upstream-Name',
      {
        'compute' => {
          'allow_override' => '1',
          'formula' => '$watch ? $source_name : undef;',
          'use_eval' => '1',
          'variables' => {
            'source_name' => '! control source Source',
            'watch' => '! watch'
          }
        }
      }
    ],
    'name' => 'Dpkg::Copyright'
  }
]
;