File: control

package info (click to toggle)
libdist-build-perl 0.025-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: perl: 1,429; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,625 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
38
39
40
41
42
43
44
45
46
Source: libdist-build-perl
Standards-Version: 4.7.3
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 perl,
Build-Depends-Indep:
 libextutils-builder-compiler-perl (>= 0.034) <!nocheck>,
 libextutils-builder-perl (>= 0.019),
 libextutils-config-perl,
 libextutils-helpers-perl (>= 0.028),
 libextutils-installpaths-perl,
 libscalar-list-utils-perl <!nocheck>,
 libtest-harness-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libversion-perl <!nocheck>,
 perl-xs-dev <!nocheck>,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-build-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-build-perl.git
Homepage: https://metacpan.org/release/Dist-Build

Package: libdist-build-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libextutils-builder-compiler-perl (>= 0.034),
 libextutils-builder-perl (>= 0.019),
 libextutils-config-perl,
 libextutils-helpers-perl (>= 0.028),
 libextutils-installpaths-perl,
 libscalar-list-utils-perl,
 libtest-harness-perl,
 libversion-perl,
Description: modern Perl module builder
 Dist::Build is a Build.PL implementation. Unlike Module::Build::Tiny it is
 extensible, unlike Module::Build it uses a build graph internally which makes
 it easy to combine different customizations. It's typically extended by
 adding a .pl script in planner/.
 .
 At configure time, it will run a dynamic-prereqs.json file if present to
 determine the conditional dependencies.