File: control

package info (click to toggle)
libfile-sharedir-projectdistdir-perl 1.000009-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 449; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,595 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
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-compat (= 12), perl
Build-Depends-Indep: libcapture-tiny-perl,
                     libclass-tiny-perl,
                     libfile-sharedir-perl,
                     libpath-class-perl,
                     libpath-finddev-perl,
                     libpath-isdev-perl,
                     libpath-tiny-perl,
                     libsub-exporter-perl,
                     perl | libtest-simple-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-sharedir-projectdistdir-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.