File: control

package info (click to toggle)
libfile-sharedir-projectdistdir-perl 1.000009-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 420 kB
  • sloc: perl: 449; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,635 bytes parent folder | download
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.