summaryrefslogtreecommitdiff
path: root/debian/control
blob: 821f0d38661de0cedf759bd3f01bfa2eba8a702b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: pkgconf
Section: devel
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev
Homepage: https://github.com/pkgconf/pkgconf
Standards-Version: 3.9.5
Vcs-Git: https://salsa.debian.org/debian/pkgconf
Vcs-Browser: https://salsa.debian.org/debian/pkgconf

Package: pkgconf
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libdpkg-perl
Provides: pkg-config (= 0.29-1)
Breaks: pkg-config (>= 0.29-1)
Description: manage compile and link flags for libraries
 pkgconf is a replacement for pkg-config, a system for managing library
 compile and link flags that works with automake and autoconf.
 .
 pkgconf does not bundle any third-party libraries or depend on any
 third-party libraries.