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
|
Source: libdist-zilla-plugin-localemsgfmt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libdist-zilla-perl,
liblocale-msgfmt-perl,
libmoose-perl,
libmoosex-has-sugar-perl,
libpath-class-perl,
libtest-file-perl,
libtest-warn-perl,
perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-localemsgfmt-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-localemsgfmt-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-LocaleMsgfmt
Testsuite: autopkgtest-pkg-perl
Package: libdist-zilla-plugin-localemsgfmt-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdist-zilla-perl,
liblocale-msgfmt-perl,
libmoose-perl,
libmoosex-has-sugar-perl,
libpath-class-perl
Description: Dist::Zilla plugin to compile PO files with Locale::Msgfmt
Dist::Zilla::Plugin::LocaleMsgfmt is a Dist::Zilla plugin that compiles
PO files, found in a configurable location, to the binary (.mo) message
catalog file format.
.
The resulting .mo files can then be included in the dist tarball generated
by dzil build.
|