File: control

package info (click to toggle)
libextutils-pkgconfig-perl 1.16-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: perl: 174; ansic: 31; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (2)
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
Source: libextutils-pkgconfig-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     pkg-config
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-pkgconfig-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libextutils-pkgconfig-perl.git
Homepage: http://gtk2-perl.sourceforge.net/

Package: libextutils-pkgconfig-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         pkg-config
Description: Perl interface to the pkg-config utility
 ExtUtils::PkgConfig is a module that retrieves information about installed
 libraries from the pkg-config utility found on many modern operating systems
 and architectures. The information provided is useful for compiling against
 and linking to system-installed libraries.
 .
 This module performs some basic error checking to notify users when there are
 potential problems retrieving the necessary information from pkg-config.