File: control

package info (click to toggle)
libfilesys-df-perl 0.92-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 100 kB
  • ctags: 3
  • sloc: perl: 178; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,093 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
Source: libfilesys-df-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfilesys-df-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfilesys-df-perl.git
Homepage: https://metacpan.org/release/Filesys-Df
Testsuite: autopkgtest-pkg-perl

Package: libfilesys-df-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Module to obtain filesystem disk space information
 This module provides a way to obtain filesystem disk space
 information. This is a Unix only distribution. If you want to gather
 this information for Unix and Windows, use Filesys::DfPortable.  The
 only major benefit of using Filesys::Df over Filesys::DfPortable, is
 that Filesys::Df supports the use of open filehandles as arguments.