File: control

package info (click to toggle)
libfilesys-df-perl 0.92-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 178; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,126 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
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
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl-xs-dev,
               perl:native
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfilesys-df-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfilesys-df-perl.git
Homepage: https://metacpan.org/release/Filesys-Df

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.