File: control

package info (click to toggle)
libfile-basedir-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 33
  • sloc: perl: 219; makefile: 5; sh: 1
file content (29 lines) | stat: -rw-r--r-- 1,210 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
Source: libfile-basedir-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libfile-which-perl,
                     libipc-system-simple-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-basedir-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-basedir-perl.git
Homepage: https://metacpan.org/release/File-BaseDir

Package: libfile-basedir-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libipc-system-simple-perl
Description: Perl module to use the freedesktop basedir specification
 The File::BaseDir module can be used to find directories and files as
 specified by the XDG Base Directory Specification. It takes care of
 defaults and uses File::Spec to make the output platform specific.
 .
 For this module the XDG basedir specification 0.6 was used.