Source: pkg-config
Section: devel
Priority: optional
Maintainer: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper (>> 4.0)
Standards-Version: 3.6.1

Package: pkg-config
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libgnome-dev
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.
