summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-02-20 20:16:20 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-02-20 20:19:36 +0100
commitce2fe7fd398b10c835a50d9461ef333d427410cb (patch)
tree5dfd431b2eab62f3b624cd6dfe7e9d00c21f09fd /debian/control
parent92146e8e2447d706a7ab6d6a4d672f726c5a7898 (diff)
Split libpkgconf into a separate package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 821f0d3..46c6b18 100644
--- a/debian/control
+++ b/debian/control
@@ -20,3 +20,18 @@ Description: manage compile and link flags for libraries
.
pkgconf does not bundle any third-party libraries or depend on any
third-party libraries.
+
+Package: libpkgconf
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library to 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.
+ .
+ libpkgconf is a library which provides access to most of pkgconf's
+ functionality, to allow other tooling such as compilers and IDEs to
+ discover and use libraries configured by pkgconf.