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
|
Source: libfile-sharedir-projectdistdir-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 10),
perl
Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
libclass-tiny-perl,
libfile-sharedir-perl,
libpath-class-perl,
libpath-finddev-perl,
libpath-isdev-perl,
libpath-tiny-perl,
libsub-exporter-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-sharedir-projectdistdir-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-sharedir-projectdistdir-perl.git
Homepage: https://metacpan.org/release/File-ShareDir-ProjectDistDir
Testsuite: autopkgtest-pkg-perl
Package: libfile-sharedir-projectdistdir-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfile-sharedir-perl,
libpath-finddev-perl,
libpath-isdev-perl,
libpath-tiny-perl,
libsub-exporter-perl
Description: simple set-and-forget use of a share directory in the project root
File::ShareDir::ProjectDistDir provides a simple way to make use of a
'share' directory. During development, the directory will be
$projectroot/share, but once installed, it will be wherever
File::Sharedir thinks it is. Use of a directory name other than 'share'
is also possible.
|