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

« back to all changes in this revision

Viewing changes to t/model_tests.d/dpkg-control-test-conf.pl

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2014-10-07 21:09:03 UTC
  • Revision ID: package-import@ubuntu.com-20141007210903-pqodfyx4umpr0jv6
Tags: 2.057
Dpkg::Dependency: support new build profile syntax.
Tx Johannes Schauer (Closes: #763772)

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        name => 'build-profiles',
185
185
        load_warnings => [ qr/standards version/ ],
186
186
        check => {
187
 
            'binary:pkg-config Build-Profiles' => '!stage1',
188
 
            'binary:pkg-config-stage1 Build-Profiles' => 'stage1',
 
187
            'binary:pkg-config Build-Profiles' => '<!stage1>',
 
188
            'binary:pkg-config-stage1 Build-Profiles' => '<stage1>',
189
189
        },
190
190
    }
191
191
);