diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f12fa4b --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: pkg-config +Section: devel +Priority: optional +Maintainer: Tollef Fog Heen <tfheen@debian.org> +Uploaders: Tomasz Fujak <t.fujak@samsung.com>, Mike McCormack <mj.mccormack@samsung.com> +Build-Depends: debhelper (>= 7.0.50), libpopt-dev | popt-dev +Homepage: http://pkg-config.freedesktop.org +Standards-Version: 3.8.4 + +Package: pkg-config +Architecture: any +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. |