File: build-profiles

package info (click to toggle)
libconfig-model-dpkg-perl 3.014
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,200 kB
  • sloc: perl: 8,255; python: 242; makefile: 77; javascript: 16; sh: 1
file content (37 lines) | stat: -rw-r--r-- 1,289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: pkg-config
Section: devel
Priority: optional
Maintainer: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper (>= 9.20140227), dpkg-dev (>= 1.17.2), dh-autoreconf,
 libglib2.0-dev <!stage1>
Homepage: http://pkg-config.freedesktop.org
Standards-Version: 3.8.4

Package: pkg-config
Architecture: any
Build-Profiles: <!stage1>
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: manage compile and link flags for libraries
 pkg-config is a system for managing library compile and link flags that 
 works with automake and autoconf.
 .
 Increasingly libraries ship with ".pc" files that allow querying of the
 compiler and linker flags needed to use them through the pkg-config(1)
 program.

Package: pkg-config-stage1
Architecture: any
Build-Profiles: <stage1>
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: pkg-config
Description: manage compile and link flags for libraries (bootstrap)
 pkg-config is a system for managing library compile and link flags that 
 works with automake and autoconf.
 .
 Increasingly libraries ship with ".pc" files that allow querying of the
 compiler and linker flags needed to use them through the pkg-config(1)
 program.
 .
 This is an intermediate package to be used for bootstrap builds.