File: control

package info (click to toggle)
libcpanplus-dist-build-perl 0.90-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 676; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,658 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
31
32
33
34
35
36
37
Source: libcpanplus-dist-build-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: libcpanplus-perl <!nocheck>,
                     libmodule-build-perl <!nocheck>,
                     libmodule-load-conditional-perl <!nocheck>,
                     libtest-harness-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl,
                     perl-xs-dev <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcpanplus-dist-build-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcpanplus-dist-build-perl.git
Homepage: https://metacpan.org/release/CPANPLUS-Dist-Build
Rules-Requires-Root: no

Package: libcpanplus-dist-build-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpanplus-perl,
         libmodule-build-perl,
         libmodule-load-conditional-perl
Description: CPANPLUS plugin to install packages that use Build.PL
 CPANPLUS::Dist::Build is a distribution class for Module::Build related
 modules. Using this package, you can create, install and uninstall perl
 modules. It inherits from CPANPLUS::Dist.
 .
 Normal users won't have to worry about the interface to this module, as it
 functions transparently as a plug-in to CPANPLUS and will just Do The Right
 Thing when it's loaded.