~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-examples/build-profiles

  • 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:
3
3
Priority: optional
4
4
Maintainer: Tollef Fog Heen <tfheen@debian.org>
5
5
Build-Depends: debhelper (>= 9.20140227), dpkg-dev (>= 1.17.2), dh-autoreconf,
6
 
 libglib2.0-dev <!profile.stage1>
 
6
 libglib2.0-dev <!stage1>
7
7
Homepage: http://pkg-config.freedesktop.org
8
8
Standards-Version: 3.8.4
9
9
 
10
10
Package: pkg-config
11
11
Architecture: any
12
 
Build-Profiles: !stage1
 
12
Build-Profiles: <!stage1>
13
13
Multi-Arch: foreign
14
14
Depends: ${shlibs:Depends}, ${misc:Depends}
15
15
Description: manage compile and link flags for libraries
22
22
 
23
23
Package: pkg-config-stage1
24
24
Architecture: any
25
 
Build-Profiles: stage1
 
25
Build-Profiles: <stage1>
26
26
Multi-Arch: foreign
27
27
Depends: ${shlibs:Depends}, ${misc:Depends}
28
28
Provides: pkg-config