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: libpkgconfig-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Wolfgang Fütterer <debian@wlf-online.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpkgconfig-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpkgconfig-perl.git
Homepage: https://metacpan.org/release/PkgConfig
Rules-Requires-Root: no
Package: libpkgconfig-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Pure-Perl Core-Only replacement for pkg-config
PkgConfig provides a pure-perl, core-only replacement for the
pkg-config utility.
While pkg-config is a compiled binary linked with glib,
the pure-perl version has no such requirement, and will run
wherever Perl ( >= 5.6 ) does.
The package provides a pure perl binary called ppkg-config which
can be used as well as pkg-config.
|