table of contents
DH_RAKU_BUILD(1) | User Contributed Perl Documentation | DH_RAKU_BUILD(1) |
NAME¶
dh_raku_build -- automatically build Raku module packages
SYNOPSIS¶
dh_raku_build
DESCRIPTION¶
This script calls "install-dist.p6" to build a Raku module package.
Then it injects rakudo dependencies information in "${raku:Depends}" variable.
In other word, your control file must have a line like:
Depends: ${raku:Depends}
HOME directory¶
Before building the package, the "HOME" directory is set to "debian/tmp/home". This directory is cleaned up after the build is done.
SEE ALSO¶
2024-10-19 | perl v5.40.0 |