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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: libdist-inkt-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libcpan-changes-perl,
libdata-dump-perl,
libfile-chdir-perl,
liblist-moreutils-perl,
libmodule-cpanfile-perl,
libmodule-runtime-perl,
libmodule-signature-perl,
libmoose-perl,
libnamespace-autoclean-perl,
libpath-finddev-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
librdf-doap-lite-perl,
libsoftware-license-perl,
libtype-tiny-perl,
libtypes-path-tiny-perl,
perl,
# recent perl needed for patch 2001: Needs Archive::Tar 2.28 or newer
perl (>= 5.28.0) <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-inkt-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-inkt-perl
Homepage: https://metacpan.org/release/Dist-Inkt
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libdist-inkt-perl
Architecture: all
Depends:
libcpan-changes-perl,
libdata-dump-perl,
libfile-chdir-perl,
liblist-moreutils-perl,
libmodule-cpanfile-perl,
libmodule-runtime-perl,
libmodule-signature-perl,
libmoose-perl,
libnamespace-autoclean-perl,
libpath-finddev-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
librdf-doap-lite-perl,
libsoftware-license-perl,
libtext-sprintfn-perl,
libtype-tiny-perl,
libtypes-path-tiny-perl,
# recent perl needed for patch 2001: Needs Archive::Tar 2.28 or newer
perl (>= 5.28.0),
${misc:Depends},
${perl:Depends},
Description: yet another distribution builder
Dist::Inkt itself does virtually nothing;
it creates an empty directory, generates a MANIFEST file,
and then wraps it all up into a gzipped tarball.
But it provides various hooks along the way
for subclasses to grab hold of.
So the general idea is that you write a subclass of Dist::Inkt,
which consumes various Moose::Roles to do the actual work
of populating the distribution with files.
.
As such, Dist::Inkt is not so much a distribution builder,
as it is a framework for writing your own distribution builder.
.
Several roles of varying utility are bundled with Dist::Inkt,
as is Dist::Inkt::Profile::Simple,
a subclass of Dist::Inkt which consumes most of these roles.
|