File: control

package info (click to toggle)
libfile-configdir-perl 0.021-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 176 kB
  • sloc: perl: 489; sh: 6; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,053 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
Source: libfile-configdir-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libfile-homedir-perl <!nocheck>,
 liblist-moreutils-perl <!nocheck>,
 libtest-without-module-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-configdir-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-configdir-perl
Homepage: https://metacpan.org/release/File-ConfigDir
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libfile-configdir-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libfile-homedir-perl,
 liblist-moreutils-perl,
Description: get directories of configuration files
 File::ConfigDir is a helper
 for installing, reading and finding configuration file locations.
 It's intended to work in every supported Perl5 environment
 and will always try to Do The Right Thing(tm).