File: control

package info (click to toggle)
libextutils-hascompiler-perl 0.025-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: perl: 245; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,182 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
Source: libextutils-hascompiler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Clément Hermann <nodens@nodens.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libperl-dev <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libextutils-hascompiler-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libextutils-hascompiler-perl.git
Homepage: https://metacpan.org/release/ExtUtils-HasCompiler
Rules-Requires-Root: no

Package: libextutils-hascompiler-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl Module checking the presence of a compiler
 ExtUtils::HasCompiler tries to check if the current system is capable of
 compiling, linking and loading an XS module.
 .
 This module is mainly packaged to avoid patching the build system of
 modules using it at build time.
 .
 Notice: this is an early release, interface stability isn't guaranteed yet.