File: control

package info (click to toggle)
libmodule-build-xsutil-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 17
  • sloc: perl: 337; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,218 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: libmodule-build-xsutil-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.400500),
               perl
Build-Depends-Indep: libcapture-tiny-perl,
                     libcwd-guard-perl,
                     libdevel-checkcompiler-perl,
                     libfile-copy-recursive-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-xsutil-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-xsutil-perl.git
Homepage: https://metacpan.org/release/Module-Build-XSUtil
Testsuite: autopkgtest-pkg-perl

Package: libmodule-build-xsutil-perl
Architecture: all
Depends: libdevel-checkcompiler-perl,
         libmodule-build-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Module::Build class for building XS modules
 Module::Build::XSUtil is subclass of Module::Build for support building XS
 modules.
 .
 Beyond other features it supports checking for C99 and C++ compilers
 as well as to enable compiler warnings or debug options.