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
|
Source: libdist-inkt-doap-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 12),
libdist-inkt-perl,
libmoose-perl,
libmoox-struct-perl,
libnamespace-autoclean-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
librdf-doap-perl,
librdf-trin3-perl,
librdf-trine-perl,
librdf-trinex-functions-perl,
librdf-trinex-serializer-mockturtlesoup-perl,
libsoftware-license-perl,
libtype-tiny-perl,
liburi-perl,
# Recent perl needed for List::Util >= 1.45
perl (>= 5.25.1),
Testsuite: autopkgtest-pkg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-inkt-doap-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-inkt-doap-perl
Homepage: https://metacpan.org/release/Dist-Inkt-DOAP
Rules-Requires-Root: no
Package: libdist-inkt-doap-perl
Architecture: all
Depends:
libdist-inkt-perl,
libmoose-perl,
libmoox-struct-perl,
libnamespace-autoclean-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
librdf-doap-perl,
librdf-trin3-perl,
librdf-trine-perl,
librdf-trinex-functions-perl,
librdf-trinex-serializer-mockturtlesoup-perl,
libsoftware-license-perl,
libtype-tiny-perl,
liburi-perl,
# Recent perl needed for List::Util >= 1.45
perl (>= 5.25.1),
${misc:Depends},
${perl:Depends},
Description: various DOAP-related roles for Dist::Inkt
Dist::Inkt is a framework for writing your own distribution builder.
It's a simple class that makes an empty directory, creates a MANIFEST
file listing the contents of the directory, and then compresses it into
a tarball.
.
Which seems pretty useless. However, it provides tonnes of hooks that
can be used by roles applied to the class. Dist::Inkt::DOAP provides a
collection of roles that help you populate the distribution's metadata
(META.json, Changes, etc) from DOAP.
|