~ubuntu-branches/debian/sid/libconfig-model-dpkg-perl/sid

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/Dpkg/Copyright.pl

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2014-06-14 14:37:59 UTC
  • Revision ID: package-import@ubuntu.com-20140614143759-6nkk4dsw0b5ak0w7
Tags: 2.049
* Dpkg::Copyright:
  * fixed Files-Excluded type and updated doc
  * consider license exception as part of license short
    name (Closes: #748501)
* Dpkg::Patch(es):
  * read/write patches in utf8 mode
  * skip non dep-3 patches when cme is run with -force option
    (Closes: 748502)
  * added bash completion for 'cme edit|fix|check dpkg-patch'
* control:
  * build depends on libconfig-model-tester 2.048 to test
    tolerance of bad patch
  * added BDI on libpath-tiny-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
      },
128
128
      'Files-Excluded',
129
129
      {
130
 
        'cargo' => {
131
 
          'type' => 'leaf',
132
 
          'value_type' => 'uniline'
133
 
        },
134
 
        'description' => 'List of file patterns to exclude from the package. This field is only used by L<uscan>. See also the L<files pattern documentation|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-field>.',
135
 
        'duplicates' => 'forbid',
136
 
        'type' => 'list'
 
130
        'description' => 'White space separated list of file patterns to exclude from the package. This field is only used by L<uscan>. Example: C<*/Makefile.in aclocal.m4>. See also L<UscanEnhancements|https://wiki.debian.org/UscanEnhancements> and the L<files pattern documentation|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-field>.',
 
131
        'type' => 'leaf',
 
132
        'value_type' => 'uniline'
137
133
      },
138
134
      'Global-License',
139
135
      {
191
187
          'type' => 'node'
192
188
        },
193
189
        'index_type' => 'string',
194
 
        'type' => 'hash',
195
 
        'warn_if_key_match' => '\\s'
 
190
        'type' => 'hash'
196
191
      },
197
192
      'X-Comment',
198
193
      {