File: control

package info (click to toggle)
libextutils-builder-compiler-perl 0.032-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 1,252; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,391 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
28
29
30
Source: libextutils-builder-compiler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libextutils-builder-perl (>= 0.016) <!nocheck>,
                     libextutils-config-perl <!nocheck>,
                     libextutils-helpers-perl (>= 0.027) <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl-xs-dev <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libextutils-builder-compiler-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libextutils-builder-compiler-perl.git
Homepage: https://metacpan.org/release/ExtUtils-Builder-Compiler
Rules-Requires-Root: no

Package: libextutils-builder-compiler-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libextutils-builder-perl (>= 0.016),
         libextutils-config-perl,
         libextutils-helpers-perl (>= 0.027)
Description: interface around different compilers for ExtUtils:Builder
 ExtUtils::Builder::Compiler is an interface wrapping around different
 compilers. It's usually not used directly but by a portability layer like
 ExtUtils:Builder::Autodetect::C.