File: control

package info (click to toggle)
libpkgconfig-perl 0.25026-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,920 kB
  • sloc: ansic: 6,120; perl: 1,964; makefile: 4; sh: 3
file content (27 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download
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.