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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/Dpkg/Control/Source.pl

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-09-20 21:47:23 UTC
  • Revision ID: package-import@ubuntu.com-20140920214723-9istjssmeci8ejia
Tags: 2.054
* Team upload.

* Set default Standards-Version to 3.9.6 in dpkg-control model.
  Update tests as well.
* Declare compliance with Debian Policy 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
      },
191
191
      'Standards-Version',
192
192
      {
193
 
        'default' => '3.9.5',
 
193
        'default' => '3.9.6',
194
194
        'description' => 'This field indicates the debian policy version number this package complies to',
195
195
        'match' => '\\d+\\.\\d+\\.\\d+(\\.\\d+)?',
196
196
        'summary' => 'Debian policy version number this package complies to',
197
197
        'type' => 'leaf',
198
198
        'value_type' => 'uniline',
199
199
        'warn_unless_match' => {
200
 
          '3\\.9\\.5' => {
 
200
          '3\\.9\\.6' => {
201
201
            'fix' => '$_ = undef; # restore default value',
202
 
            'msg' => 'Current standards version is 3.9.5'
 
202
            'msg' => 'Current standards version is 3.9.6'
203
203
          }
204
204
        }
205
205
      },